Superuser OpenID login sends a request like this:

telnet phor.net 80
GET /professional HTTP/1.0
Accept:text/html,application/xhtml+xml,application/xrds+xml` 

And my Apache server gives the error:

406 Not Acceptable: 
An appropriate representation of the requested resource /professional 
could not be found on this server. Available variants: 
professional.php, type  application/x-httpd-php

If a normal web browser hits the site, content negotiation correctly selects professional.php as the resource for this request. Is it possible to serve this same file to superuser?

NOTES This question was at http://superuser.com/questions/188102/error-from-superuser-openid-login-with-content-negotiation?noredirect=1 but someone hijacked it and put it on metasuperuser. This question is not about superuser, this question is about configuring my Apache server to handle its request.

link|improve this question

80% accept rate
` this question is about configuring my Apache server to handle its request.` - serverfault then. – Sathya Sep 13 '10 at 17:48
thank you, posted to serverfault.com/questions/180701/… – Full Decent Sep 13 '10 at 19:53
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.