add SCRIPT_NAME to faq

This commit is contained in:
benoitc 2010-02-20 17:15:35 +01:00
parent e02d7e9ddd
commit 38ac8ebaaf
2 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,9 @@ $ kill -TTIN masterpid
</pre>
<p class="last">will increase the number from one worker</p>
</dd>
<dt>How to set SCRIPT_NAME ?</dt>
<dd>By default SCRIPT_name is an empy string. Value could be changed by passing
<cite>SCRIPT_NAME</cite> in environment (apache way) or as an HTTP header (nginx way).</dd>
</dl>
</div>

View File

@ -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).