Re: Apache banner

2004-04-07 Thread James Ridle
If you want to change (or remove) the apache banner, have a gander (before you compile it, etc) at: apache_1.3.29/src/include/httpd.h & grep for '1.3.29' HTH. > you can turn if off with mod_rewrite so it does not show product type at > all. > I couldn't get it to work, but you could do it

Re: Apache banner

2004-04-07 Thread James Ridle
If you want to change (or remove) the apache banner, have a gander (before you compile it, etc) at: apache_1.3.29/src/include/httpd.h & grep for '1.3.29' HTH. > you can turn if off with mod_rewrite so it does not show product type at > all. > I couldn't get it to work, but you could do it

Re: Apache banner

2004-04-07 Thread Lucas Albers
you can turn if off with mod_rewrite so it does not show product type at all. I couldn't get it to work, but you could do it Fraser Campbell said: >> the ServerSignature directive to switch it off. > ServerSignature On > ServerTokens Prod

Re: Apache banner

2004-04-07 Thread Lucas Albers
you can turn if off with mod_rewrite so it does not show product type at all. I couldn't get it to work, but you could do it Fraser Campbell said: >> the ServerSignature directive to switch it off. > ServerSignature On > ServerTokens Prod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Re: Apache banner

2004-04-06 Thread Fraser Campbell
On Tuesday 06 April 2004 10:39, Robert Page wrote: > I think to actually change it you need to edit the source but you can use > the ServerSignature directive to switch it off. I use these directives: ServerSignature On ServerTokens Prod This way people know I'm running apache (which I don'

RE: Apache banner

2004-04-06 Thread Robert Page
I think to actually change it you need to edit the source but you can use the ServerSignature directive to switch it off. -Original Message- From: Craig Schneider [mailto:[EMAIL PROTECTED] Sent: 06 April 2004 15:03 To: debian-security@lists.debian.org; debian-isp@lists.debian.org Subject

Re: Apache banner

2004-04-06 Thread Fraser Campbell
On Tuesday 06 April 2004 10:39, Robert Page wrote: > I think to actually change it you need to edit the source but you can use > the ServerSignature directive to switch it off. I use these directives: ServerSignature On ServerTokens Prod This way people know I'm running apache (which I don'

RE: Apache banner

2004-04-06 Thread Robert Page
I think to actually change it you need to edit the source but you can use the ServerSignature directive to switch it off. -Original Message- From: Craig Schneider [mailto:[EMAIL PROTECTED] Sent: 06 April 2004 15:03 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Apache banner Hi Guys