]> git.pld-linux.org Git - packages/ApacheJServ.git/commitdiff
- Order directive cames from mod_access
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Feb 2009 11:45:59 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ApacheJServ.conf -> 1.6

ApacheJServ.conf

index 1b9d7d3ecd6dab57bc8ee706eb1bc2acc19abec7..2ef2fd2e24ff4e1eae909a24559dfccd60012392 100644 (file)
@@ -107,8 +107,10 @@ LoadModule jserv_module modules/mod_jserv.so
        <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>
This page took 0.034891 seconds and 4 git commands to generate.