Date: 10/15/00
- Next message: Pasha Zusmanovich: "[PHP-DEV] php cgi exit status"
- Previous message: afader <email protected>: "[PHP-DEV] PHP 4.0 Bug #7217: Security Problem with "include_dir" configuration"
- Next in thread: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7165 Updated: Trouble with configuration from httpd.conf"
- Maybe reply: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7165 Updated: Trouble with configuration from httpd.conf"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7165
User Update by: sitnikov <email protected>
Status: Open
Bug Type: Apache related
Description: Trouble with configuration from httpd.conf
This problem is present and in 4.0.3RC2.
But settings changes only after run script from a directory with personal settings (in http.conf).
Previous Comments:
---------------------------------------------------------------------------
[2000-10-12 15:12:56] sitnikov <email protected>
/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
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7165
-- 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: Pasha Zusmanovich: "[PHP-DEV] php cgi exit status"
- Previous message: afader <email protected>: "[PHP-DEV] PHP 4.0 Bug #7217: Security Problem with "include_dir" configuration"
- Next in thread: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7165 Updated: Trouble with configuration from httpd.conf"
- Maybe reply: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7165 Updated: Trouble with configuration from httpd.conf"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

