84 |
</Directory> |
</Directory> |
85 |
# LPRng end |
# LPRng end |
86 |
HERE |
HERE |
87 |
|
diff -Nur --no-dereference smeserver-print-monitor-0.0.7.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng smeserver-print-monitor-0.0.7/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng |
88 |
|
--- smeserver-print-monitor-0.0.7.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng 2022-07-31 23:51:26.851000000 -0400 |
89 |
|
+++ smeserver-print-monitor-0.0.7/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng 2022-07-31 23:57:03.652000000 -0400 |
90 |
|
@@ -40,15 +40,7 @@ |
91 |
|
AuthType Basic |
92 |
|
AuthBasicProvider external |
93 |
|
AuthExternal pwauth |
94 |
|
- <IfModule mod_access_compat.c> |
95 |
|
- order deny,allow |
96 |
|
- deny from all |
97 |
|
- allow from all |
98 |
|
- Require user admin $lprusers |
99 |
|
- </IfModule> |
100 |
|
- <IfModule !mod_access_compat.c> |
101 |
|
- Require user admin $lprusers |
102 |
|
- </IfModule> |
103 |
|
+ Require user admin $lprusers |
104 |
|
</Directory> |
105 |
|
<Directory /var/www/html/LPRng/admin> |
106 |
|
AllowOverride None |
107 |
|
@@ -57,39 +49,17 @@ |
108 |
|
AuthType Basic |
109 |
|
AuthBasicProvider external |
110 |
|
AuthExternal pwauth |
111 |
|
- <IfModule mod_access_compat.c> |
112 |
|
- order deny,allow |
113 |
|
- deny from all |
114 |
|
- allow from all |
115 |
|
- Require user admin $lprusers |
116 |
|
- </IfModule> |
117 |
|
- <IfModule !mod_access_compat.c> |
118 |
|
- Require user admin $lprusers |
119 |
|
- </IfModule> |
120 |
|
+ Require user admin $lprusers |
121 |
|
</Directory> |
122 |
|
<Directory /var/www/html/LPRng/cgi-bin> |
123 |
|
Options ExecCGI |
124 |
|
AllowOverride None |
125 |
|
- <IfModule mod_access_compat.c> |
126 |
|
- order deny,allow |
127 |
|
- deny from all |
128 |
|
- allow from all |
129 |
|
- </IfModule> |
130 |
|
- <IfModule !mod_access_compat.c> |
131 |
|
- Require all granted |
132 |
|
- </IfModule> |
133 |
|
+ Require all granted |
134 |
|
</Directory> |
135 |
|
<Directory /var/www/html/LPRng/admin/cgi-bin> |
136 |
|
Options ExecCGI FollowSymLinks |
137 |
|
AllowOverride None |
138 |
|
- <IfModule mod_access_compat.c> |
139 |
|
- order deny,allow |
140 |
|
- deny from all |
141 |
|
- allow from all |
142 |
|
- </IfModule> |
143 |
|
- <IfModule !mod_access_compat.c> |
144 |
|
- Require all granted |
145 |
|
- </IfModule> |
146 |
|
+ Require all granted |
147 |
|
</Directory> |
148 |
|
# LPRng end |
149 |
|
HERE |