InvalidMethodHTTPSonHTTP
时间:2007-07-11 来源:opbsder
[error] [client 127.0.0.1] Invalid method in request \x80j\x01\x0\
If you see this error message in your error log, then it means that you are attempting to connect to a non-HTTPS site (i.e., HTTP only), using HTTPS.
This could indicate that you don't have SSLEngine On in the vhost that you're contacting. Or try connecting to the site using HTTP instead.
For example, your vhost block may look like this:
<VirtualHost *:80> ServerName myserver.foo.com DocumentRoot /var/www/myserver ... </VirtualHost>
相关阅读 更多 +