diff README.txt @ 0:2d9ee2b3ae82

Initial commit of iWWS.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 15 Aug 2011 17:44:56 +0930
parents
children 942d4cfc2538
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Mon Aug 15 17:44:56 2011 +0930
@@ -0,0 +1,17 @@
+- Unpack archive into pywws directory.
+- Create Apache config containing..
+
+WSGIRestrictStdout Off
+WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywwsiwws processes=5 maximum-requests=10000
+WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi
+
+<Directory /path/to/pywwsiwws>
+    WSGIProcessGroup iwws
+    WSGIApplicationGroup %{GLOBAL}
+    WSGIScriptReloading On
+
+    Order deny,allow
+    Allow from all
+</Directory>
+
+- Code by me is licensed under the 2 clause BSDL, other code licensed as per those projects.