Changes between Version 7 and Version 8 of InstallationGuidelines/Cherokee


Ignore:
Timestamp:
05/26/11 18:39:06 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Cherokee

    v7 v8  
    3232}}}
    3333
     34==== Configure Cherokee for uWSGI ====
     35cat << EOF > "/home/web2py/uwsgi.xml"
     36<uwsgi>
     37    <pythonpath>/home/web2py/</pythonpath>
     38    <app mountpoint="/">
     39        <script>wsgihandler</script>
     40    </app>
     41</uwsgi>
     42EOF
    3443=== FastCGI ===
    3544http://web2py.com/AlterEgo/default/show/17