On Fri, Aug 8, 2014 at 10:56 AM, Rose, John B <jbr...@utk.edu> wrote:

>  Looking at the apache.org server-status I do not see any of these …
>
>  "OPTIONS * HTTP/1.0"
>
>  In the "Request" column
>
>  While I see quite a few in ours.
>
>  Why does apache.org not have any of these entries?
>
>  thanks
>
>
>
You're using prefork MPM and your configuration
(MinSpareServers/MaxSpareServers/etc.) results in child processes being
created and destroyed on a somewhat regular basis?

The prefork MPM will wake up processes with an OPTIONS request as part of
process management.

apache.org runs the event MPM.


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/
http://edjective.org/

Reply via email to