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 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']. 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 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
Archived
This topic is now archived and is closed to further replies.