Apache üzerinden websocket gibi proxy gerektiren bir uygulama hazırladığınızda aşağıdaki hatayı alıyorsanız sebebi; gerekli apache modüllerinin aktif edilmemesidir.
No protocol handler was valid for the URL / (scheme 'http'). If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
sudo a2enmod ssl
sudo a2enmod proxy
sudo a2enmod proxy_balancer
sudo a2enmod proxy_http
sudo service apache2 restart
Apache
hakkında diğer konular