On Fri, 12 Dec 2003, Michael Lake wrote:

> When I click on test/ the browser wants to save index and not run it = 
> mod_perl aint working yet.

Here is an easy way to tell if mod_perl (or any module) is installed and working: 
include
a server directive specific to that module in the config file.

In the httpd.conf file, put in this:

<Perl>
        print STDERR "[mod_perl]\n";
</Perl>

Apache will complain about <Perl> and not start up at all if
mod_perl is not working.


cheers
rickw




---------------------------------------------
Rick Welykochy || Praxis Services Pty Limited

I get mail; therefore I am
     -- Dilbert


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to