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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Multiple Sites / Instances / Subdomains

Multiple Sites / Instances / Subdomains

Added by Guilherme Arthur Geronimo over 10 years ago

Hi Guys!
Before I open a Feature Request, I’d like to question the community about MultiSites.

I’d like to provide multiple OpenProjects with the same code base and different virtualhost (DBs, File etc) or base URL.
Just like “Wordpress multisites”.

It looks like the OpenProject DEMO works like that, Am I wrong?
There’s a plugin for that?

I found some workarounds to do that with Redmine, but I’m certainly sure that wont work with OpenProject.
http://www.redmine.org/boards/1/topics/16647?r=18588

=)


Replies (1)

RE: Multiple Sites / Instances / Subdomains - Added by Balázs Dévay almost 5 years ago

Hi,

I want something similar. I'm trying to run other websites in parallel without luck. I mean, I've changed my config to avoid Virtual host but I can see only the files listed in the public folder. I know that OpenProject uses its own web server and Apache2 has just a forward functionality but what else should I change besides the /etc/apache2/sites-available/openproject.conf?

This my current openproject.conf:

Include /etc/openproject/addons/apache2/includes/server/*.conf

Alias /openproject /var/www/openproject/public

<Directory /var/www/openproject/public>

 AllowOverride all

 Options -MultiViews

 Order Allow,Deny

 Allow from all

</Directory>

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