Put phpDaemon on Amazon EC2, Ubuntu system 14.04.
Here is the demon config:
user www-data; group www-data; max-workers 8; min-workers 1; start-workers 1; max-idle 0; path 'conf/AppResolver.php'; Pool:Servers\WebSocket { enable 1; listen 'tcp://0.0.0.0'; port 8047; } Pool:Servers\HTTP { enable 1; privileged; listen 'tcp://0.0.0.0'; port 8080; } \PHPDaemon\Examples\Example { enable 1; } \PHPDaemon\Examples\ExampleWebSocket { enable 1; } It seems to be a simple example. On the "Amazon" open ssh and http ports, that is, 22 and 80. When connected, it gives time out. Turned on all tcp-ports, the same probe.
How to solve this problem?
Link to phpDaemon: https://github.com/kakserpom/phpdaemon
\in it are interpreted not as path delimiters, but as escape characters . To separate the same parts of the path, this operating system uses a slash :/- aleksandr barakin