LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apache, httpd.conf, mod_perl (https://www.linuxquestions.org/questions/linux-software-2/apache-httpd-conf-mod_perl-126838/)

ziggie216 12-17-2003 11:45 PM

apache, httpd.conf, mod_perl
 
if mod_perl was installed correctly, would I be able to use this command and actually find mod_perl.c

locate mod_perl.c

also my libperl.so is located at /usr/local/libexec/apache/libperl.so
would this line be correct in the httpd.conf

<IfDefine HAVE_PERL>
LoadModule perl_module modules/libperl.so
</IfDefine>

Scruff 12-18-2003 12:19 AM

You might have to issue the command (as root) 'updatedb' if you just recently installed mod_perl for the locate command to find it.

Not sure about httpd.


All times are GMT -5. The time now is 05:29 AM.