Changes between Version 13 and Version 14 of InstallationGuidelines/Cherokee


Ignore:
Timestamp:
09/23/11 13:30:08 (13 years ago)
Author:
Fran Boon
Comment:

Static home page

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Cherokee

    v13 v14  
     1[[TOC]]
    12== Installation on Cherokee ==
    23
     
    206207Create a simple uwsgi app & swap in a config file for this - uwsgi will reload automatically.
    207208
     209== Static home page ==
     210ConfigurationGuidelines#StaticHomePage
     211
     212{{{
     213vserver!30!rule!300!document_root = /home/web2py/applications/eden/static
     214vserver!30!rule!300!handler = redir
     215vserver!30!rule!300!handler!rewrite!10!regex = ^.*$
     216vserver!30!rule!300!handler!rewrite!10!show = 1
     217vserver!30!rule!300!handler!rewrite!10!substring = /eden/static/index.html
     218vserver!30!rule!300!match = and
     219vserver!30!rule!300!match!final = 1
     220vserver!30!rule!300!match!left = fullpath
     221vserver!30!rule!300!match!left!fullpath!1 = /
     222vserver!30!rule!300!match!right = not
     223vserver!30!rule!300!match!right!right = header
     224vserver!30!rule!300!match!right!right!complete = 0
     225vserver!30!rule!300!match!right!right!header = Cookie
     226vserver!30!rule!300!match!right!right!match = re
     227vserver!30!rule!300!match!right!right!type = regex
     228}}}
     229
    208230=== FastCGI ===
    209231http://web2py.com/AlterEgo/default/show/17