Hi

When i create an Apache Virtual host, It breaks the DirectoryIndex
index.html. I am using Apache/2.0.44 (Unix) mod_perl/1.99_08 Perl/v5.8.0

If I remove the following:

SetHandler perl-script
PerlHandler RT::Mason

from the virtual host config below it picks up the index.html again,
although this doesn't help cause its porked that way :) anyone have any
ideas, I just need a kick in the right direction.

<VirtualHost 192.168.1.46>
        ServerName EISH.foo.bar
        DocumentRoot /usr/local/rt3/share/html
        AddDefaultCharset UTF-8
        PerlModule Apache2 Apache::compat
        PerlModule Apache::DBI
        PerlRequire /usr/local/rt3/bin/webmux.pl
        <Location />
                SetHandler perl-script
                PerlHandler RT::Mason
        </Location>
</VirtualHost>
(on soblin)

This E-mail contains confidential information for the addressee only. If you are not 
the intended recipient, please notify us immediately on (012) 337-5500.
You should not use, disclose, distribute or copy this communication if received in 
error. The Private Security Industry Regulatory Authority (PSIRA) does not warrant 
and/or guarantee that the integrity of this communication has been maintained nor that 
the communication is free of errors, viruses, interception,
or interference. No binding contract will result from this e-mail, until such
time as a written document is signed on behalf of PSIRA. PSIRA cannot accept any
responsibility for the completeness or accuracy of this message as it has been
transmitted over public networks.

---------------------------------------------------------

Reply via email to