When the HTTPS is working and I make a request with HTTP, I get the default
Apache server index page. You know, the one that says "It worked! You're a
stud for using Apache with mod_ssl" or something to that effect. ;-)
I do not get an error message in the logs or browser.
I also upgraded both the server and the module with the same effect
(Apache 1.3.4/mod_ssl 2.2.0). So, as I might have mentioned before, I think
the problem is something I'm not seeing or understanding.
I tried a hack in which I setup 2 vhosts with the same name and IP address.
One answers HTTPS requests and one answers HTTP. This works if I request a
specific document such as
http://www.domain.com/orderform.html
But if I simply make an HTTP request for
http://www.domain.com
I still get the default Apache index page.
I've posted the entire httpd.conf for the new server at:
http://www.mcguckin.com/httpd.txt
There is only one vhost using SSL at this time and it is located at the end
of the file.
Thanks again, Ralf. I appreciate your time.
Cheers,
Jeff
At 10:17 AM 1/30/99 +0100, you wrote:
>On Fri, Jan 29, 1999, Jeff Beard wrote:
>
>> Thanks for your help. I certainly appreciate it.
>> When I run
>>
>> $./apachectl startssl
>>
>> the web server does not serve the proper documents with a request to port
>> 80 with "http" on this domain. I only get the proper pages when I make a
>> request to port 443 with "https".
>
>Ok, this means that HTTPS is working. And what error occurs when you connect
>with HTTP to port 80? An Apache error message, a endless hang, or what exactly
>happens when you connect to port 80 with HTTP? Because "does not serve the
>proper documents" can mean anything.
>
>> When I stop and restart the server without ssl activated,
>> $./apachectl start
>> the proper documents are served with a request to port 80.
>
>Sure. One questions remains: Do you have changed anything in the httpd.conf
>file? Please post the complete server configuration, perhaps you've some wrong
>Listen directives or the listen do not match the vhost section, etc.
>
> Ralf S. Engelschall
> [EMAIL PROTECTED]
> www.engelschall.com
>______________________________________________________________________
>Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
>Official Support Mailing List [EMAIL PROTECTED]
>Automated List Manager [EMAIL PROTECTED]
Jeff Beard
_____________________________
Systems Administration
McGuckin Hardware
303.443.1832 x646
www.mcguckin.com
Opinions are my own and not yours.
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]