Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 73214 invoked from network); 9 Feb 2007 02:49:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2007 02:49:30 -0000 Received: (qmail 25145 invoked by uid 500); 9 Feb 2007 02:49:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 25131 invoked by uid 500); 9 Feb 2007 02:49:25 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 25120 invoked by uid 99); 9 Feb 2007 02:49:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 18:49:25 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [206.18.177.53] (HELO alnrmhc13.comcast.net) (206.18.177.53) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 18:49:13 -0800 Received: from espphotography.com (c-67-164-118-36.hsd1.ca.comcast.net[67.164.118.36]) by comcast.net (alnrmhc13) with ESMTP id <20070209024848b1300a07k1e>; Fri, 9 Feb 2007 02:48:48 +0000 Received: from LAPTOP.dslextreme.com (unknown [192.168.1.11]) by espphotography.com (Postfix) with ESMTP id 70C70BA20EC for ; Thu, 8 Feb 2007 18:48:27 -0800 (PST) X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 08 Feb 2007 18:47:39 -0800 To: users@httpd.apache.org From: Evan Platt In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Message-Id: <20070209024827.70C70BA20EC@espphotography.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] remove the http server info banner At 06:41 PM 2/8/2007, Fauziah Mahdan wrote: >Hi all, >I have check from http viewer that my server info was open. >HTTP/1.1 200 OK >Date: date today >Server: Apache/1.3.12 (unix) ApacheJserv/1.1 mod_ssl/2.6.4 >OpenSSL/0.9.5a >Last Modified:date >Etag:code will display >Accept-Ranges:bytes >Content-Length:300 >Connection:close >Content-Type:text/html >How to remove the Server info? In httpd.conf: # ServerTokens # This directive configures what you return as the Server HTTP response # Header. The default is 'Full' which sends information about the OS-Type # and compiled in modules. # Set to one of: Full | OS | Minor | Minimal | Major | Prod # where Full conveys the most information, and Prod the least. # ServerTokens Prod --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org