SOURCES: lxr-httpd.conf - balanced alias
glen
glen at pld-linux.org
Fri Feb 24 00:46:32 CET 2006
Author: glen Date: Thu Feb 23 23:46:31 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- balanced alias
---- Files affected:
SOURCES:
lxr-httpd.conf (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/lxr-httpd.conf
diff -u SOURCES/lxr-httpd.conf:1.1 SOURCES/lxr-httpd.conf:1.2
--- SOURCES/lxr-httpd.conf:1.1 Thu Feb 23 19:05:47 2006
+++ SOURCES/lxr-httpd.conf Fri Feb 24 00:46:26 2006
@@ -1,13 +1,13 @@
-Alias /lxr /usr/share/lxr/
+Alias /lxr/ /usr/share/lxr/
<Directory /usr/share/lxr>
DirectoryIndex source
Options Indexes ExecCGI FollowSymlinks
- order deny,allow
+ Order deny,allow
<Files ~ (.*\.conf|.*\.pm|genxref)$>
- deny from all
+ Deny from all
</Files>
<IfModule mod_perl.c>
@@ -26,3 +26,4 @@
</Files>
</IfModule>
</Directory>
+# vim:syn=apache
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/lxr-httpd.conf?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list