Re: Hard times with apache config

2001-01-31 Thread Doug MacEachern

On Tue, 30 Jan 2001, Fritz Heinrichmeyer wrote:
 
 perl Makefile.PL seem not to honor the APACHE_SRC=.../... switch. I was
 asked again and again ...

well, what value did you give APACHE_SRC= exactly?  and where is your
mod_perl and apache trees?
 
 I used the FreeBSD-Layout, but somewhere somehow there came a
 duplication of the apache path into existence.
 The httpd server wanted to read
 /usr/local/etc/apache/etc/apache/httpd.conf. When configuring with
 --show-layout it looked like it should. My solution was to edit the
 apaci script by hand? 

you should be able to pass any options via APACI_ARGS=, e.g. --prefix





Re: Hard times with apache config

2001-01-30 Thread G.W. Haywood

Hi there,

On Tue, 30 Jan 2001, Fritz Heinrichmeyer wrote:

[snip]
 perl Makefile.PL seem not to honor the APACHE_SRC=.../... switch.
[snip]
 The httpd server wanted to read
 /usr/local/etc/apache/etc/apache/httpd.conf.

You could try running 'perl Makefile.PL' from 

/usr/local/mod_perl

with Apache in 

/usr/local/apache

and either don't use APACHE_SRC at all or set it to

../apache/src

Works fine for me.

73,
Ged.