Greetings. Currently I am trying to migrate an old RH (6.2) apache httpd.conf file to SuSE 1.3 apache setup. There is one issue left to deal with and that is the php directives in the virtual host setup that I am not quite sure how to address:
the existing RH entries are as follows for each host: <IfModule mod_php4.c> php_value include_path '/usr/local/apache/php:.' php_value auto_prepend_file /usr/local/apache/php/prepend.php3 php_flag magic_quotes_gpc Off php_flag track_vars On </IfModule> To be honest I have no idea how to migrate this sequence to Apache 1.3 SuSe as these files simply do not exist on my setup. (Stock suse install) Any comments would be greatly appreciated. /ch -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php