Skip to content

Commit d3a5902

Browse files
committed
testing: Remove Apache config hacks for Debian wheezy
1 parent af6e26e commit d3a5902

File tree

6 files changed

+5
-38
lines changed

6 files changed

+5
-38
lines changed

testing/hosts/winnetou/etc/apache2/conf.d/testresults-as-text

Lines changed: 0 additions & 1 deletion
This file was deleted.

testing/hosts/winnetou/etc/apache2/sites-enabled/001-ocsp_vhost.conf

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ AddHandler cgi-script .cgi
1212
DirectoryIndex ocsp.cgi
1313
<Directory "/etc/openssl/ocsp">
1414
Options +ExecCGI
15-
<IfModule mod_authz_core.c>
16-
Require all granted
17-
</IfModule>
18-
<IfModule !mod_authz_core.c>
19-
Order deny,allow
20-
Allow from all
21-
</IfModule>
15+
Require all granted
2216
</Directory>
2317
ErrorLog /var/log/apache2/ocsp/error_log
2418
CustomLog /var/log/apache2/ocsp/access_log combined
@@ -34,13 +28,7 @@ Listen 8881
3428
DirectoryIndex ocsp.cgi
3529
<Directory "/etc/openssl/research/ocsp">
3630
Options +ExecCGI
37-
<IfModule mod_authz_core.c>
38-
Require all granted
39-
</IfModule>
40-
<IfModule !mod_authz_core.c>
41-
Order deny,allow
42-
Allow from all
43-
</IfModule>
31+
Require all granted
4432
</Directory>
4533
ErrorLog /var/log/apache2/ocsp/error_log
4634
CustomLog /var/log/apache2/ocsp/access_log combined
@@ -56,13 +44,7 @@ Listen 8882
5644
DirectoryIndex ocsp.cgi
5745
<Directory "/etc/openssl/sales/ocsp">
5846
Options +ExecCGI
59-
<IfModule mod_authz_core.c>
60-
Require all granted
61-
</IfModule>
62-
<IfModule !mod_authz_core.c>
63-
Order deny,allow
64-
Allow from all
65-
</IfModule>
47+
Require all granted
6648
</Directory>
6749
ErrorLog /var/log/apache2/ocsp/error_log
6850
CustomLog /var/log/apache2/ocsp/access_log combined

testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/apache2/sites-available/000-default.conf

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ WSGIPythonPath /var/www/tnc
99

1010
<Directory /var/www/tnc/config>
1111
<Files wsgi.py>
12-
<IfModule mod_authz_core.c>
13-
Require all granted
14-
</IfModule>
15-
<IfModule !mod_authz_core.c>
16-
Order deny,allow
17-
Allow from all
18-
</IfModule>
12+
Require all granted
1913
</Files>
2014
</Directory>
2115

testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/apache2/sites-available/default

Lines changed: 0 additions & 1 deletion
This file was deleted.

testing/tests/tnc/tnccs-20-pdp-pt-tls/hosts/alice/etc/apache2/sites-available/000-default.conf

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ WSGIPythonPath /var/www/tnc
99

1010
<Directory /var/www/tnc/config>
1111
<Files wsgi.py>
12-
<IfModule mod_authz_core.c>
13-
Require all granted
14-
</IfModule>
15-
<IfModule !mod_authz_core.c>
16-
Order deny,allow
17-
Allow from all
18-
</IfModule>
12+
Require all granted
1913
</Files>
2014
</Directory>
2115

testing/tests/tnc/tnccs-20-pdp-pt-tls/hosts/alice/etc/apache2/sites-available/default

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)