[rt-users] HTTPD.CONF problems please help

Drew Barnes barnesaw at ucrwcu.rwc.uc.edu
Fri Jul 29 11:08:21 EDT 2005



Tomas Doyle XA (DL/LMI) wrote:

>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
>
>  
>
Here is my httpd.conf with the apache2 and mod_perl-1.99_12
<VirtualHost ip.address>
    ServerName host.example.com
    DocumentRoot /usr/local/rt3/share/html
    AddDefaultCharset UTF-8

    ## You won't need this next line if you are not using apache2
    PerlModule Apache2 Apache::compat

    PerlModule Apache::DBI
    PerlRequire /usr/local/rt3/bin/webmux.pl

    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>
</VirtualHost>


-- 
Drew Barnes
Applications Analyst
Raymond Walters College
University of Cincinnati




More information about the rt-users mailing list