View Single Post
  #4   (View Single Post)  
Old 17th September 2011
ai-danno's Avatar
ai-danno ai-danno is offline
Spam Deminer
 
Join Date: May 2008
Location: Boca Raton, Florida
Posts: 284
Default

To Oko, thanks for the kind words! Years ago my site was centered around Riverstone switch-routers, but has now morphed into a pro-OBSD site.

To badguy, I would suggest-
- tail -20 /var/www/logs/error and /var/www/logs/access immediately after attempting to surf the page. Your best clues can be found there. The access log can indicate whether a page you surfed to attempted to call another that might not show in the error logging file.

- if this is Cacti, ensure that mysql is running, or that your Cacti configuration file is pointing to the correct location of the db with the correct credentials (though normally that will be plain as day to see).

- confirm your two root locations in your httpd.conf file, especially document root. Be sure it's pointing to the right place. That's one possibility to answer the oddity of your ico error message.

- confirm you are either properly configured for chroot'd hosting, or that you are executing httpd with the -u option. That's the other, and possibly more likely explanation for your ico and 500 errors. This is my gut feeling for the actual problem.

There were a few other things that came to mind... and slipped away just as quickly, I'll try to remember them and post back.
__________________
Network Firefighter
Reply With Quote