Date: 10/12/00
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Previous message: Björn Schotte: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Previous message: Björn Schotte: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

