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