Changes between Version 7 and Version 8 of InstallationGuidelines/Cherokee
- Timestamp:
- 05/26/11 18:39:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Cherokee
v7 v8 32 32 }}} 33 33 34 ==== Configure Cherokee for uWSGI ==== 35 cat << EOF > "/home/web2py/uwsgi.xml" 36 <uwsgi> 37 <pythonpath>/home/web2py/</pythonpath> 38 <app mountpoint="/"> 39 <script>wsgihandler</script> 40 </app> 41 </uwsgi> 42 EOF 34 43 === FastCGI === 35 44 http://web2py.com/AlterEgo/default/show/17