# HG changeset patch # User Daniel O'Connor # Date 1328275045 -37800 # Node ID 15fed86d9fac0c167a31d669728118d997b3c817 # Parent 6edb93c20971da667234496a4934af35a4963b08 Fix example to be correct. diff -r 6edb93c20971 -r 15fed86d9fac README.txt --- a/README.txt Tue Jan 03 19:05:55 2012 +1030 +++ b/README.txt Fri Feb 03 23:47:25 2012 +1030 @@ -2,7 +2,7 @@ - Create Apache config containing.. WSGIRestrictStdout Off -WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywws/iwws processes=5 maximum-requests=10000 +WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywws processes=5 maximum-requests=10000 WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi Alias /static /path/to/pywws/iwws