SPECS: phpwiki.spec - fixed httpd config

gotar gotar at pld-linux.org
Sat Jun 9 02:07:25 CEST 2007


Author: gotar                        Date: Sat Jun  9 00:07:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed httpd config

---- Files affected:
SPECS:
   phpwiki.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/phpwiki.spec
diff -u SPECS/phpwiki.spec:1.6 SPECS/phpwiki.spec:1.7
--- SPECS/phpwiki.spec:1.6	Tue Feb 13 09:06:40 2007
+++ SPECS/phpwiki.spec	Sat Jun  9 02:07:20 2007
@@ -51,8 +51,8 @@
 %patch1 -p1
 
 cat > apache.conf <<EOF
-Alias /%{name} %{_appdir}
-<Directory /%{name}>
+Alias /%{_webapp} %{_appdir}
+<Directory /%{_appdir}>
 	Allow from all
 </Directory>
 EOF
@@ -100,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/06/09 00:07:20  gotar
+- fixed httpd config
+
 Revision 1.6  2007/02/13 08:06:40  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/phpwiki.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list