James Tu wrote:
I'm trying to edit my httpd.conf to use rotatelogs for Apache running on Windows.

I'm doing this and it doesn't like it.
CustomLog "| bin/rotatelogs logs/access.log 3600" common

Did you mean bin/rotatelogs.exe ?

If that doesn't lick it, what about using 'bin\rotatelogs.exe'?

This might be a very odd case where a shell command's shell doesn't like
forward slashes (cmd.exe is picky).  I've actually worked out how to
nest double quotes at one point, so that the command was quoted (useful
for paths-in-spaces and forward slashes.)

cmd.exe likes "c:/winnt/notepad.exe" or c:\winnt\notepad.exe and doesn't
like c:/winnt/notepad.exe.

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