php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33680 maximum number of 170 php_admin_values can be in one apache configuration
Submitted: 2005-07-13 16:44 UTC Modified: 2005-07-26 11:31 UTC
From: mail at tabor dot info Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.3.11 OS: FreeBSD 5.3
Private report: No CVE-ID: None
 [2005-07-13 16:44 UTC] mail at tabor dot info
Description:
------------
I have normal PHP and APACHE2 configuration.
I use php_admin_values to set up some virtual servers specifically.
Now I have 170 parameters where php_admin_value is used.
When I add just one .i.e., php_admin_value display_errors On into the virtual server configuration, Apache will not start.
Is it normal? I didn't found in the documentation any mention about this.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-13 16:48 UTC] tony2001@php.net
What do you mean "doesn't start" ?
Open the error_log and figure out why it doesn't.
 [2005-07-13 17:02 UTC] me at tabor dot info
Yes, It was the first thing which I checked. There is nothing. Just a message about stopping apache. That's why I decided to report a bug. Yes, I set LogLevel to the value "debug".
 [2005-07-13 17:49 UTC] tony2001@php.net
So why did you decide that it's a PHP problem and not Apache one?
Report it to Apache developers.
 [2005-07-13 19:43 UTC] mail at tabor dot info
Yeah! You're maybe right. Now I have collected quite a lot of data and proofs and it seems that Apache should be a part which makes these problems.
But why I'm not completely decided about it is a fact that it makes just only php oriented things. php_value is not working too.
It looks like 170 parameters for php module is a limit. So this looks like libphp4 thing. What do you mean now?
 [2005-07-26 11:31 UTC] mail at tabor dot info
So, it seems to me that it was some problem in php-4.3.11. After upgrade on php-4.4.0 this problem disapeared.
Anyway, I didn't try to reproduce this error on another system.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC