ERROR: Module mod_vhost_alias does not exist
apache, apache-modules, apache2
Solution
Just remove `mod` prefix. Most of apache modules enabled/disabled without `mod` prefix.
Right command:
sudo a2enmod vhost_alias
Problem
I am trying to enable mod_vhost_alias in apache. I did some Googling and found a command ``` sudo a2enmod mod_vhost_alias ``` I tried that but then I get this ``` ERROR: Module mod_vhost_alias does not exist! ``` How do I make mod_vhost_alias exist? Download it somewhere? Thanks!