Changes between Version 31 and Version 32 of InstallationGuidelinesApacheModWSGI


Ignore:
Timestamp:
09/08/10 12:18:32 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesApacheModWSGI

    v31 v32  
    1 == Installation on Apache with WSGI ==
     1[[TOC]]
     2= Installation on Apache with WSGI =
    23This is what is used to host the Demo site & Trac
    34
     
    89 * mod_rewrite: http://web2py.com/AlterEgo/default/show/144
    910
    10 === Add Web2Py user ===
     11== Add Web2Py user ==
    1112Can run as Webserver, but if you can partition, you generally should:
    1213{{{
     
    1415}}}
    1516
    16 === File Permissions ===
     17== File Permissions ==
    1718{{{
    1819chown web2py ~web2py/applications/admin/cache
     
    119120Another set of Ubuntu docs: http://www.web2pyslices.com/main/slices/take_slice/14
    120121
    121 ==== Apache mod_deflate & mod_expires ====
     122=== Apache mod_deflate & mod_expires ===
    122123Optimise 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]:
    123124{{{
     
    147148}}}
    148149
    149 === Maintenance Site ===
     150== Maintenance Site ==
    150151A useful site defintion for maintenance windows: points users at a static page, however access to phpmyadmin can be maintained:
    151 
    152152{{{
    153153<VirtualHost *:80>