> Can anyone tell us if the Apache::Constants all just standard HTTP 
> response codes, or are some of them actually Apache-specific?
> 


there are over 90 constants in Apache::Constants, which range from HTTP 
constants (like FORBIDDEN for 403) to Apache specific ones (like 
DECLINED for -1 and OPT_INCLUDES for 2).  there is also stuff like 
SERVER_VERSION which is really a runtime call to ap_get_server_version().

--Geoff



Reply via email to