[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Is mod perl included??



I noticed in my httpd.conf that there are entries for mod_perl. They
are commented out. There is no libperl.so where the commented out line
says it should be. Do I or don't I have mod_perl?

-- 
Josh Kuperman                       
josh@xxxxxxxxxxxxxxxxxx

[josh rt-2-0-13]$ ls /usr/lib/apache/libp*
/usr/lib/apache/libphp4.so  /usr/lib/apache/libproxy.so

and from httpd.conf

# because mod_perl leaks, this is included by default
#LoadModule perl_module /usr/lib/apache/libperl.so

# Extra Modules
#AddModule mod_php.c
#AddModule mod_php3.c
#AddModule mod_perl.c
#AddModule mod_casp2.c
AddModule mod_fastcgi.c