[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] Changing the Apache banner



On 31 Jan 2002 at 11:01, Jacob wrote:

> Does anyone know how to change the apache banner - it gives away a bit
> to much info at the mo.
> 
> If it takes a recompile, what options are needed to keep the cobalt gui
> working?

Add the following line to the bottom of the /etc/httpd/conf/httpd.conf file:

	ServerTokens ProductOnly

The banner will then read 'Apache' and nothing else.

You just need to restart the httpd daemon, no recompile needed.

Ian