From owner-freebsd-questions Sun Aug 17 05:26:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA25277 for questions-outgoing; Sun, 17 Aug 1997 05:26:19 -0700 (PDT) Received: from BIGFUN.vwcom.com ([151.197.101.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA25271 for ; Sun, 17 Aug 1997 05:26:17 -0700 (PDT) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id IAA01345 for ; Sun, 17 Aug 1997 08:21:27 -0400 (EDT) Received: from current.willscreek.com (root@current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.7.3) with ESMTP id IAA01990 for ; Sun, 17 Aug 1997 08:25:56 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.7.3) id IAA00478; Sun, 17 Aug 1997 08:25:54 -0400 (EDT) Date: Sun, 17 Aug 1997 08:25:54 -0400 (EDT) Message-Id: <199708171225.IAA00478@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: Apache cookies-how can I turn off? In-Reply-To: <71967344@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: On Fri, 15 Aug 1997, michael dorin wrote: > > > How can I turn the Apache cookies off? Or can I? > > Cookie generation is a compile-time feature. Either recompile your copy > of Apache and remove the cookie module from the list or see the docs for > the cookie option and see if you can specify a config file option to > disable it. To elaborate on Doug's response, here's some info from the Apache FAQ (http://www.apache.org/docs/misc/FAQ.html): 26. Why does Apache send a cookie on every response? Apache does not send automatically send a cookie on every response, unless you have re-compiled it with the mod_cookies module. This module was distributed with Apache prior to 1.2. This module may help track users, and uses cookies to do this. If you are not using the data generated by mod_cookies, do not compile it into Apache. Note that in 1.2 this module was renamed to the more correct name mod_usertrack, and cookies have to be specifically enabled with the CookieTracking directive. More information is available here: http://www.apache.org/docs/mod/mod_usertrack.html In general, it's always a good idea to go to the Apache site when you have questions about Apache. It's a rather comprehensive site. Also, if you're getting deeper into Apache, you might consider monitoring newsgroup comp.infosystems.www.servers.unix. To quote from the Apache web site once more: Support for Apache will be via the comp.infosystems.www.servers.unix newsgroup. Our policy will be for complete openness, with the exception of reports of security holes. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ Whom computers would destroy, they must first drive mad.