Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Using proxy with RemoteIP

Using proxy with RemoteIP

Added by Йордан Гигов almost 11 years ago

In our local development environment we generally use Tomcat servers and they have something called a Remote IP Valve, which lets us hide them behind a nginx proxy and still get the real IP addresses that are passed on through headers by the proxy server who is in a trusted IP range. It is an implementation of the mod_remoteip for the Apache HTTPD, which we also have setup in preparation for an upcoming project.
From what I was able to gather ActionDispatch::RemoteIp is the equivalent for Ruby on Rails, but being someone who has no experience with Ruby or Rails, how would I add and configure this to work with our OpenProject server. Right now, it always logs all client IPs as that of the proxy.


Loading...