cuando incluyo esto IncludeOptional sites-enabled/*.conf
en la configuracion del archivo httpd me da fallo. se cae el servidor. ¿por que puede ser?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @amayamiras,
It’s possible you are adding the
IncludeOptional sites-enabled/*.conf
option to a file where it’s not suppose to be.Can you please let me know in which file you are adding it before the error occurs?
This comment has been deleted
Hi @amayamiras,
It’s possible you are adding the
IncludeOptional sites-enabled/*.conf
option to a file where it’s not suppose to be.Can you please let me know in which file you are adding it before the error occurs?
Hi @amayamiras
Where exactly are you adding the
IncludeOptional sites-enabled/*.conf
option, in which file?I’ll assume it might be in the wrong place and as such gives you the said error.
Hola, pienso que seguramente es un error de sintaxis en los archivos de configuración que se encuentran en sites-enabled. Por favor comprueba la sintaxis de los archivos de apache ejecutando el comando
httpd -t