Hi,
I've got Apache-SSL installed and am trying to use virtual
hosts to connect without SSL. I can turn SSL off in a
virtual host
using SSLDisable but I still cannot connect to that virtual
host via http://myserver.com:80 (where 80 is the virtual
host's port). I
can, however, connect using https://myserver.com:80.
Is it possible to connect to Apache-SSL via both http and
https? I could run one version of apache w/o SSL to serve
the non-https pages but
then there would be a conflict trying to write to the same
log files (I want every hit to the serve logged in one
file).
Cheers,
Greg