1 |
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 |
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 |
2 |
--- smeserver-print-monitor-0.0.7.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng 2022-07-24 00:51:13.644000000 -0400 |
--- smeserver-print-monitor-0.0.7.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng 2022-07-24 00:51:13.644000000 -0400 |
3 |
+++ smeserver-print-monitor-0.0.7/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng 2022-07-24 00:56:00.736000000 -0400 |
+++ smeserver-print-monitor-0.0.7/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng 2022-07-24 01:06:28.619000000 -0400 |
4 |
@@ -34,40 +34,59 @@ |
@@ -29,45 +29,67 @@ |
5 |
|
} |
6 |
|
|
7 |
|
$OUT .= <<HERE; |
8 |
|
-# LPRng |
9 |
|
+#------------------------------------------------------------ |
10 |
|
+# LPRng - smeserver-print-monitor contrib |
11 |
|
+#------------------------------------------------------------ |
12 |
|
Alias /LPRng /var/www/html/LPRng |
13 |
<Directory /var/www/html/LPRng> |
<Directory /var/www/html/LPRng> |
14 |
AllowOverride None |
AllowOverride None |
15 |
Options +Indexes |
Options +Indexes |
47 |
+ deny from all |
+ deny from all |
48 |
+ allow from all |
+ allow from all |
49 |
+ Require user admin $lprusers |
+ Require user admin $lprusers |
50 |
|
+ </IfModule> |
51 |
+ <IfModule !mod_access_compat.c> |
+ <IfModule !mod_access_compat.c> |
52 |
+ Require user admin $lprusers |
+ Require user admin $lprusers |
53 |
+ </IfModule> |
+ </IfModule> |