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

Annotation of ports/www/pnp4nagios/patches/patch-sample-config_httpd_conf_in, Revision 1.2

1.1       kirby       1: $OpenBSD$
1.2     ! kirby       2:
        !             3: Do not block access by default.
        !             4:
1.1       kirby       5: --- sample-config/httpd.conf.in.orig   Sun Feb  7 15:00:14 2016
                      6: +++ sample-config/httpd.conf.in        Sun Feb  7 15:02:35 2016
                      7: @@ -12,7 +12,7 @@ Alias @BASE_URL@ "@datarootdir@"
                      8:        AuthName "Nagios Access"
                      9:        AuthType Basic
                     10:        AuthUserFile /usr/local/nagios/etc/htpasswd.users
                     11: -      Require valid-user
                     12: +#     Require valid-user
                     13:        <IfModule mod_rewrite.c>
                     14:                # Turn on URL rewriting
                     15:                RewriteEngine On

CVSweb