The Status property of the Response object per the ASP implimentation on windows IIS takes the whole string '213 Woof woof'. And outputs it just like the Status: header in cgi spec. This is the expected, documented behavior of the status property on the Response object, to my understanding.
Currently, Apache::ASP uses mod_perl $r->status to set the $Response->{Status}, which can only take an integer. It may be better to instead call $r->status_line(), which seems to give you the flexibility that you need.
I can try the change, and send you an early release of the next Apache::ASP version with this change. Let me know.
Regards,
Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checker http://www.nodeworks.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]