[PHP-DEV] PHP 4.0 Bug #7165: Trouble with configuration from httpd.conf From: sitnikov <email protected>
Date: 10/12/00

From: sitnikov <email protected>
Operating system: Linux 2.2.14-5.0
PHP version: 4.0.3
PHP Bug Type: Apache related
Bug description: Trouble with configuration from httpd.conf

/home/sitnikov/public_html/ver.php
<?
phpinfo();
?>

.. Skip ...
Verison | Name | Local | Master
============================================================
4.0.3RC2 | error_log | no value | no value
4.0.3 | error_log | /home/toit/logs/php.log | no value

httpd.conf:

<Directory /home/toit/public_html>
<IfModule mod_php4.c>
  php_value include_path ./:/home/toit/include:/home/toit/conf:/home/php/include
  php_value doc_root /
  php_flag display_errors Off
  php_flag log_errors On
  php_flag track_errors On
  php_value error_reporting 1023
  php_value error_log /home/toit/logs/php.log
</IfModule>
</Directory>

More in detail:
http://www.sitnikov.f2s.com/php4_0_3dev.html
http://www.sitnikov.f2s.com/php4_0_3.html

-- 
Edit Bug report at: http://bugs.php.net/?id=7165&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>