View Single Post
  #13  
Old 12-28-2012, 06:54 PM
LowKey LowKey is offline
Member
 
Join Date: Dec 2012
Posts: 16
Quote:
Originally Posted by webizen View Post
Enable rewrite logging (add "RewriteLogLevel 9" in vhost of httpd.conf), restart lsws to make it effective. Then grep /usr/local/apache/logs/error_log with REWRITE to find out where that 404 comes from.
I'm enable RewriteLogLevel 9 on httpd.conf and restarted lsws.

Just got this dumped. Nothing REWRITE error dumped on error_log
2012-12-28 21:52:28.078 [INFO] [103.22.201.25:14375-0#APVH_xxx.net] File not found [/home/xxx/public_html/404.shtml]
2012-12-28 21:52:28.113 [INFO] [103.22.201.127:36960-0#APVH_xxx.net] File not found [/home/xxx/public_html/...]

Not sure why this happen.
Reply With Quote