23 Kasım 2018 11:42

Muslu Y.

Apache

Çözüm - apache If you are using a DSO version of mod_proxy hatası

Anasayfa

Apache

Çözüm - apache If you are using a DSO version of m...

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.
Gerekli modülleri aktifleştirip, Apache servisini yeniden başlatın.
sudo a2enmod ssl
sudo a2enmod proxy
sudo a2enmod proxy_balancer
sudo a2enmod proxy_http
sudo service apache2 restart

Makdos Bilişim Teknolojileri 2015 - 2025