[[+content_image]]
F
F
fLipE2014-08-29 11:57:40
CentOS
fLipE, 2014-08-29 11:57:40

phpdaemon won't start, what could be the problem?

Created a websocket server with phpDaemon. Started up and worked stably.
Now faced with a problem. Trying to run:
[[email protected] ~]# service phpd start
[PHPD] Loaded config file: '/etc/phpdaemon/phpd.conf'
Nothing starts, logs are empty.
config:
log-errors;
max-workers 1;
min-workers 1;
start-workers 1;
max-idle 0;
Pool:Servers\WebSocket {
enable 1;
listen "tcp://0.0.0.0";
listen-port 8047;
privileged;
}
MyWebSocket {
path /usr/local/phpdaemon/PHPDaemon/Applications/MyWebSocket.php;
listenport 8047;
}
OS: CentOS 6 x64

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
S
Sergey Petrikov, 2014-08-29
@fLipE

Check if there is a conflict on the socket and port, maybe there is an incomplete process, access rights to the socket, well, logs in debug mode, something should be either in native logs or in the system-wide one.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question