Apache HTTP server 2.0.58
I am trying to add custom HTTP response code 601 for my specific application
. I pass 601 in HTTP header to application. However Apache always converts
601 back to 500. I am wondering if there is a way to customize Appach to
pass 601 w/o converting it.
Thanks a lot!