Displaying 1 result from an estimated 1 matches for "upload_max_file".
2011 Feb 15
3
apache 2 and php 5.2
...ginally I installed php 4 on centos 5.5 and then a few repos including
the remi repo to upgrade to php5, which seems to upgrade/work without any
issues.
However when I make a change to the /etc/php.ini file it doesn't look like
apache is seeing it, for example if I change the post_max_size and
upload_max_file to 25M each apache still sees the default 2M. I also removed
the /etc/php.ini file and apache is able to start with no problems and it
will still see the default 2M.
I was wondering if anyone can tell me why apache is not taking the settings
from the /etc/php.ini file and it works without that...