Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by megaspaz:
http://wiki.apache.org/httpd/InvalidMethodHTTPSonHTTP

The comment on the change is:
referenced misconfigs page.

------------------------------------------------------------------------------
  </VirtualHost>
  }}}
  
- Apache will always bypass the SSL vhost because of the '''*''' interface/port 
configuration of your HTTP vhost. You will know this is the cause as when you 
start Apache, you'll see the 
[http://wiki.apache.org/httpd/VirtualHostsMixingPorts mixing * ports and non-* 
ports warning]. This is a common name based vhost configuration mistake. 
Running the '''httpd -S''' command will also show this warning.
+ Apache will always bypass the SSL vhost because of the '''*''' interface/port 
configuration of your HTTP vhost. You will know this is the cause as when you 
start Apache, you'll see the 
[http://wiki.apache.org/httpd/VirtualHostsMixingPorts mixing * ports and non-* 
ports warning]. This is a [http://wiki.apache.org/httpd/CommonMisconfigurations 
common misconfiguration]. Running the '''httpd -S''' command will also show 
this warning.
  
  The final scenario would be that you are trying to access a HTTP vhost via 
HTTPS or vice versa. This does not necessarily mean an Apache misconfiguration 
on your part. Only that you (or your users) are trying to access a HTTP vhost 
via HTTPS or a HTTPS vhost via HTTP.
  

Reply via email to