Changes between Version 11 and Version 12 of InitdScriptForLinux


Ignore:
Timestamp:
May 16, 2012, 4:42:40 PM (12 years ago)
Author:
Collin Anderson
Comment:

added link to DjangoAndNginx

Legend:

Unmodified
Added
Removed
Modified
  • InitdScriptForLinux

    v11 v12  
    11= Django FastCGI init.d script for Linux =
    22
    3 One of the common deployments are FastCGI servers with a reverse proxy redirecting the requests to the appropriate server. This proxy can be [http://www.djangoproject.com/documentation/fastcgi/#apache-setup Apache], [http://www.djangoproject.com/documentation/fastcgi/#lighttpd-setup Lighttpd], [http://nginx.net/ Nginx],...
     3One of the common deployments are FastCGI servers with a reverse proxy redirecting the requests to the appropriate server. This proxy can be [http://www.djangoproject.com/documentation/fastcgi/#apache-setup Apache], [http://www.djangoproject.com/documentation/fastcgi/#lighttpd-setup Lighttpd], [https://code.djangoproject.com/wiki/DjangoAndNginx Nginx],...
    44
    55The standard Django documentation give a simple way to [http://www.djangoproject.com/documentation/fastcgi/#starting-your-fastcgi-server start and stop the FastCGI servers], but sometimes more flexibility and integration with the system is needed. Here, an alternative script is presented.
Back to Top