500 Errors

Discussion in 'General' started by ADude, Jul 6, 2012.

  1. ADude

    ADude New Member

    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?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Are there any errors in Apache's error log?

    What's the output of
    Code:
    netstat -tap
    ?
     
  3. rosehosting

    rosehosting Member

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

    ADude New Member

    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
     

Share This Page