thiago.pontes
(usa Ubuntu)
Enviado em 20/05/2011 - 08:17h
Ao reiniciar o serviço, acaba falhando na hora de startar o serviço.
_____________________________________________________________________________________________
root@HESAPMON:/home/zabbix/zabbix-1.8.5# sudo /etc/init.d/apache2 start
* Starting web server apache2 apache2: Syntax error on line 230 of /etc/apache2/apache2.conf: Syntax error on line 65 of /etc/apache2/sites-enabled/000-default: Expected </Directory> but saw </VirtualHost>
Action 'start' failed.
The Apache error log may have more information.
______________________________________________________________________________________________
root@HESAPMON:/home/zabbix/zabbix-1.8.5# sudo /etc/init.d/apache2 start
* Starting web server apache2 apache2: Syntax error on line 230 of /etc/apache2/apache2.conf: Syntax error on line 65 of /etc/apache2/sites-enabled/000-default: Expected </Directory> but saw </VirtualHost>
Action 'start' failed.
The Apache error log may have more information.
[fail]
root@HESAPMON:/home/zabbix/zabbix-1.8.5# vim /etc/apache2/apache2.conf
Include sites-enabled/ #essa é a linha 230
______________________________________________________________________________________________
Alias /zabbix/ "/home/zabbix/public_html/"
<Directory "/home/zabbix/public_html">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
<Directory>
</VirtualHost> #Linha 65
______________________________________________________________________________________________
Aguardo uma resposta, muito obrigado.
Abraço!