Changes between Version 31 and Version 32 of InstallationGuidelinesApacheModWSGI
- Timestamp:
- 09/08/10 12:18:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelinesApacheModWSGI
v31 v32 1 == Installation on Apache with WSGI == 1 [[TOC]] 2 = Installation on Apache with WSGI = 2 3 This is what is used to host the Demo site & Trac 3 4 … … 8 9 * mod_rewrite: http://web2py.com/AlterEgo/default/show/144 9 10 10 == = Add Web2Py user ===11 == Add Web2Py user == 11 12 Can run as Webserver, but if you can partition, you generally should: 12 13 {{{ … … 14 15 }}} 15 16 16 == = File Permissions ===17 == File Permissions == 17 18 {{{ 18 19 chown web2py ~web2py/applications/admin/cache … … 119 120 Another set of Ubuntu docs: http://www.web2pyslices.com/main/slices/take_slice/14 120 121 121 === = Apache mod_deflate & mod_expires ====122 === Apache mod_deflate & mod_expires === 122 123 Optimise by using [http://httpd.apache.org/docs/2.2/mod/mod_deflate.html GZip] & [http://httpd.apache.org/docs/2.2/mod/mod_expires.html Expires]: 123 124 {{{ … … 147 148 }}} 148 149 149 == = Maintenance Site ===150 == Maintenance Site == 150 151 A useful site defintion for maintenance windows: points users at a static page, however access to phpmyadmin can be maintained: 151 152 152 {{{ 153 153 <VirtualHost *:80>