diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-25 14:09:05 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-25 14:09:05 -0600 |
commit | f4ea68962bb6f78e6b058258637827f8f0706583 (patch) | |
tree | 329e524f4a0b418cff7c2853e304b1b580e057a9 /development/viewvc | |
parent | 1d048cb81c1eaeac61ee151bb9fa2458870024c3 (diff) | |
download | slackbuilds-f4ea68962bb6f78e6b058258637827f8f0706583.tar.gz |
development/viewvc: Update syntax for httpd-2.4.x
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/viewvc')
-rw-r--r-- | development/viewvc/README.SLACKWARE | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development/viewvc/README.SLACKWARE b/development/viewvc/README.SLACKWARE index d88e41bc91..1138614a81 100644 --- a/development/viewvc/README.SLACKWARE +++ b/development/viewvc/README.SLACKWARE @@ -22,8 +22,7 @@ Also add this section to allow access to the scripts: <Directory "/opt/viewvc/bin/cgi"> AllowOverride None Options None - Order allow,deny - Allow from all + Require all granted </Directory> 3) Restart httpd |