--- "Jason P. Winters" <[EMAIL PROTECTED]> wrote:
>  
> > First, the problem:
> > ________________________________________
> > [Tue Jun 20 09:06:55 2000] [error] [client 90.17.209.65] Invalid
> error
> > redirection directive: ��@
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > ��@? Let me assure you, "��@" isn't in my code anywhere. =o)
> >
> > Am I confusing or crosswiring Apache by doing a cross-port custom
> > response here?  It seems to work....
> > 
> > Or is it something entirely different?
> 
> This looks more like a system that is sending you 16bit encoded text,
> instead of straight 8bit ASCII...  (and yes, my system converted the
> text to something it can read. ;} )  You may not be seeing all of the
> data because it is 16bit and the 8bit processor chops it off...

But it's not consistent.
Here's another:
______________________________
[Tue Jun 20 08:53:03 2000] [error] [client 96.90.8.163] Invalid error
redirection directive: @^_��s://buda.bst.bls.com/dres/dres.cgi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"buda.bst.bls.com" is our intranet server.
"@^_��" is *VERY* confusing. I'm assigning the $uri for the
custom_response with a literal string :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$uri = "https://buda.bst.bls.com" . $url;
_________________________________________

How it that coming through as "@^_��s://buda.bst.bls.com"?
If I spoof the same uri with a telnet, I get this:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HTTP/1.1 302 Found
Date: Tue, 20 Jun 2000 16:29:29 GMT
Server: Apache/1.3.12 (Unix) mod_perl/1.23 mod_ssl/2.6.4 OpenSSL/0.9.5a
Location: https://buda.bst.bls.com/dres/dres.cgi
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
_________________________________

It's internal to the server, and not consistent. :o(

Thanks for the suggestion, tho.
Every idea is worth checking!



__________________________________________________
Do You Yahoo!?
Send instant messages with Yahoo! Messenger.
http://im.yahoo.com/
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to