Modify php. ini does not take effect solution (upload files larger than 8 MB)

Source: Internet
Author: User
To upload a file larger than 8 MB, you need to modify the php configuration to make it take effect. after searching for a lot of references, the modification still does not take effect. after some tossing, I finally found a solution. I will share with you the following: Abstract:To upload files larger than 8 MB, you must modify the php configuration to take effect. However, I found a bunch of configuration changes on the Internet, but the changes didn't take effect.

Solution:

Modify the php. ini option. There are many tutorials on the internet and you can search for them at will.
1. log on to the nobody account with the root account.
2. run the whereis php command to check the location of php. ini and modify the php. ini file.
3. restart apache to take effect.

The nobody account here is the account used by apache and has low permissions.
The main note here is that the configuration file you modified must be the configuration file used by nobody.
Generally, if the configuration has been modified but does not take effect, consider whether there are multiple configurations on the machine.

Appendix:
Php configuration parameters related to file Upload

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.