PDA

View Full Version : 500 Errors


ADude
6th July 2012, 22:25
I upgraded from Fedora 13 to 15 on my way up to 17. I know I was out of date, hence the updates.

After I made it to Fedora 15, I ran 'cleandupes'. This removed both Apache and MySQL. I reinstalled them via yum, but now I seem to get 500 status codes for EVERYTHING I visit on my box. I can't seem to find a reason WHY it is giving that error code though. Could someone please point me in a direction so that I can go look for the problem?

falko
8th July 2012, 22:59
Are there any errors in Apache's error log?

What's the output of netstat -tap?

rosehosting
9th July 2012, 09:20
I upgraded from Fedora 13 to 15 on my way up to 17. I know I was out of date, hence the updates.

After I made it to Fedora 15, I ran 'cleandupes'. This removed both Apache and MySQL. I reinstalled them via yum, but now I seem to get 500 status codes for EVERYTHING I visit on my box. I can't seem to find a reason WHY it is giving that error code though. Could someone please point me in a direction so that I can go look for the problem?

Is there anything about this in your apache's error log file?

ADude
9th July 2012, 19:11
It turned out that apache wasn't the only thing removed when I ran 'cleandupes'. The biggest one was MySQL. I readded that and was able to troubleshoot my errors from there.

In my logs I saw several errors about connecting to MySQL, which is what lead me to notice the DB was missing.

Thank you for the help