Multiple OTRS installations available through Apache

Moderator: crythias

Locked
mmesnjak
Znuny newbie
Posts: 9
Joined: 21 May 2015, 10:16
Znuny Version: 4.0.11

Multiple OTRS installations available through Apache

Post by mmesnjak »

Hello,

I would like to know if it's possible to setup couple of OTRS installs on the same machine (CentOS v7):
- first install would be from rpm (current stable release)
- second install would be git checkout of the OTRS

I already installed and configured the first instance (available at http://<server_ip_or_name>/otrs) and now I would like to add second instance (already checked out files from git) and make it accessible at the following URL: http://<server_or_ip_address>/otrs-dev

I found the following conf file: /etc/httpd/conf.d/zzz_otrs.conf
which has configuration for the default rpm install but as I scanned through it I see there are some settings that I believe are system that is httpd service wide. For example these lines:

Code: Select all

ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
Since I'm no Apache httpd expert I was wondering if anyone has a working example of this kind of configuration?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Multiple OTRS installations available through Apache

Post by crythias »

No. Especially not if you're new to OTRS. You can search the forums if you want, though.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
mmesnjak
Znuny newbie
Posts: 9
Joined: 21 May 2015, 10:16
Znuny Version: 4.0.11

Re: Multiple OTRS installations available through Apache

Post by mmesnjak »

OK. After searching a bit I found out that either it's too much of a hassle to do it like that or that it's not even possible.

But what about multiple virtual hosts in Apache?
According to this: http://lists.otrs.org/pipermail/otrs/20 ... 38217.html
it's possible but there isn't any example for it.
Locked