Hi, Friday, July 4, 2003, 5:27:53 PM, you wrote: TT> hello,
TT> I faced a problem with apache httpd.conf. TT> I have a virtual host and i write in httpd.conf that lines : TT> <IfModule mod_php4.c> TT> php_value track_vars "Off" TT> </IfModule> TT> but not working TT> please advise. TT> Thanks try php_flag instead of php_value (flags are on or off, values usually contain things like numbers or paths) -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php