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

Leave a Reply

Your email address will not be published. Required fields are marked *