On Tue, 23 Oct 2001, Brian White wrote:

> process ID belongs to Apache. What I was wondering was there any kind
> of ID that was attached to a particular CGI request that I could
> access and use?

Yes.  Use the Apache module, mod_unique_id, and then in your environment,
$UNIQUE_ID will be available.  Every request to httpd gets its own
UNIQUE_ID.

Details here:
http://httpd.apache.org/docs/mod/mod_unique_id.html

        ~Chris                           /"\
                                         \ /     September 11, 2001
                                          X      We Are All New Yorkers
                                         / \     rm -rf /bin/laden


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to