Changeset 1886
- Timestamp:
- 08/20/08 19:31:06 (3 months ago)
- Files:
-
- cherokee/trunk/doc/bundle_cherokee-admin.txt (modified) (1 diff)
- cherokee/trunk/doc/modules_handlers_fcgi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/bundle_cherokee-admin.txt
r1836 r1886 58 58 59 59 ---- 60 cherokee-admin -a - P9091 -C /etc/cherokee/cherokee2.conf \60 cherokee-admin -a -p 9091 -C /etc/cherokee/cherokee2.conf \ 61 61 -d /path/to/svn/trunk/cherokee-admin/ 62 62 ---- cherokee/trunk/doc/modules_handlers_fcgi.txt
r1816 r1886 39 39 Note that the FastCGI and SCGI handlers can directly use Unix 40 40 sockets. You only have to specify a full path to the socket instead of 41 the `host:port`, and everything will simply work. 41 the `host:port`. 42 43 For instance an entry such as something like `/var/tmp/socket-tmp.1` 44 should get everything to simply work it that was the correct path. 42 45 43 46