RE: [users@httpd] Can you tell the path of Apache in httpd.conf?

2012-01-25 Thread Desilets, Alain
arcos [mailto:chip...@gmail.com] Sent: Wednesday, January 25, 2012 10:32 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Can you tell the path of Apache in httpd.conf? Define one file wiht variables definition, name file examplo =setVarApache.env in path /tmp $more setVarApache.env LOG_PATH

Re: [users@httpd] Can you tell the path of Apache in httpd.conf?

2012-01-25 Thread marcos
Define one file wiht variables definition, name file examplo =setVarApache.env in path /tmp $more setVarApache.env LOG_PATH=/tmp/example/ LISTENIP=192.168.100.1 NAMESERVER=MyServer LISTENPORT=82 Now in script to start apache i charge this file with: . /tmp/setVarApache.env case $ARGV in sto