Search found 2 matches

by tcubed
Tue 31 Mar 2009, 04:02
Forum: Cutting edge
Topic: How to add PHP to Hiawatha server?
Replies: 122
Views: 140882

php-fcgi start/stop logic

Perhaps you un-installed the pet without stopping the server and left it orphaned? Definitely it was an orphan PID situation. My testing was unsystematic, I'm afraid. I wanted to get Hiawatha and PHP, etc up without intervention, following an abrupt power cycle. I noted that the PHP server would no...
by tcubed
Mon 23 Mar 2009, 19:00
Forum: Cutting edge
Topic: How to add PHP to Hiawatha server?
Replies: 122
Views: 140882

clean the pids when stopping Hiawatha

Hello-
I have 2.6.21.7; maybe this is already taken care of in the latest release.

In /etc/init.d/rc.httpd, I had to add

Code: Select all

rm -f /var/run/php-fcgi.pid
to the stop section.

HTH