1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-phpki-0.1/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki mezzanine_patched_smeserver-phpki-0.1/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki |
2 |
--- smeserver-phpki-0.1/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki 2008-12-09 23:11:38.000000000 +0100 |
3 |
+++ mezzanine_patched_smeserver-phpki-0.1/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki 2008-12-09 23:11:15.000000000 +0100 |
4 |
@@ -14,12 +14,12 @@ |
5 |
order deny,allow |
6 |
deny from all |
7 |
allow from 127.0.0.1 |
8 |
- AuthName "PHPKI" |
9 |
- AuthType Basic |
10 |
- TKTAuthLoginURL /server-common/cgi-bin/login |
11 |
- require valid-user |
12 |
- SetEnv IMGHDR_SRC "/server-common/server-manager.jpg" |
13 |
- Satisfy all |
14 |
+ #AuthName "PHPKI" |
15 |
+ #AuthType Basic |
16 |
+ #TKTAuthLoginURL /server-common/cgi-bin/login |
17 |
+ #require valid-user |
18 |
+ #SetEnv IMGHDR_SRC "/server-common/server-manager.jpg" |
19 |
+ #Satisfy all |
20 |
</Directory> |
21 |
|
22 |
# /ca is only allowed for admin and explicitely authorized users |