[OFF-TOPIC] Re: apachectl startssl complains about _default_443 (amongstother things...)

2003-07-28 Thread John Turner
You CAN'T declare a VirtualHost on port 443 (_default_:443) and then immediately tell it that the ServerName is port 80 (ServerName www.mydomain.com:80). This is no longer a Tomcat issue. My suggestion: take it to an Apache list. John [EMAIL PROTECTED] wrote: Hi. I compiled mod_ssl into

Re: apachectl startssl complains about _default_443 (amongstother things...)

2003-07-28 Thread Dov Rosenberg
I was going thru this same process last week. It seems that Apache doesn't like NameVirtualHost *. I think you need to use xxx.xxx.xxx.xxx:80 instead and make references to the IP address instead of VirtualHost * Good luck Dov Rosenberg On 7/28/03 1:02 AM, [EMAIL PROTECTED] [EMAIL PROTECTED]