I have a ratchet php chat server running on a cpanel server running on EC2. Because ratchet does not support https protocol I have to bypass https request to http via a proxybypass on apache httpd.conf as ProxyPass /wss2/ ws://www.yourdomain.com:8888
Whenever cpanel is updated this line of code is being removed from httpd.conf how can I make sure that this remains intact even if cpanel updates and rebuilds apache config or server restarts. IF you can give me step by step instruction or a link to post that resolves this issue.
Thank You
Whenever cpanel is updated this line of code is being removed from httpd.conf how can I make sure that this remains intact even if cpanel updates and rebuilds apache config or server restarts. IF you can give me step by step instruction or a link to post that resolves this issue.
Thank You