On FC4, using httpd 2.0.54 with mod_perl DS0.

My httpd config:

LoadModule perl_module modules/mod_perl.so

<VirtualHost XX.XX.XX.XX>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /var/www/rt3/share/html
        ServerName rt.adm
        ServerAlias rt.adm.XX.com

        AddDefaultCharset UTF-8
        PerlModule Apache2 Apache::compat

        PerlModule Apache::DBI
        PerlRequire /var/www/rt3/bin/webmux.pl
 <Directory /var/www/rt3/share/html>
        AllowOverride ALL
        Options ExecCGI FollowSymLinks
        <IfModule mod_access.c>
                Order allow,deny
                Allow from all
        </IfModule>
 </Directory>
</VirtualHost>


Im getting the "Youre Almost There" page.  

-Robert Geller
 
LNR Property Corporation
Network Infrastructure
1601 Washington Avenue
Miami Beach, Florida 33139

(305) 695 - 5400 (office main) 
(305) 695 - 5829 (office direct)
(305) 695 - 5409 (fax)
(786) 282 - 1102 (mobile)
 
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com


We're hiring! Come hack Perl for Best Practical: 
http://bestpractical.com/about/jobs.html

Reply via email to