terrordrone Posted August 20, 2009 Share Posted August 20, 2009 Hello I would like to access ' mod_unique_id ' of apache, which is a unique ID generated by apache for each request.. I checked in $_SERVER and i did not find it.. i need it so that i can add id as a context/conversion parameter into log4php... im a noob so.. a detailed description would be of immense help apart from enabling that module in apache.. i do not know how to proceed ... any pointers would be of great help .. thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/171126-accessing-mod_unique_id-from-php/ Share on other sites More sharing options...
trq Posted August 20, 2009 Share Posted August 20, 2009 It should simply show up within $_SERVER['UNIQUE_ID']. Quote Link to comment https://forums.phpfreaks.com/topic/171126-accessing-mod_unique_id-from-php/#findComment-902479 Share on other sites More sharing options...
terrordrone Posted August 20, 2009 Author Share Posted August 20, 2009 Will try it out... and post back.. thanks a ton Quote Link to comment https://forums.phpfreaks.com/topic/171126-accessing-mod_unique_id-from-php/#findComment-902502 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.