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/"