otrs at http://somesite/ (not http://somesite/otrs)

can someone who has this working please post their /etc/apache2/conf.d/otrs.conf? i've been able to get the scripts to execute fine by adding the line: ScriptAlias / /opt/otrs/bin/cgi-bin/ but once i do this, all the images stop working, because the next line stops working: Alias /otrs-web/ /opt/otrs/var/httpd/htdocs/ . thanks in advance. -- Mike Conigliaro ProActive Technologies conigliaro@getproactivenow.com 203.239.0440 ext.17 http://www.getproactivenow.com

Hi Mike, I have been trying to workaround the same problem. The issue is that images will not be rendered within a CGI directory. If your set your ScriptAlias to the domain's root '/', the alias '/otrs-web/' becomes a subdirectory of the CGI directory. I run OTRS in a subdomain (i.e. http://otrs.somesite/otrs) and I am current unaware of a simple way to run otrs in the subdomain's root directory and retain full functionality - unless you want to try running otrs in 'Lite' mode (no graphics). HTH, Graeme mike conigliaro wrote:
can someone who has this working please post their /etc/apache2/conf.d/otrs.conf? i've been able to get the scripts to execute fine by adding the line:
ScriptAlias / /opt/otrs/bin/cgi-bin/
but once i do this, all the images stop working, because the next line stops working:
Alias /otrs-web/ /opt/otrs/var/httpd/htdocs/ .
thanks in advance.
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Mike Conigliaro wrote:
can someone who has this working please post their /etc/apache2/conf.d/otrs.conf? i've been able to get the scripts to execute fine by adding the line:
ScriptAlias / /opt/otrs/bin/cgi-bin/
but once i do this, all the images stop working, because the next line stops working:
Alias /otrs-web/ /opt/otrs/var/httpd/htdocs/
I didn't change the otrs.conf file, but I just made / redirect to / otrs/index.pl, so you can just go to http://support.example.com/ and get the OTRS login screen. Nils Breunese.
participants (3)
-
Graeme Brough
-
mike conigliaro
-
Nils Breunese (Lemonbit Internet)