Forum Moderators: open
From the looks of it one of my so called competitors has set me up with every page in my site to be monitored...how thoughtful of them.
InternetSeer is the largest remote Web site monitoring company in the world. We currently monitor over 700,000 Web sites. InternetSeer will check your site every hour, 24/7. If your site is not responding, we will immediately dispatch an email to alert you. Then, when connectivity is restored, we will send an email confirming your site is back up.
In addition, InternetSeer will send you a weekly report on the performance of your Web site. This information is useful for confirming your site's day-to-day connectivity. There's no software to install and you can get started in minutes. Why not activate your account now at www.internetseer.com.
[httpd.apache.org...]
What I understand is that you can use this type of format:
<Limit HEAD>
Require valid-user
</Limit>
With the above, only users with passwords would be able to make HEAD requests. You would add the above to a .htaccess file or httpd.conf file.
I would recommend putting the above inside a <directory></directory> block if possible.