[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache configuration files



As downloaded, apache is configured to find its files in /etc/apache.
I moved them to /a/apache/conf to match all of our older systems,
but apachectl and apache couldn't find them, inspite of changing
the CONF variable in /etc/init.d/apache.

1) apachectl ignores the CONF variable. I changed line 28 to fix that.

HTTPD="/usr/sbin/apache -f $CONF"

2) /etc/init.d/apache does not export any of the variables that
   are defined.  I changed line 13 to fix that:

export CONF=/a/apache/conf/httpd.conf

I'm not sure where I should report this, but since I'm doing it
on a Sparc I thought I would start here. /grin

Bob
-- 
><>  ><>  ><>  ><>  ><>  ><>  ><>  ><>  ><>  ><>  ><>  ><>  ><>
Bob Van Cleef, Systems Administrator             (408) 734-8100
MicroUnity, Inc.                             FAX (408) 734-8136
376 Martin Ave., Santa Clara, CA 95050  vancleef@microunity.com



Reply to: