php.ini settings not updating
-
hey!
so i made a change to my max_execution_time variable in my php.ini settings in /etc/php5/cgi/php.ini
I restarted NGINX but the changes aren't showing up in the phpinfo() output. The changes are there in there when i check them out in nano so I'm not sure what I'm doing wrong.
recommendations?
Posted 1 year ago # -
hey tamerax,
I've heard of a similar issue from someone else.
am at a wedding this weekend but am building a couple servers Monday/Tuesday and will look into this at the same time and let you know.
Posted 1 year ago # -
well...the good news is that with a php upgrade and a full system reboot(not just the web server), things seems to be finally sticking.
Posted 1 year ago # -
Hi Guys
Also got this issue. Seems you have to restart php-fastcgi for any php.ini edits to take effect, and with 30 mins of googling - I cant seem to find a solution with rebooting the actual server.
Any thoughts Olly?
Ta
Posted 1 year ago # -
i'll look at this issue at the same time i benchmark fastCGI against php-fpm .. so a few working days.
Posted 1 year ago # -
Yes! This is right on, so glad I searched this forum before spending an hour on google. All you need to do after changin memory_limit in /etc/php5/cgi/php.ini is:
etc/init.d/php-fastcgi restart
Posted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
