Page 1 of 1

apache defaulting to ssl

PostPosted: 06. April 2005 02:53
by cpspros
Hi. I have started having a problem with Xampp 1.4.12. It came out of no where: i didnt do any intalls or make any changes except for adding a couple virtual servers. I always get an error 400 when I try and access my site using the http:// protocol. But when I switch to https:// , it works.

-cpspros

PostPosted: 06. April 2005 07:15
by Kristian Marcroft
Hi,

have you had a look in your error_log?
Tried to undo your changes of VHosts?

So long
KriS

PostPosted: 06. April 2005 12:29
by cpspros
My error_log file did not log anything for this error, but i found this in access_log:

24.45.209.155 - - [06/Apr/2005:07:13:54 -0400] "GET /" 400 613

It seems to be referring to this error. I also tried reversing my changes to httpd.conf, but these wasn't any change in the errors.

fixed, well not really...

PostPosted: 07. April 2005 00:15
by cpspros
Thanks for your help, but i fixed it by assigning my vhosts port 80 (*:80) instead of any ( * ).