SOURCES: bigsister.httpd_conf - webapps paths
glen
glen at pld-linux.org
Sat Apr 15 20:36:48 CEST 2006
Author: glen Date: Sat Apr 15 18:36:48 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- webapps paths
---- Files affected:
SOURCES:
bigsister.httpd_conf (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/bigsister.httpd_conf
diff -u SOURCES/bigsister.httpd_conf:1.2 SOURCES/bigsister.httpd_conf:1.3
--- SOURCES/bigsister.httpd_conf:1.2 Mon Apr 25 11:21:01 2005
+++ SOURCES/bigsister.httpd_conf Sat Apr 15 20:36:43 2006
@@ -6,7 +6,7 @@
<Directory /var/lib/bigsister/www>
AuthName "restricted area"
AuthType Basic
- AuthUserFile /etc/bigsister/password
+ AuthUserFile /etc/webapps/bigsister/htpasswd
require valid-user
Order allow,deny
Allow from all
@@ -16,21 +16,18 @@
<Directory /usr/share/bigsister/cgi>
AuthName "restricted area"
AuthType Basic
- AuthUserFile /etc/bigsister/password
+ AuthUserFile /etc/webapps/bigsister/htpasswd
require valid-user
Order allow,deny
Allow from all
Options -FollowSymLinks +ExecCGI
-<IfModule mod_perl.c>
- <FilesMatch "\.mpl$">
- SetHandler perl-script
- PerlHandler Apache::Registry
- PerlSendHeader On
- PerlSetEnv PERL5LIB /usr/share/bigsister/bin
- </FilesMatch>
-</IfModule>
-
+ <IfModule mod_perl.c>
+ <FilesMatch "\.mpl$">
+ SetHandler perl-script
+ PerlHandler Apache::Registry
+ PerlSendHeader On
+ PerlSetEnv PERL5LIB /usr/share/bigsister/bin
+ </FilesMatch>
+ </IfModule>
</Directory>
-
-# vim: filetype=apache ts=4 sw=4 et
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/bigsister.httpd_conf?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list