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 --- 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/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng 2022-07-24 01:06:28.619000000 -0400 @@ -29,45 +29,67 @@ } $OUT .= < AllowOverride None Options +Indexes - order deny,allow - deny from all - allow from all AuthName "SME Server Manager" AuthType Basic AuthBasicProvider external AuthExternal pwauth - require user admin $lprusers + + order deny,allow + deny from all + allow from all + Require user admin $lprusers + + + Require user admin $lprusers + AllowOverride None Options +Indexes - order deny,allow - deny from all - allow from all AuthName "SME Server Manager" AuthType Basic AuthBasicProvider external AuthExternal pwauth - require user admin $lprusers + + order deny,allow + deny from all + allow from all + Require user admin $lprusers + + + Require user admin $lprusers + Options ExecCGI AllowOverride None - order deny,allow - deny from all - allow from all + + order deny,allow + deny from all + allow from all + + + Require all granted + Options ExecCGI FollowSymLinks AllowOverride None - order deny,allow - deny from all - allow from all + + order deny,allow + deny from all + allow from all + + + Require all granted + # LPRng end HERE 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 --- 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 +++ 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 @@ -40,15 +40,7 @@ AuthType Basic AuthBasicProvider external AuthExternal pwauth - - order deny,allow - deny from all - allow from all - Require user admin $lprusers - - - Require user admin $lprusers - + Require user admin $lprusers AllowOverride None @@ -57,39 +49,17 @@ AuthType Basic AuthBasicProvider external AuthExternal pwauth - - order deny,allow - deny from all - allow from all - Require user admin $lprusers - - - Require user admin $lprusers - + Require user admin $lprusers Options ExecCGI AllowOverride None - - order deny,allow - deny from all - allow from all - - - Require all granted - + Require all granted Options ExecCGI FollowSymLinks AllowOverride None - - order deny,allow - deny from all - allow from all - - - Require all granted - + Require all granted # LPRng end HERE