I was trying to install zabbix monitoring tool and was getting libcurl library not found error. I checked all the way and found curl and libcurl installed. Finally ,found the library that was missing was not libcurl but libidn-devel library which provides -lcurl option to zabbix for installation. Sharing this as it might help many. [...]
Found a freeware tool for checking links for website (Xenu’s). It provides with a reports with details like : * Broken links, ordered by link * Broken links, ordered by page * List of redirected URLs * List of valid URLs you can submit to a search engine * Site Map of HTML pages with [...]
AWBot free website testing tool. Found it on Awstats home page. Its checks most of the aspects of a website. Load testing, reports errors, response time and average response time. Its based on perl. Please follow link to get more details on it.
Found an interesting site which has collection of web site testing tools and site management tools. Though of sharing it as it might help lot of people. Its really a great collection. Follow link to check yourself.
Created a site and made the site as subset of the parent one ( www.example.com/testing ) and made a rewrite rule. After that made RewriteBase as / and tested the site and found that it was not working and generating 404. Started looking at .htaccess and after a couple of minutes figured out that RewriteBase [...]
Checking website and keeping it clean without any broken links, helps reduce strain on Apache to write to log file as well as provides error free environment for users. Found a tool which checks for broken link as well as provide many more features with a web based environment for result display, Thought of sharing [...]
Monitoring Apache logs to fix all the errors is a critical part in troubleshooting site errors so that it can be fixed well ahead in time. Most of the time we need to login to server and check for errors. I was searching for some tool which provides errors on browser in order to increase [...]
I installed postgres sql and when I tried to login with user that I created using command line with password I got below error: psql: FATAL: missing or erroneous pg_hba.conf file HINT: See server log for details. This error describes that there is an error encountered in postgres sql configuration file. Here is what we [...]
Friday, May 28, 2010
0 Comments