Where do I change the SERVER_CONFIG_FILE setting ?
I want to change this from...
-D SERVER_CONFIG_FILE="/etc/httpd/conf/httpd.conf"
to
-D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf"
and I'm already doing a sed before configure, and confirmed
it's actually changed, but something must be defined before
or after.
sed -i 's|^#define SERVER_CONFIG_FILE ".*$|#define SERVER_CONFIG_FILE
"apache2.conf"|' \
include/httpd.h
--markc
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]