Home  >  Article  >  Backend Development  >  The problem of modifying php.ini not taking effect_PHP tutorial

The problem of modifying php.ini not taking effect_PHP tutorial

WBOY
WBOYOriginal
2016-07-14 10:11:35932browse

Summary: Uploading files larger than 8M requires modifying the php configuration to take effect. But I found a lot of information on modifying the configuration on the Internet, but after modifying it myself, it didn't take effect.

Solution:

Modify the php.ini option. There are many tutorials on the Internet, you can search at will.
1. First use the root account to log in to the nobody account.
2. Then use the whereis php command to check the location of php.ini and modify the php.ini file.
3. Finally, restart apache and it will take effect.

The nobody account here is the account used by apache and has very low permissions.
The main thing to note here is that the configuration file you modify must be the configuration file used by nobody.
Under normal circumstances, if the configuration is modified but it does not take effect, you can consider whether there are multiple configurations on the machine.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/477307.htmlTechArticleAbstract: Uploading files larger than 8M requires modifying the php configuration to take effect. But I found a lot of information on modifying the configuration on the Internet, but after modifying it myself, it didn't take effect. Solution...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn