-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyze X-Powered-By Header for Server/Triplestore-Software #26
Comments
Where is that header specified? |
The Server Header cannot be changed for only one vhost in a deployment with dozens of vhosts. Specifiying the X-Powered-By header can be done in any directive. |
@akahl : The question is how popular is this header. Can you provide some pointers? |
I think the problem will be that for most servers the |
@rvesse But the same problem holds of the Server header. Until recently all our installations said just "nginx" and "apache", nothing about our software :-) This is a problem of the server maker/deployer, not of the header |
In larger deployment scenarios, often the triplestore is not exposed directly to the web. And sometimes it is not possible to override Apache's Server-Header. Therefore I would recommend also taking a look at the X-Powered-By Header. In our case this is more informative than the Server Header:
curl -I http://lod.b3kat.de/sparql
Server: Apache
...
X-Powered-By: Bigdata http://www.bigdata.com
The text was updated successfully, but these errors were encountered: