Problemas com o Apache

Iniciado por Guilherme Queiroz, 23 de Fevereiro de 2014, 23:55

tópico anterior - próximo tópico

Guilherme Queiroz

Estou enfrentando esse erro ao tentar iniciar o apache2 com o sudo etc/init.d/apache2 start:
* Starting web server apache2                                                   *
* The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 226 of /etc/apache2/apache2.conf:
Invalid command 'ServeName', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.


sigur

Citação de: Guilherme Queiroz online 23 de Fevereiro de 2014, 23:55
* Starting web server apache2                                                   *
* The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 226 of /etc/apache2/apache2.conf:
Invalid command 'ServeName', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.

Tente editar o arquivo /etc/apache2/apache2.conf usando sudo /etc/apache2/apache2.conf e altere 'ServeName' para 'ServerName'. Estranho chamar de Serve. Acho que deve ser Server.

Rockwave

Citação de: sigur online 24 de Fevereiro de 2014, 10:41
Citação de: Guilherme Queiroz online 23 de Fevereiro de 2014, 23:55
* Starting web server apache2                                                   *
* The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 226 of /etc/apache2/apache2.conf:
Invalid command 'ServeName', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.

Tente editar o arquivo /etc/apache2/apache2.conf usando sudo /etc/apache2/apache2.conf e altere 'ServeName' para 'ServerName'. Estranho chamar de Serve. Acho que deve ser Server.

Faça o que o sigur falou, o erro como indicado na mensagem está na linha 226

sigur

Citação de: Rockwave online 24 de Fevereiro de 2014, 15:24
Citação de: sigur online 24 de Fevereiro de 2014, 10:41
Citação de: Guilherme Queiroz online 23 de Fevereiro de 2014, 23:55
* Starting web server apache2                                                   *
* The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 226 of /etc/apache2/apache2.conf:
Invalid command 'ServeName', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.

Tente editar o arquivo /etc/apache2/apache2.conf usando sudo /etc/apache2/apache2.conf e altere 'ServeName' para 'ServerName'. Estranho chamar de Serve. Acho que deve ser Server.

Faça o que o sigur falou, o erro como indicado na mensagem está na linha 226

Esse número pode variar. Na verdade, o arquivo pode variar, pois no meu, nem aparece ServerName.