Code

Cleaned up and documented patches.
[pkg-pnp4nagios.git] / debian / patches / apache-fix-path-to-userfile
1 Description: Fix config directory in the sample httpd.conf.
2 Author: Sven Velt <sven@velt.de>
3 Forwarded: not-needed
5 --- a/sample-config/httpd.conf.in
6 +++ b/sample-config/httpd.conf.in
7 @@ -11,7 +11,7 @@
8         #
9         AuthName "Nagios Access"
10         AuthType Basic
11 -       AuthUserFile /usr/local/nagios/etc/htpasswd.users
12 +       AuthUserFile /etc/nagios3/htpasswd.users
13         Require valid-user
14         <IfModule mod_rewrite.c>
15                 # Turn on URL rewriting