# HG changeset patch # User Daniel O'Connor # Date 1313400923 -34200 # Node ID 942d4cfc2538c53fcef7948f2535ef18231c7b72 # Parent 142684bbfdc0214d57b490b32c3227f80a0d6bb1 Add static alias. Correct typos in demo paths. diff -r 142684bbfdc0 -r 942d4cfc2538 README.txt --- a/README.txt Mon Aug 15 17:56:25 2011 +0930 +++ b/README.txt Mon Aug 15 19:05:23 2011 +0930 @@ -2,10 +2,16 @@ - Create Apache config containing.. WSGIRestrictStdout Off -WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywwsiwws processes=5 maximum-requests=10000 +WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywws/iwws processes=5 maximum-requests=10000 WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi - +Alias /static /path/to/pywws/iwws + + Order deny,allow + Allow from all + + + WSGIProcessGroup iwws WSGIApplicationGroup %{GLOBAL} WSGIScriptReloading On