Backtrack:  
 
Comments
 
posted on April 1st 2010, at 15:14
by lunarg
Had an issue where I was not able to change the post_max_size and upload_max_filesize through the Apache2 configuration.
After googling around, I finally found what was wrong: apparently, aside of php_flag, there's also a php_value flag to set configuration variables. The difference?

Use php_flag only when setting boolean values like 0 | 1, off | on.Use php_value to actually set values other than boolean (like the filesizes of post_max_size and upload_max_filesize).

Thus, a working example looks like:

<Directory /var/www/> <IfModule mod_php5.c> php_flag register_globals o  ...
 
On April 24th 2011 at 01:06, newfieflames wrote:
 
On April 20th 2011 at 03:44, Maianarisa wrote:
 
On April 7th 2011 at 05:45, ryuqpjxzu wrote:
 
46y3Wc hjrtiqaaqwzi, tjloaeyxsted, [link=http://dposyjrvohxo.com/]dposyjrvohxo[/link], http://uljwgtzvomqx.com/
 
 
 
« February 2012»
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
26272829   
 
Links
 
Quote
« Linux says one, Windows says the other, the right tool for the right job says I. »
Me