7 messages in ru.sysoev.nginxRe: feature request: migrate rewrite ...
FromSent OnAttachments
Jonathan VanascoMar 10, 2007 10:18 am 
Igor SysoevMar 11, 2007 1:11 pm 
Jonathan VanascoMar 11, 2007 3:11 pm 
Boris BartsytsMar 13, 2007 8:30 am 
RoxisMar 13, 2007 8:42 am 
Boris BartsytsMar 13, 2007 9:03 am 
Gregg ReynoldsMar 16, 2007 7:56 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: feature request: migrate rewrite into Main / HTTPActions...
From:Gregg Reynolds (dev-@public.gmane.org)
Date:Mar 16, 2007 7:56:44 am
List:ru.sysoev.nginx

On 3/11/07, Igor Sysoev <is-G@public.gmane.org> wrote:

On Sat, Mar 10, 2007 at 01:18:50PM -0500, Jonathan Vanasco wrote:

Would it be possible to migrate some of the rewrite functions out of rewrite and into other sections?

...

nginx has three type of configuration directives:

1) static: the most directives, 2) partially dynamic: the directives with $variable paramters, 3) and dynamic: if/rewrite/set/break/return.

... In the documentation I'm working on, I classify "if", "break" and maybe a few others as syntax, not directives. Modules, static/dyamic, etc. - all good for developer documentation, but (in general) unnecessary detail for user-oriented documentation. So documentation of "if" will go with documentation of the language syntax - block structure, statement syntax, etc. A minor annotation will note the implementation module.

-gregg