Gary Sieling

Apache error: Invalid command ‘ProxyVia’, perhaps misspelled or defined by a module not included in the server configuration

If you use proxy commands in Apache, you can get this error:

Invalid command 'ProxyVia', perhaps misspelled or defined by a module not included in the server configuration

To fix this, you just need to install the module and reload:

a2enmod proxy
/etc/init.d/apache2 reload
Exit mobile version