stass / mod_proctitle

Apache module to set proccess title according to the request processed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This module will set process titles of httpd processes to request names they're
currently processing, so they will be visible in top and ps. Useful for site
debugging purposes.

The following configuration options are available:
ProctitileEnable - On/Off (Enable/disable module)
ProctitleUriSep - the separator string used to separate URI from state
                  ("::" by default)

About

Apache module to set proccess title according to the request processed

License:Other


Languages

Language:C 90.9%Language:Shell 9.1%