On Wed, 2003-03-26 at 14:52, Mike Diehl wrote:
> Hi all.
> 
> I just finished emerge'ing mod_perl and apache.  Now I'm trying to get apache 
> to load mod_perl when it starts.  What do I have to add to the apache.conf 
> file?
> 
Within your httpd.conf file you should put these lines so that apache will read yourr 
mod_perl.conf file.

 
  <IfModule mod_perl.c>
      Include conf/mod_perl.conf
  </IfModule>


-- 
Ted Ozolins (VE7TVO)
Westbank, B. C.

Powered by Slackware 8.1, sent with Evolution


--
[EMAIL PROTECTED] mailing list

Reply via email to