On 6/22/06, Bill Moseley <moseley@xxxxxxxx> wrote:
On Wed, Jun 21, 2006 at 11:49:50PM -0700, Bill Moseley wrote: > 192.168.1.32 - - [21/Jun/2006:19:30:18 -0700] "\x16\x03" 200 7744 "-" "-" What could cause Apache to get that kind of request and log it as a 200 status, and not instead return a 400?
What is handling a request to "/" on that server? One guess is that you have a program like php that accepts arbitrary methods, and so apache is simply treating this as an HTTP/0.9 request with an an unknown method, handled by some program.
Again, Apache is listening on port 82 and 1443 SSL. What's happening is IE is getting redirected to a https://bumby:1443/login. IE fetches that page correctly using SSL. That newly loaded page has all links correct (e.g. https://bumby:1443/style.css), BUT instead is I see these in my *non-ssl* Apache logs:
My guess is IE is encrypting the request and sending it to the wrong port.
Sounds like a reasonable guess. I wonder if it has something to do with your use of non-standard ports? Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx