> 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)

this is fine. See:
http://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_

_______________________________________________________________________
Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to