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
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: 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

Pull Requests

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: Mon Dec 09 23:01:27 2024 UTC