php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13144 Can not set post_max_size in VirtualHost
Submitted: 2001-09-05 03:57 UTC Modified: 2001-09-21 05:35 UTC
From: jn at 1net dot ch Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0.6 OS: Linux 2.4.4
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: jn at 1net dot ch
New email:
PHP Version: OS:

 

 [2001-09-05 03:57 UTC] jn at 1net dot ch
Webserver: apache 1.3.20
I have the following entry in the VirtualHost defenition:
php_value post_max_size 12M

After a restart, phpinfo() shows the Local value unchanged. It is the same as the Master value (10M).
Changing for example the value for upload_max_filesize is no problem.

'./configure' '--with-apxs=/local/apache/sbin/apxs' '--with-ftp' '--with-mysql=/usr' '--disable-short-tags' '--enable-memory-limit' '--disable-debug' '--enable-track-vars' '--enable-sysvsem' '--enable-sysvshm' '--enable-inline-optimization' '--with-zlib' '--with-gd'

Installed: Zend Optimizer v1.1.0

Cheers,
Jene


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-21 05:35 UTC] sniper@php.net
You should be using 'php_admin_value' instead.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 04:01:30 2024 UTC