11 messages in ru.sysoev.nginxdoc: limit_except
FromSent OnAttachments
Gregg ReynoldsMar 15, 2007 11:11 am 
Igor SysoevMar 15, 2007 11:23 am 
Igor SysoevMar 15, 2007 11:29 am 
Gregg ReynoldsMar 15, 2007 1:51 pm 
Igor SysoevMar 16, 2007 12:00 am 
Gregg ReynoldsMar 16, 2007 1:59 am 
Igor SysoevMar 16, 2007 2:17 am 
Gregg ReynoldsMar 16, 2007 4:17 am 
Igor SysoevMar 16, 2007 4:26 am 
Gregg ReynoldsMar 16, 2007 7:37 am 
Igor SysoevMar 16, 2007 8:10 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:doc: limit_exceptActions...
From:Gregg Reynolds (dev-@public.gmane.org)
Date:Mar 15, 2007 11:11:12 am
List:ru.sysoev.nginx

I'm unsure of the meaning of limit_except. This is how I understand the syntax:

limit_except METHODS { (ALLOW-CLAUSE | DENY-CLAUSE)* }

where METHODS is a list of HTTP method tokens and the clauses are

('allow' | 'deny') SP+ (IPADDR | HOSTNAME | 'all' )+ ;

Is that it? Can anything else go in the block? Any other allowed values?

My understanding is that "limit_except" simply associates a method with a list of allow/deny clauses governing use of the method.

What confuses me is the name. Why "except"? Is "accept" the intention? As in "server, please limit the acceptance of this method according to the allow/deny clauses that follow."

Thanks,

gregg