[rt-users] HTTPD.CONF problems please help

Tomas Doyle XA (DL/LMI) tomas.xa.doyle at ericsson.com
Fri Jul 29 06:14:37 EDT 2005


Hi fellow RT users

im a student on placement and am trying to install RT3 on Fedora Core 2
im new enough to linux but making good progress i have installed RT and have reached the webpage  ALMOST THERE JUST NEED TO CONFIGURE YOUR WEBSERVER

i have 		apache 1.xxx installed
and 		perl 5.8.3
and 		mod_perl-1.99_12

this is the code i have in the httpd.conf file but when i run in my browser http://xxx.xxx.xxx.ericsson.se i keep getting reverted to the same page is there something im doing wrong what is supposed to be the next step
Please Help im at a loss, and trying to make an impression in work.

King Regards Tomas Doyle

<VirtualHost 1xx.1xx.1xx.35>
VirtualDocumentRoot /requesttracker/rt-3.2.3/html
ServerName bxxx.xxx.xxx.ericsson.se

<Directory "/requesttracker/rt-3.2.3/html">
</Directory>

AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /requesttracker/rt-3.2.3/bin/webmux.pl

Alias /rt "/requesttracker/rt-3.2.3/html"

<Location /requesttracker/rt-3.2.3/html>
AddHandler perl-script .html
PerlHandler RT::Mason
</Location>

</VirtualHost>



More information about the rt-users mailing list