Dmitry Beransky wrote:
> 
> Hi,
> 
> I remember seen the answer to this some time ago (I may have even asked
> this myself), but I couldn't find it in the archives.  Can anyone remind me
> why Apache::ASP includes a message body in reply to a HEAD request?
> 
> Thanks a lot
> Dmitry

In addition to Paul's comment, if you wanted to handle HEAD
for all of your scripts in a certain way, you could do 
so in Script_OnStart.  If you don't have enough info to 
make this happen in %ENV or the $Request->ServerVariables API
then you might get it from the Apache->request->method mod_perl
interface.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to