SOURCES: phpBB.conf - use Directory directive so admin has option ...

glen glen at pld-linux.org
Sun Jan 22 22:00:13 CET 2006


Author: glen                         Date: Sun Jan 22 21:00:13 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use Directory directive so admin has option to change alias mapping

---- Files affected:
SOURCES:
   phpBB.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/phpBB.conf
diff -u SOURCES/phpBB.conf:1.2 SOURCES/phpBB.conf:1.3
--- SOURCES/phpBB.conf:1.2	Sun Jan 22 19:43:59 2006
+++ SOURCES/phpBB.conf	Sun Jan 22 22:00:08 2006
@@ -1,4 +1,4 @@
 Alias /phpBB /usr/share/phpBB
-<Location /phpBB>
+<Directory /usr/share/phpBB>
     Allow from all
-</Location>
+</Directory>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/phpBB.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list