chiark / gitweb /
cgi-fcgi-interp: new garbage collection approach, spec (more)
[chiark-utils.git] / cprogs / cgi-fcgi-interp.c
index 4ae61d7d9f260e79662a09841e9e6349cb8ee582..28ec12624dee698beb91219b492ba32a4ce5aeed 100644 (file)
  *  - stat and lstat the <script>
  *  - stat the socket and check its timestamp
  *       if it is too old, unlink it
  *  - stat and lstat the <script>
  *  - stat the socket and check its timestamp
  *       if it is too old, unlink it
- *  - dup2 stderr, mark no cloexec
- *  - run     cgi-fcgi -connect SOCKET \
- *                cgi-fcgi-interp -c<check-interval> \
- *                --stage2 <was-stderr> <socket> \
+ *  - dup stderr, mark no cloexec
+ *  - run     cgi-fcgi -connect SOCKET       \
+ *                cgi-fcgi-interp \
+ *                --stage2 <was-stderr> <socket>      \
+ -c<check-interval>            \
+ *               \
  *                <interp> <script>
  *
  * --stage2 does this:
  *                <interp> <script>
  *
  * --stage2 does this: