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 pctony: http://wiki.apache.org/httpd/Errors/InvalidMethodHTTPSonHTTP The comment on the change is: new doc New page: '''[error] [client 127.0.0.1] Invalid method in request \x80j\x01\x0\''' If you see this error message in your errorlog, then it means that you are attempting to connect to a ''non-HTTPS'' site (i.e. HTTP only), using ''HTTPS''. Try connecting to the site using HTTP instead. '''For Example:''' {{{ <VirtualHost *:80> ServerName myserver.foo.com DocumentRoot /var/www/myserver ... </VirtualHost> }}}
