View Single Post
Posts: 38 | Thanked: 10 times | Joined on Jan 2010 @ GTA Ontario
#37
I also had error 500.
Turns out that lighttpd.conf by default expect php-cgi to be in /usr/sbin. I also added the execute flag after the copy.
Code:
chmod +x /usr/bin/php-cgi
After correction and restart all works well.
Code:
killall lighttpd
lighttpd -f /etc/lighttpd.conf
Have Fun
 

The Following User Says Thank You to gadgetChris For This Useful Post: