SPECS: php-eaccelerator.spec, phpwiki.spec - fixed httpd config

gotar gotar at pld-linux.org
Sat Jun 9 02:58:20 CEST 2007


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

---- Files affected:
SPECS:
   php-eaccelerator.spec (1.59 -> 1.60) , phpwiki.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/php-eaccelerator.spec
diff -u SPECS/php-eaccelerator.spec:1.59 SPECS/php-eaccelerator.spec:1.60
--- SPECS/php-eaccelerator.spec:1.59	Sat Jun  9 02:48:22 2007
+++ SPECS/php-eaccelerator.spec	Sat Jun  9 02:58:14 2007
@@ -69,7 +69,8 @@
 
 cat > apache.conf <<EOF
 Alias /%{_webapp} %{_appdir}
-<Directory /%{_appdir}>
+<Directory %{_appdir}/>
+	Order allow,deny
 	Allow from 127.0.0.1
 </Directory>
 EOF
@@ -161,6 +162,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2007/06/09 00:58:14  gotar
+- fixed httpd config
+
 Revision 1.59  2007/06/09 00:48:22  gotar
 - updated webinterface info, secured {control,dasm}.php (hardcoded passwords)
 

================================================================
Index: SPECS/phpwiki.spec
diff -u SPECS/phpwiki.spec:1.7 SPECS/phpwiki.spec:1.8
--- SPECS/phpwiki.spec:1.7	Sat Jun  9 02:07:20 2007
+++ SPECS/phpwiki.spec	Sat Jun  9 02:58:14 2007
@@ -52,7 +52,7 @@
 
 cat > apache.conf <<EOF
 Alias /%{_webapp} %{_appdir}
-<Directory /%{_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.8  2007/06/09 00:58:14  gotar
+- fixed httpd config
+
 Revision 1.7  2007/06/09 00:07:20  gotar
 - fixed httpd config
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-eaccelerator.spec?r1=1.59&r2=1.60&f=u
    http://cvs.pld-linux.org/SPECS/phpwiki.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list