Changes between Version 1 and Version 2 of InitdScriptForLinux
- Timestamp:
- Mar 18, 2007, 6:17:49 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InitdScriptForLinux
v1 v2 141 141 Make sure to change the ownership of the folders where the FastCGI server must write. This is important for the folder where the .pid files are written. 142 142 143 For Debian, some people reported to use those options: 144 145 '''start-stop-daemon --start --exec /usr/bin/python $SITES_PATH/$SITE/manage.py runfcgi method=threaded host=$HOST port=$PORT pidfile=$RUNFILES_PATH/$SITE.pid --pidfile $RUNFILES_PATH/$SITE.pid''' 146 143 147 The script could be improved: 144 148 * It does not have a finely grained site management. All sites are treated alike.