Mercurial > ~darius > hgwebdir.cgi > iwws
comparison README.txt @ 10:15fed86d9fac
Fix example to be correct.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Fri, 03 Feb 2012 23:47:25 +1030 |
parents | 942d4cfc2538 |
children |
comparison
equal
deleted
inserted
replaced
9:6edb93c20971 | 10:15fed86d9fac |
---|---|
1 - Unpack archive into pywws directory. | 1 - Unpack archive into pywws directory. |
2 - Create Apache config containing.. | 2 - Create Apache config containing.. |
3 | 3 |
4 WSGIRestrictStdout Off | 4 WSGIRestrictStdout Off |
5 WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywws/iwws processes=5 maximum-requests=10000 | 5 WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywws processes=5 maximum-requests=10000 |
6 WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi | 6 WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi |
7 | 7 |
8 Alias /static /path/to/pywws/iwws | 8 Alias /static /path/to/pywws/iwws |
9 <Directory /path/to/pywws/iwws/static> | 9 <Directory /path/to/pywws/iwws/static> |
10 Order deny,allow | 10 Order deny,allow |