Centos, Apache, PHP Version 5.4.16 php.ini is:
upload_max_filesize=12M
memory_limit=512M
max_execution_time=60
max_input_time=60
post_max_size=12M
There are no .htaccess files used that I know of.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Yes, i setup a phpinfo.php and the values displayed match exactly what’s in php.ini. BTW, the php.ini is at /etc/php.ini.
Thanks for the response. It is a custom built application, not OwnCloud or similar. Do not believe I’m using FCGI, have standard Digital Ocean’s standard CentOS setup, modified php.ini (and restarted apache) per above specs.
Hi @kencushman,
Are you using FCGI by any chance? And is it a custom built application, or something like OwnCloud?
Yes, see answer below. Thanks.
Hi! Can you post the path of the
php.ini
file that you modified? If you create a php file with just the following:Do you see the above configuration directives set to the correct values?