charliepa74
Technical User
I'm rather new to using Apache so please bear with me. I'm running Apache 2.0.47. Having trouble with the proper context for this command. Below are the original working lines and the modified lines not working. When I try to enable rotatelogs the Apache service won't even start. Any help is greatly appreciated.
(original) - ErrorLog G:/logs/error.log
(not working) - ErrorLog "|bin/rotatelogs G:/logs/error.log 86400" common
(original) - CustomLog G:/logs/access.log combined env=!image-request
(not working) - CustomLog "|bin/rotatelogs G:/logs/access.log 86400" common
Thanks,
Charlie
(original) - ErrorLog G:/logs/error.log
(not working) - ErrorLog "|bin/rotatelogs G:/logs/error.log 86400" common
(original) - CustomLog G:/logs/access.log combined env=!image-request
(not working) - CustomLog "|bin/rotatelogs G:/logs/access.log 86400" common
Thanks,
Charlie