[BACK]Return to patch-sample-config_httpd_conf_in CVS log [TXT][DIR] Up to [local] / ports / www / pnp4nagios / patches

File: [local] / ports / www / pnp4nagios / patches / Attic / patch-sample-config_httpd_conf_in (download)

Revision 1.2, Mon Mar 21 09:57:27 2016 UTC (8 years, 3 months ago) by kirby
Branch: MAIN
Changes since 1.1: +3 -0 lines

fix typos and add other improvements after zhuk@'s feedback.

$OpenBSD$

Do not block access by default.

--- sample-config/httpd.conf.in.orig	Sun Feb  7 15:00:14 2016
+++ sample-config/httpd.conf.in	Sun Feb  7 15:02:35 2016
@@ -12,7 +12,7 @@ Alias @BASE_URL@ "@datarootdir@"
    	AuthName "Nagios Access"
    	AuthType Basic
    	AuthUserFile /usr/local/nagios/etc/htpasswd.users
-   	Require valid-user
+#   	Require valid-user
 	<IfModule mod_rewrite.c>
 		# Turn on URL rewriting
 		RewriteEngine On