From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 23:03:30 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 311A716A4CE for ; Mon, 7 Feb 2005 23:03:30 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id B211B43D1D for ; Mon, 7 Feb 2005 23:03:29 +0000 (GMT) (envelope-from teejay@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so818798wri for ; Mon, 07 Feb 2005 15:03:27 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=VtwPq0WmOOBF7QFXvQjQNgcZLHpak9ua45s7xM6/yRqp8avI/rOLIl7vvqZYJ7YiIUdrUGLzXBmAYd0zaNQDb+gmy7zN195+3GFH9dHgWGI3cAdteb1BNFyciJDC2PpMvk6nbso8oVYtIL0P7HkJDejdIK+SP/9PKt0BxJh4d50= Received: by 10.54.28.80 with SMTP id b80mr4349wrb; Mon, 07 Feb 2005 15:03:26 -0800 (PST) Received: by 10.54.48.34 with HTTP; Mon, 7 Feb 2005 15:03:26 -0800 (PST) Message-ID: <8c0985ff05020715032723d9e3@mail.gmail.com> Date: Tue, 8 Feb 2005 07:03:26 +0800 From: Teejay Teodoro To: Pat Maddox In-Reply-To: <810a540e0502071359355a641d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <810a540e0502071359355a641d@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: Change Apache version string X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Teejay Teodoro List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 23:03:30 -0000 If you wanna be more 'adventurous', you could even use ModSecurity[0]. To change you Apache server 'string' to... let's say... IIS? Here's the rule... # Change Server: string SecServerSignature "Microsoft-IIS/2.0 (Unix)" Have fun. It's easy to learn and to fiddle around with. [0] www.modsecurity.org On Mon, 7 Feb 2005 14:59:19 -0700, Pat Maddox wrote: > 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? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- teejay teodoro teejay[at]gmail[dot]com