From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 22:18:58 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED6D16A4CF for ; Mon, 7 Feb 2005 22:18:58 +0000 (GMT) Received: from badcomputer.org (S01060040f4399d90.ok.shawcable.net [24.66.229.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A234B43D2F for ; Mon, 7 Feb 2005 22:18:58 +0000 (GMT) (envelope-from bulliver@badcomputer.org) Received: from [192.168.0.102] (helo=virgo.badcomputer.org) by badcomputer.org with esmtp (Exim 2.45) id 1CyHDo-0003DS-RM for freebsd-questions@freebsd.org; Mon, 07 Feb 2005 14:19:08 -0800 From: darren kirby Organization: Badcomputer Org. Date: Mon, 7 Feb 2005 14:19:15 -0800 User-Agent: KMail/1.7.2 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1621670.5jtpKu8ZU3"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200502071419.21100.bulliver@badcomputer.org> Subject: Re: Change Apache version string X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bulliver@badcomputer.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 22:18:59 -0000 --nextPart1621670.5jtpKu8ZU3 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline quoth the Pat Maddox: > I've got mod_php installed as well as mod_jk, so whenever there's a > 404 Apache displays > Apache/2.0.52 (FreeBSD) PHP/4.3.10 mod_jk/1.2.6 > > I'm not sure if I'm being overly paranoid, but I don't really like the > fact that all that info gets displayed. Is there any way I can change > Apache's version string, like I can with any ftp or smtp daemon? In your apache conf file change "ServerTokens" directive: ### Set to one of: Full | OS | Minor | Minimal | Major | Prod ### where Full conveys the most information, and Prod the least. ServerTokens Prod -d -- darren kirby :: Part of the problem since 1976 :: http://badcomputer.org "...the number of UNIX installations has grown to 10, with more expected..." - Dennis Ritchie and Ken Thompson, June 1972 --nextPart1621670.5jtpKu8ZU3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQBCB+lpwPD5Cr/3CJgRAjDiAKCK49Gm/i2KXUbRzJ8Cm93LvoVriACeNtOJ v91xSLcMrDtkJUwT8FR9SI8= =EsvA -----END PGP SIGNATURE----- --nextPart1621670.5jtpKu8ZU3--