On 5/31/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

I am sorry to mention my original  problem.Our client wants to read logfile 
path from his custom .conf file which  is also placed under conf/ directory.So 
our problem boils down to this.How to  read logfile path from another .conf 
file not from httpd.conf file?


Easy way?

In httpd.conf, put
Include conf/pathtologfile.conf

And in pathtologfile.conf put
ErrorLog .....

This gives them complete control over the server. But they already
have that if they can control the log directory.

Joshua.

---------------------------------------------------------------------
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]

Reply via email to