vhost no ubuntu 15.10
Olá pessoal tenho um projeto em laravel 5.1 e criei um vhost local pra fazer o mesmo, fiz com sucesso e fui colocar em produção em um server com 15.10, mas quando criei e ativei o vhost tive o seguinte erro:
Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.
Então para tentar ver melhor o erro executei o comando: apache2ctl configtest
e tive como resposta:
Syntax error on line 219 of /etc/apache2/apache2.conf: Syntax error on line 10 of /etc/apache2/sites-enabled/meuconf.com.conf: </VirtualHost> without matching <VirtualHost> section
Action 'configtest' failed.
E nesa linha 10 a que o erro se refere o que tenho é a tag de fechamento do vhost ou seja: </VirtualHost>
Alguém já passou por isso?
Discussão (6)
Carregando comentários...