From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 21:59:27 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 B31AB16A4CE for ; Mon, 7 Feb 2005 21:59:27 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2075843D39 for ; Mon, 7 Feb 2005 21:59:25 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so809723wri for ; Mon, 07 Feb 2005 13:59:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=HJFL/MlvNt6TxqgSTrCqza3QNGH264ZT11YXFXC5ruxBIm8055v22bcQV9bQ9IIOw1/cBUcTelN3LKCwcFCOXIajmpW0xOndd08NNM3HuFgPPmzJ1sAv5NOQZkUDb3M7B/w3fGiRv7J+Mni0EI17N/NYJl1+5nr39/HjhSb+Kng= Received: by 10.54.46.67 with SMTP id t67mr77175wrt; Mon, 07 Feb 2005 13:59:19 -0800 (PST) Received: by 10.54.42.28 with HTTP; Mon, 7 Feb 2005 13:59:19 -0800 (PST) Message-ID: <810a540e0502071359355a641d@mail.gmail.com> Date: Mon, 7 Feb 2005 14:59:19 -0700 From: Pat Maddox To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Change Apache version string X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 21:59:27 -0000 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?