php.ini changes but not effective in ubuntu

前端 未结 7 1127
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 02:31

I want change the limit of php upload file\'s size
And this is some information of my phpinfo.

Configuration File (php.ini) Path   /etc/php5/apache2         


        
7条回答
  •  一生所求
    2020-11-30 02:47

    For anyone wondering why the php.ini modification is not applied even after all directives are fine and restarting the apache on ubuntu, try restarting apache with sudo

    sudo service apache2 restart
    

提交回复
热议问题