12 |
diff -Nur --no-dereference smeserver-phpki-ng-0.3.old/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki smeserver-phpki-ng-0.3/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki |
diff -Nur --no-dereference smeserver-phpki-ng-0.3.old/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki smeserver-phpki-ng-0.3/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki |
13 |
--- smeserver-phpki-ng-0.3.old/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki 2022-11-20 20:15:47.931000000 -0500 |
--- smeserver-phpki-ng-0.3.old/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki 2022-11-20 20:15:47.931000000 -0500 |
14 |
+++ smeserver-phpki-ng-0.3/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki 2022-11-20 20:19:00.398000000 -0500 |
+++ smeserver-phpki-ng-0.3/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki 2022-11-20 20:19:00.398000000 -0500 |
15 |
@@ -26,16 +26,21 @@ |
@@ -26,16 +26,19 @@ |
16 |
AuthName "PHPKI Admin" |
AuthName "PHPKI Admin" |
17 |
AuthType Basic |
AuthType Basic |
18 |
TKTAuthLoginURL /server-common/cgi-bin/login |
TKTAuthLoginURL /server-common/cgi-bin/login |
33 |
+ $OUT .= " TKTAuthTimeoutRefresh $ManagerTimeoutReset\n"; |
+ $OUT .= " TKTAuthTimeoutRefresh $ManagerTimeoutReset\n"; |
34 |
} |
} |
35 |
- Satisfy all |
- Satisfy all |
|
+ Require ip 127.0.0.1 |
|
|
+ </RequireAll> |
|
36 |
</Location> |
</Location> |
37 |
|
|
38 |
# Disable access to /admin, which is used to configure user/password |
# Disable access to /admin, which is used to configure user/password |