php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7165 Trouble with configuration from httpd.conf
Submitted: 2000-10-12 15:12 UTC Modified: 2000-10-15 17:15 UTC
From: sitnikov at infonet dot ee Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.3 OS: Linux 2.2.14-5.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sitnikov at infonet dot ee
New email:
PHP Version: OS:

 

 [2000-10-12 15:12 UTC] sitnikov at infonet dot ee
/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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-15 06:51 UTC] sitnikov at infonet dot ee
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).
 [2000-10-15 17:15 UTC] sniper@php.net
This should be fixed in PHP4.0.3pl1

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 21:01:31 2024 UTC