Hi
With my apache server, I have following added in my httpd.conf file.
And I am getting Rewrite log file without an issue. I did the same thing with LiteSpeed server and the log is blank. Nothing in it. My error_log, access_log and rewrite_log all are under nobody:nobody. (access_log and error_log are working fine)
Can you help me out here?
With my apache server, I have following added in my httpd.conf file.
Code:
RewriteEngine On
RewriteLog /usr/local/apache/logs/rewrite_log
RewriteLogLevel 5
Can you help me out here?