]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/apache2/sites-available/000-default.conf
testing: Remove Apache config hacks for Debian wheezy
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-pdp-eap / hosts / alice / etc / apache2 / sites-available / 000-default.conf
index 4075f75bd8c6b00595a2fc3e4ba9ca2630719800..cd5056e833a12f57f44d1752efe74d21c2edd454 100644 (file)
@@ -9,13 +9,7 @@ WSGIPythonPath /var/www/tnc
 
     <Directory /var/www/tnc/config>
         <Files wsgi.py>
-            <IfModule mod_authz_core.c>
-               Require all granted
-            </IfModule>
-            <IfModule !mod_authz_core.c>
-                Order deny,allow
-                Allow from all
-            </IfModule>
+            Require all granted
         </Files>
     </Directory>