[mapguide-commits] r4794 - in trunk/Installer/Support/Web/x86/Apache2: conf logs modules

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 14 07:58:55 EDT 2010


Author: jng
Date: 2010-04-14 07:58:55 -0400 (Wed, 14 Apr 2010)
New Revision: 4794

Added:
   trunk/Installer/Support/Web/x86/Apache2/conf/workers.properties
   trunk/Installer/Support/Web/x86/Apache2/logs/access.log
   trunk/Installer/Support/Web/x86/Apache2/logs/error.log
   trunk/Installer/Support/Web/x86/Apache2/modules/php5apache2_2.dll
Log:
#1322: Add missing files:

- php5apache2_2.dll copied from the PHP 5.3.2 binary distro
- workers.properties copied from old httpd distro
- blank access.log and error.log so that the logs directory is actually included in the installer (httpd won't start without the logs directory)

Added: trunk/Installer/Support/Web/x86/Apache2/conf/workers.properties
===================================================================
--- trunk/Installer/Support/Web/x86/Apache2/conf/workers.properties	                        (rev 0)
+++ trunk/Installer/Support/Web/x86/Apache2/conf/workers.properties	2010-04-14 11:58:55 UTC (rev 4794)
@@ -0,0 +1,12 @@
+# Define 1 real worker using ajp13
+worker.list=worker1
+
+# Set properties for worker1 (ajp13)
+worker.worker1.type=ajp13
+worker.worker1.host=localhost
+worker.worker1.port=8009
+worker.worker1.lbfactor=50
+worker.worker1.cachesize=10
+worker.worker1.cache_timeout=600
+worker.worker1.socket_keepalive=1
+worker.worker1.recycle_timeout=300

Added: trunk/Installer/Support/Web/x86/Apache2/modules/php5apache2_2.dll
===================================================================
(Binary files differ)


Property changes on: trunk/Installer/Support/Web/x86/Apache2/modules/php5apache2_2.dll
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the mapguide-commits mailing list