php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1506 error_log not created
Submitted: 1999-06-08 06:23 UTC Modified: 1999-12-13 16:15 UTC
From: koch at n-e-t dot de Assigned:
Status: Closed Package: Other
PHP Version: 3.0.7 OS: Solaris 2.5.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: koch at n-e-t dot de
New email:
PHP Version: OS:

 

 [1999-06-08 06:23 UTC] koch at n-e-t dot de
When using "php3_error_log /somepath/php3_log" in the virtual host section of apache's httpd.conf, a
log file will not be created. Errors are written to the apache error log correctly.

Extract from httpd.conf:
 <VirtualHost eule1.n-e-t.de:80>
 ...
 AddType application/x-httpd-php3 .php3
 Php3_Safe_Mode on
 Php3_Log_Errors on
 Php3_Doc_Root /NET/www/eule1.n-e-t.de/doc
 Php3_Open_Basedir /ldsk/fs4/www/eule1.n-e-t.de/doc
 Php3_Error_Log /NET/www/eule1.n-e-t.de/logs/php3_log
 ...
 </VirtualHost>

Configured Modules:
 mysql, apache

There is no php.ini file in use.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-20 09:29 UTC] sas at cvs dot php dot net
Is that directory/file writable by the main web server? 
 [1999-12-13 16:15 UTC] joey at cvs dot php dot net
closing - lack of info
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 03:01:28 2024 UTC