Jump to content

php.ini reload with changes [Lighttpd]


Recommended Posts

Can't make PHP re-read php.ini and apply my changes.


  • I am using lighttpd
    I've tried restarting it several times
    I do not have FastCGI installed
    I have confirmed that I have found the correct php.ini file and the syntax is correct.
    Spoke to the guys on the lighttpd channel on IRC and they insisted it was a PHP problem. 
    I am using Ubuntu server 9.10.

Only thing I can think of now is to reboot which is not really an option as I do not have physical access to the server if the boot should fail like it did last time. Please help me out guys.

Link to comment
https://forums.phpfreaks.com/topic/260369-phpini-reload-with-changes-lighttpd/
Share on other sites

Okey, so a few kind souls helped me out over at the lighttpd channel. I've had issues with this for two years so I am one happy camper right now.

 

I did what would be equal to ctrl alt del and finding php-cli and ending the process in Windows.

 

ets/init.d/lighttpd stop

sudo killall -9 php-cgi

ets/init.d/lighttpd start

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.