atom feed29 messages in ru.sysoev.nginxRe: Rewrite help when files do NOT ha...
FromSent OnAttachments
pk899Jun 1, 2011 5:00 am 
António P. P. AlmeidaJun 1, 2011 6:05 am 
pk899Jun 1, 2011 6:22 am 
António P. P. AlmeidaJun 1, 2011 6:30 am 
Edho P AriefJun 1, 2011 6:32 am 
pk899Jun 1, 2011 7:02 am 
António P. P. AlmeidaJun 1, 2011 7:23 am 
pk899Jun 1, 2011 7:31 am 
António P. P. AlmeidaJun 1, 2011 7:53 am 
pk899Jun 1, 2011 8:29 am 
António P. P. AlmeidaJun 1, 2011 8:42 am 
pk899Jun 2, 2011 3:10 am 
António P. P. AlmeidaJun 2, 2011 11:53 am 
Marcos OrtizJun 2, 2011 12:27 pm 
Alexandr GomoliakoJun 2, 2011 1:12 pm 
Marcos Ortiz ValmasedaJun 2, 2011 1:17 pm 
pk899Jun 2, 2011 4:33 pm 
António P. P. AlmeidaJun 2, 2011 5:40 pm 
pk899Jun 2, 2011 6:21 pm 
António P. P. AlmeidaJun 2, 2011 6:44 pm 
pk899Jun 2, 2011 7:08 pm 
António P. P. AlmeidaJun 2, 2011 7:19 pm 
Antoine BonavitaJun 3, 2011 1:33 am 
pk899Jun 3, 2011 11:37 am 
pk899Jun 3, 2011 11:40 am 
António P. P. AlmeidaJun 3, 2011 11:46 am 
pk899Jun 3, 2011 9:26 pm 
António P. P. AlmeidaJun 4, 2011 9:08 am 
pk899Jun 4, 2011 10:51 pm 
Subject:Re: Rewrite help when files do NOT have a ".php" extension
From:António P. P. Almeida (ap@perusio.net)
Date:Jun 2, 2011 6:44:29 pm
List:ru.sysoev.nginx

On 3 Jun 2011 02h22 WEST, ngin@nginx.us wrote:

OK, I did this:

1. Rebuilt nginx with "with-debug"

This is to be done in the configure phase of the build. It's not a configuration thing. The only thig needed in the config is the debug flag in the error_log directive.

You're confusing two very different things.

2. Added another line to my nginx.conf:

debug_connection MY IP ADDRESS;

This means that only the requests from this IP generate the debug log. You need to build a local version on a dev box and debug the configuration there.

3. Then restarted the server.

A simple reload will do.

My error_log and access_log are still empty after I visit several pages of the website.

What else do I need to do?

http://wiki.nginx.org/NginxInstall http://wiki.nginx.org/NginxInstallOptions

--- appa