You are not logged in.

#1 2009-04-14 02:30:06

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

[SOLVED] Apache ServerTokens Ignored

I have the following config in /etc/http/conf/httpd.conf:

User http
Group http
ServerAdmin my_email_address@no-spam.falconn.nl
ServerName platypus.falconn.nl:80
ExtendedStatus On
DocumentRoot "/srv/http/platypus"
ErrorLog "/var/log/httpd/error_log"
LogLevel warn
ServerRoot "/etc/httpd"
ServerSignature Off
ServerTokens ProductOnly
Listen 80

However Apache still returns extra tokens when queried such as:

Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8k DAV/2

I have tested this with sites like: http://dnssy.com/report.php?q=falconn.nl which also see the extra info.

I have restarted the server after the changes were made, but the info is still there sad

Any ideas where I'm going wrong?

Last edited by fukawi2 (2009-04-14 03:00:19)

Offline

#2 2009-04-14 03:00:08

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: [SOLVED] Apache ServerTokens Ignored

Solved... ServerTokens was being over-ridden in extra/httpd-default.conf  roll

Offline

Board footer

Powered by FluxBB