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. Apache Webserver local install hosting OpenProject and other Projects

Apache Webserver local install hosting OpenProject and other Projects

Added by Claudio Fischer about 8 years ago

Hi,

I have a local installation of OpenProject running on a server.
It is working well as expected and if I put in the IP-Adress in a browser I can work with OpenProject.

But on this server before the OpenProject installation also other websites and php scripts were hostet.
These websites and php are still on the server but not reachable / startable anymore.

Is this a problem of the apache configuration? How can this be configured to access other websites on this server?
Can someone point me in the right direction?


Replies (4)

RE: Apache Webserver local install hosting OpenProject and other Projects - Added by Niels Lindenthal about 8 years ago

Hi Claudio,

not sure what exactly the reason is for your problem. In general it is best practice not use the same environment for diferent services. The same applies for OpenProject. We recommend to have a separate environment for OpenProject. So for example problems with WordPress do not impact OpenProject and vice versa.

Best
Niels

RE: Apache Webserver local install hosting OpenProject and other Projects - Added by Claudio Fischer about 8 years ago

the apache webserver is hosting 2 projects.
I managed to run openproject and the other website on the same apache server by changing the virtualhost settings a little bit:

File /etc/apache2/sites-available/openproject

Listen 80
Listen 8080

<VirtualHost *:8080>
ServerName …
DocumentRoot /opt/openproject/public
…

now the first website can be reached with the IP-Address of the server
and openproject can be reached with IP-Address:8080

RE: Apache Webserver local install hosting OpenProject and other Projects - Added by Oliver Günther about 8 years ago

Hi Claudio,

if you override the configuration, please note that the package wizard will undo that change on every update due to the way it works.
Unfortunately, packager currently has no way to build the configuration, but not override it in the apache conf directory.

Best,
Oliver

RE: Apache Webserver local install hosting OpenProject and other Projects - Added by Jonathan Biegert over 7 years ago

Related bug: https://community.openproject.com/projects/openproject/work_packages/23819

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