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
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
A related question to the one I posted earlier about env variables.
In my httpd.conf, I want to setup some custom error logs for my application,
using a statement like this:
ErrorLog "|[apachepath]/bin/rotatelogs.exe -l [apachepath]/logs/error_blah.log
86400"
The problem is that I would have t