proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy apache apache

proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy


You need to enable proxy module :

a2enmod proxy_httpa2enmod proxy

And restart you Apache server.

service apache2 restart