Jochen Kächelin wrote:

> I'am  very  new  to  mod_php  and  here's  my  first  question about
> installing mod_perl without re-configuring apache.
> 
> I  compiled  Apache with "--enable-module=so" so I can compila a new
> version if php without building a new apache. Therefore I use
> 
> ./configure --with-apxs=/usr/local/apache/bin/apxs .....
> 
> and everything workes fine.
> 
> How can I do this with mod_perl?
> 


http://www.modperlcookbook.org/chapters/ch01.pdf

recipe 1.10.

it's also in the guide

http://perl.apache.org/docs/1.0/guide/install.html#Build_mod_perl_as_a_DSO_outside_the_Apache_Source_Tree_via_APXS

--Geoff



Reply via email to