Changeset 32
- Timestamp:
- Oct 12, 2006, 10:02:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/documents/deployment.txt
r30 r32 15 15 things when the code changes without reloading apache. 16 16 17 Here is one example (requires cgi-fcgi from libfcgi0) 18 19 cgi-fcgi -start -connect /var/lib/apache2/fastcgi/submit.sock /path/to/submit.fcgi 10 20 21 will kick off 10 instances. 22 23 Then in Apache conf: 24 25 FastCgiExternalServer /usr/lib/cgi-bin/npemap/submit.fcgi -connect submit.sock 26
Note: See TracChangeset
for help on using the changeset viewer.