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 00:56:00.736000000 -0400 @@ -34,40 +34,59 @@ 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