I am running an old version of centos 6 and we have 2 servers with similar config and the 2 used to work, but now our staging server doesn't work and gives me:
Error 500 Internal Server Error
Internal Server Error
Guru Meditation:
XID: 769733912
I checked the var/log/httpd
[Tue Sep 21 11:55:09 2021] [error] [client 192.211.221.126] File does not exist: /home/staging/ver/v1.3.1/yellowvest.com/public/favicon.ico, referer: http://staging.yellowvest.com/
I got some other errors in some script, fixed all of them, no longer occurring, but after solving the last error, I still get a 500 error, so I am thinking it's something else, but I have no idea what it might be.
https://stackoverflow.com/questions/4731364/internal-error-500-apache-but-nothing-in-the-logs
Followed the procedures above, but nothing works, and I don't know what's causing the 500 error page.
Httpd -S gives:
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:* is a NameVirtualHost
default server preprod.staging01.yellowvest.com (/etc/httpd/conf.d/vhost.preprod.staging01.yellowvest.com.conf:7)
port * namevhost preprod.staging01.yellowvest.com (/etc/httpd/conf.d/vhost.preprod.staging01.yellowvest.com.conf:7)
alias betayellowvest.staging01.yellowvest.com
alias staging01.yellowvest.com
port * namevhost staging01.yellowvest.com (/etc/httpd/conf.d/vhost.staging01.yellowvest.com.conf:7)
alias www.staging01.yellowvest.com
Syntax OK