não encontrado módulo mod_alias

0

executando o comando sudo service apache2 restart

Receba este erro. Como resolver isso?

* Restarting web server apache2                                         [fail] 
 * The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/alias.load: Cannot load /usr/lib/apache2/modules/mod_alias.so into server: /usr/lib/apache2/modules/mod_alias.so: cannot open shared object file: No such file or directory
Action 'configtest' failed.
The Apache error log may have more information.
    
por Kumar Ramalingam 30.09.2015 / 08:22

1 resposta

1

Execute os seguintes comandos para instalar o arquivo ausente:

sudo apt-get update
sudo apt-get install --reinstall apache2-bin
    
por mchid 30.09.2015 / 09:04