Mercurial > ~darius > hgwebdir.cgi > iwws
comparison README.txt @ 3:942d4cfc2538
Add static alias.
Correct typos in demo paths.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 15 Aug 2011 19:05:23 +0930 |
parents | 2d9ee2b3ae82 |
children | 15fed86d9fac |
comparison
equal
deleted
inserted
replaced
2:142684bbfdc0 | 3:942d4cfc2538 |
---|---|
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/pywwsiwws processes=5 maximum-requests=10000 | 5 WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywws/iwws processes=5 maximum-requests=10000 |
6 WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi | 6 WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi |
7 | 7 |
8 <Directory /path/to/pywwsiwws> | 8 Alias /static /path/to/pywws/iwws |
9 <Directory /path/to/pywws/iwws/static> | |
10 Order deny,allow | |
11 Allow from all | |
12 </Directory> | |
13 | |
14 <Directory /path/to/pywws/iwws> | |
9 WSGIProcessGroup iwws | 15 WSGIProcessGroup iwws |
10 WSGIApplicationGroup %{GLOBAL} | 16 WSGIApplicationGroup %{GLOBAL} |
11 WSGIScriptReloading On | 17 WSGIScriptReloading On |
12 | 18 |
13 Order deny,allow | 19 Order deny,allow |