Steve Swift wrote:
>> The behavior of httpd is to look in ../conf/ so that's probably not it.
> 
> That's as may be, but the OP ran httpd.exe -V and got:
>  -D SERVER_CONFIG_FILE="conf/httpd.conf"

The reason is it's conditional on the CWD - NOT the binary path (argv[0]'ish
thing).  SO...

because double clicking gives you something foolish like your personal
documents tree as current working directory, and not the binaries' path,
this is what causes the hassle.

In fact you could drop a conf/httpd.conf into your personal documents
and settings, and everything would work fine by double-clicking.

Sorry - forgotten that it's current path relative and not relative to
the path of httpd.exe.  And it's a behavior I see no reason to change.

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