Validate if server is started
Brought to you by:
titilambert
Hi.
In "welcome.php" on line 28, it would not find the application specified. I just compiled murmur and are running a working server, but my app are called "murmurd" under "ps aux".
To make it work correctly, I changed the line to:
exec("pgrep murmurd", $test, $retval);
You might want to make this change permanent in upcoming versions.
Please send me an email, if you need any help developing the application.