From 38ac8ebaaf58f33ebae90806312637d5642a75ab Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 20 Feb 2010 17:15:35 +0100 Subject: [PATCH] add SCRIPT_NAME to faq --- doc/htdocs/faq.html | 3 +++ doc/site/faq.rst | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/doc/htdocs/faq.html b/doc/htdocs/faq.html index 14d38f3f..47997e04 100644 --- a/doc/htdocs/faq.html +++ b/doc/htdocs/faq.html @@ -61,6 +61,9 @@ $ kill -TTIN masterpid

will increase the number from one worker

+
How to set SCRIPT_NAME ?
+
By default SCRIPT_name is an empy string. Value could be changed by passing +SCRIPT_NAME in environment (apache way) or as an HTTP header (nginx way).
diff --git a/doc/site/faq.rst b/doc/site/faq.rst index f4ac53c6..b4b36ffb 100644 --- a/doc/site/faq.rst +++ b/doc/site/faq.rst @@ -15,4 +15,8 @@ How to increase/decrease number of running workers ? $ kill -TTIN masterpid will increase the number from one worker + +How to set SCRIPT_NAME ? + By default SCRIPT_name is an empy string. Value could be changed by passing + `SCRIPT_NAME` in environment (apache way) or as an HTTP header (nginx way).