Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: shipoin_97 on September 16, 2006, 10:53:54 AM

Title: Need Script for http server
Post by: shipoin_97 on September 16, 2006, 10:53:54 AM
Dear friends ,

   I have a web server . some times my user cannot browsing my web pages from my network . When they acknowledge me then I make a solution against it . But i need a Automated solution .

i.e.,
   I need a script  or  third party tools , which helps me to inform about my web server or http
protocol request ? so that I    can realize   easily  either  my  web server down or up ?

        Waiting for ur reply ... ...
Title: Need Script for http server
Post by: gauravbajaj on September 16, 2006, 10:06:40 PM
U can make a scipt with ps command:

ps aux | grep httpd

and make this script entry in cron............. ,

Gaurav