I have a new 2.0.47 install of apache on a fedora box. The test page comes
up fine with the standard httpd.conf. When I add the following virtual host
config I have to include the exact page I am looking for or I get a 404
error. e.g without virtual host www.domainname.com gives me index.html. With
the virtual host www.domainname.com gives me a 404, but
www.domainname.com/index.html displays the page. What should I change for
this to work?
<VirtualHost your.ip.address>
ServerName your.rt.server.hostname
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
# this line applies to Apache2+mod_perl2 only
PerlModule Apache2 Apache::compat
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
Raymonmd
_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list