Title: RE: Don't run the modules mod_perl

I bet /usr/local/apache/bin is not on your search path, therefore when you do a httpd -v, it fires up the old copy of httpd on, say, /usr/sbin.

Add this in /usr/local/apache/conf/httpd.conf:

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

And you should create a perl.conf and startup.pl files in conf/ as well. Anyway, check the eagle book chapter 2 for details.

Thanks
Kevin Huang\\

-----Original Message-----
From: Diego Gomez [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 08, 2000 4:55 AM
To: [EMAIL PROTECTED]
Subject: Don't run the modules mod_perl


Hi
I had Apache 1.3.6.
I executed the following steps for installing Apache 1.3.9.

    % cd /usr/src
    % lwp-download http://www.apache.org/dist/apache_1.3.9.tar.gz
    % lwp-download http://perl.apache.org/dist/mod_perl-1.21.tar.gz
    % tar zvxf apache_1.3.9.tar.gz
    % tar zvxf mod_perl-1.21.tar.gz
    % cd mod_perl-1.21
    % perl Makefile.PL APACHE_SRC=../apache_1.3.9/src \
      USE_APACI=1 PERL_MARK_WHERE=1 EVERYTHING=1
    % make && make test && make install
    % cd ../apache_1.3.9
    % make install

At the end of installing Apache 1.3.9 with mod_perl, I started the Apache
with /usr/local/apache/bin/apachectl start.
I checked the version with httpd -v and the Apache version was 1.3.6. and
the mod_perl was not active
           Server Version: Apache/1.3.6 (Unix) (RedHat/Linux)

Regards.
Diego Gomez.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to