Rewrite help when files do NOT have a ".php" extension
pk899
nginx-forum at nginx.us
Fri Jun 3 05:22:08 MSD 2011
OK, I did this:
1. Rebuilt nginx with "with-debug"
2. Added another line to my nginx.conf:
debug_connection MY IP ADDRESS;
log_format combined2 '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';
error_log logs/error.log debug;
access_log logs/access.mine.log;
3. Then restarted the server.
My error_log and access_log are still empty after I visit several pages
of the website.
What else do I need to do?
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,202956,203496#msg-203496
More information about the nginx
mailing list