SOURCES: ApacheJServ.conf - Order directive cames from mod_access
glen
glen at pld-linux.org
Thu Feb 19 12:46:05 CET 2009
Author: glen Date: Thu Feb 19 11:46:05 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- Order directive cames from mod_access
---- Files affected:
SOURCES:
ApacheJServ.conf (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/ApacheJServ.conf
diff -u SOURCES/ApacheJServ.conf:1.5 SOURCES/ApacheJServ.conf:1.6
--- SOURCES/ApacheJServ.conf:1.5 Thu Dec 29 13:41:16 2005
+++ SOURCES/ApacheJServ.conf Thu Feb 19 12:45:59 2009
@@ -107,8 +107,10 @@
<Location /jserv/>
SetHandler jserv-status
- order deny,allow
- deny from all
- allow from 127.0.0.1
+ <IfModule mod_access.c>
+ Order deny,allow
+ Deny from all
+ Allow from 127.0.0.1
+ </IfModule>
</Location>
</IfModule>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ApacheJServ.conf?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list