Your script looks ok to me. The only thing I do differently is that I pass
the parameters you pass to the Apache conmfigure directly to Makefile.PL of
mod_perl via APACI_ARGS, eg.
perl Makefile.PL \
APACHE_SRC=../$apache \
DO_HTTPD=1 \
USE_APACI=1 \
EVERYT
At 8:38 PM -0700 9/6/02, Wim Kerkhoff wrote:
>I'm not sure what you mean by things overwriting config file changes.
>I've been using the build script below over many versions of
>Apache/mod_perl/mod_ssl, and it never messes up my existing
>configuration in /usr/local/apache/conf. (Note this script
Kee Hinckley said on Thursday, September 05, 2002 5:28 PM:
>
> I've gone over the docs, but for some reason I've just never found
> anything that just builds mod_ssl, mod_perl and apache all cleanly
> without overwriting each other's config file changes. Maybe it's
> staring me in the face,