comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:2d9ee2b3ae82
1 - Unpack archive into pywws directory.
2 - Create Apache config containing..
3
4 WSGIRestrictStdout Off
5 WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywwsiwws processes=5 maximum-requests=10000
6 WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi
7
8 <Directory /path/to/pywwsiwws>
9 WSGIProcessGroup iwws
10 WSGIApplicationGroup %{GLOBAL}
11 WSGIScriptReloading On
12
13 Order deny,allow
14 Allow from all
15 </Directory>
16
17 - Code by me is licensed under the 2 clause BSDL, other code licensed as per those projects.