PhpTips
Contents
Uploading Files
- edit these config files:
- /etc/php.ini - fix the following values:
- expose_php = On
max_execution_time = <big value>
memory_limit = <big value>
post_max_size = <big value>
- file_uploads = On
upload_max_filesize = <big value>
- /etc/httpd/conf.d/php.conf
LimitRequestBody <big value>
- /etc/httpd/conf/httpd.conf
- /etc/php.ini - fix the following values:
- don't forget to restart httpd
