Atualizei para o Ubuntu 13.10 (do Ubuntu 13.04) no último fim de semana e agora o Apache não está sendo capaz de iniciar. Funcionava perfeitamente bem até a atualização e eu mesmo não mudei nada.
Quando executei uma reinicialização, é isso que recebo
apache2: Syntax error on line 260 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/conf.d/: No such file or directory
Então, criei o diretório e recebo o seguinte:
* Starting web server apache2 *
* The apache2 configtest failed.
Output of config test was:
[Wed Oct 30 11:17:42.921934 2013] [proxy_html:notice] [pid 2496] AH01425: I18n support in mod_proxy_html requires mod_xml2enc. Without it, non-ASCII characters in proxied pages are likely to display incorrectly.
AH00526: Syntax error on line 84 of /etc/apache2/apache2.conf:
Invalid command 'LockFile', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
Obrigado!
/etc/apache2/apache2.conf
arquivo?Respostas:
Substituindo esta linha
com este
na
/etc/apache2/apache2.conf
resolveu o problema.Informações adicionais: Isso ocorre porque a atualização também atualiza seu PHP. Se você atualizar do PHP5.3.X para o PHP5.5.X - e optar por manter os arquivos modificados, encontrará esse erro.
fonte
AH00526: Syntax error on line 201 of /etc/apache2/apache2.conf: - Line 201 in my file is the opening tag for Directory directives
Você precisará instalar o mod_xml2enc com estas etapas:
Verifique se você tem mod_proxy:
Para mod_xml2enc
fonte
sudo apt-get install libxml2 libxml2-dev apache2-dev
e executar asapxs2
e osrm
comandos comsudo
muito