You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Nick Kew <ni...@webthing.com> on 2007/11/07 00:14:42 UTC

SSIEnableAccess and -A in mod_include

Reviewing the proposed backport, I note the proposed criterion
for access to be deemed enabled is

  if (rr->status < HTTP_BAD_REQUEST)
	yes;
  else
	no;

That seems to be begging a little more fine control.
For example, if rr->status == 401, we might want to
offer a login option.

How much more work would it be to integrate it a bit
deeper in the expression parser, so we could use (say)
  "(-A /filename < 400) || (-A /filename = 401)"?

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/