Changes between Version 45 and Version 46 of ServerArrangements


Ignore:
Timestamp:
Feb 7, 2010, 1:23:30 AM (14 years ago)
Author:
farid@…
Comment:

Add cherokee web server

Legend:

Unmodified
Added
Removed
Modified
  • ServerArrangements

    v45 v46  
    140140== Differences between Devserver and production ==
    141141 * [wiki:devserver_and_apache_differences] - tips to help ease the transition.
     142
     143== Cherokee ==
     144 * See the [http://www.cherokee-project.com/doc Official Documentation].
     145
     146=== Cherokee with FastCGI ===
     147
     148 * See the [http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#cherokee-setup Official documentation].
     149 * See the [http://www.cherokee-project.com/doc/modules_handlers_fcgi.html Official documentation from cherokee]
     150 * for running with flup or uwsgi, see [http://yml-blog.blogspot.com/2009/12/flup-vs-uwsgi-with-cherokee.html]
     151
     152=== Cherokee with SCGI ===
     153
     154 * [http://www.cherokee-project.com/doc/modules_handlers_scgi.html Official documentation cherokee SCGI]
     155
     156=== Cherokee with uWSGI ===
     157
     158 * See the [http://www.cherokee-project.com/doc/cookbook_uwsgi.html Official documentation from cherokee]
     159 * See the [http://projects.unbit.it/uwsgi/wiki/uWSGIDjangoApp uWSGI with Django Application]
     160 * See the [http://yml-blog.blogspot.com/2009/11/how-to-set-up-cherokee-and-uwsgi.html  Setup Cherokee and uWSGI]
     161 * for running with flup or uwsgi, see [http://yml-blog.blogspot.com/2009/12/flup-vs-uwsgi-with-cherokee.html]
Back to Top