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. access from the internet

access from the internet

Added by Ewald Fernbach over 3 years ago

I have installed openproject on a Ubuntu server and  it  runs fine locally. I selected the default options during configuration. Thus a web server was installed and I do have an openproject.conf in the apache sites enabled. Http port 80 is opened for access from outside and I have a second webapplication being accessible from outside just fine. However, I can't reach openproject from outside. 

openproject.conf is in etc/apache2/sites-available and a symlink to it is in etc/apache2/sites-enabled

openproject.conf includes /etc/openproject/addons/apache2/includes/server/*.conf and includes /etc/openproject/addons/apache2/includes/vhost/*.conf

in openproject.conf DocumentRoot is set to /opt/openproject/public, the server name is set to servername

Locally I can start the openproject install with http://servername

When I try to start openproject through the internet, with http://server-IP/servername I get 404 not found. However, I do have another application on the same server with similar configuration which starts fine  using http://server-IP/alternative-servername (alternative-server name being the servername configured for the other application).

Which configuration details  am I missing?


Replies (2)

RE: access from the internet - Added by tho noum over 3 years ago

Hi Ewald,

I'm not expert with that stuff, but usual, if you install a web-server local, it has no public access. You need DNS settings (https://superuser.com/questions/548300/how-can-make-a-web-server-publicly-accessible), otherwise the internet doesn't know your local machine... 
How, what you have done with your other "application" is not clear. There should be no solution to make web-servers public by just modifying an Apache config file!

RE: access from the internet - Added by Ewald Fernbach over 3 years ago

thanks for your consideration. I will have a look at the link provided and let people know what the outcome is.

  • (1 - 2/2)
Loading...