Mailing List Archive

send-as-is: doc bug?
I was playing with send-as-is extention and found that
http://www.apache.org/apache/docs is not correct about it. It claims
that "asis" file should start with "HTTP/1.0 blah-blah", while server
tries to provide its own server protocol line anyway and expects ':'
(http_mime.c:scan_script_header()) in all header lines. And indeed when
I've removed "HTTP/1.0 blah-blah" line it worked just fine. BTW, I
gonna use this feature for auto-forwarding (in the lack of .htforward)
by using multiple indexing:

DirectoryIndex index.html forward.asis

Looks working. Andy.
Re: send-as-is: doc bug? [ In reply to ]
> I was playing with send-as-is extention and found that
> http://www.apache.org/apache/docs is not correct about it. It claims
> that "asis" file should start with "HTTP/1.0 blah-blah", while server
> tries to provide its own server protocol line anyway and expects ':'
> (http_mime.c:scan_script_header()) in all header lines. And indeed when
> I've removed "HTTP/1.0 blah-blah" line it worked just fine. BTW, I
> gonna use this feature for auto-forwarding (in the lack of .htforward)
> by using multiple indexing:

Fixed. It was mentioned last week, but nobody fixed it.