Arne Skjaerholt <[EMAIL PROTECTED]> wrote: > Hi, > All the Apache constants are available in the Apache2::Const module. See > perldoc Apache2::Const for details on how to import symbols and so on.
You know, I'm probably asking this question on the wrong list. :-) httpd-2.0.53/include/httpd.h +499: * unsafe to have more methods than bits in an int. HEAD == M_GET. My question is why HEAD == M_GET and not HEAD == M_HEAD. :-) It's not a problem or anything, it just seems odd and I'm curious. I guess I'll subscribe to Yet Another Mailing List and ask the httpd developers themselves. ;-) Thanks, Tyler