Mailing List Archive

mod_cookies.c - Netscape Cookies
I finished testing a small fixup module for Netscape over the weekend.
Basically it can log peoples paths around your server without having to
do do other complex stuff with CGI or authentication. It sticks everything
in a separate file for now; but it could just as easy put it into an
alterable common_log module.

Are we going to have a contrib or optional modules directory on the release
version? Or a nice installation script which asks them which modules they
want to include?

http://www.telescope.org/mark/mod_cookies.c for now.

Mark
Mark J Cox, mark@telescope.org -- URL:http://www.telescope.org/mark.html
University of Bradford, England ---------- tel +44.1274.384070/fax 391333
Re: mod_cookies.c - Netscape Cookies [ In reply to ]
Date: Mon, 10 Jul 1995 09:19:10 +0100 (BST)
From: Mark J Cox <M.J.Cox@bradford.ac.uk>

Are we going to have a contrib or optional modules directory on the release
version? Or a nice installation script which asks them which modules they
want to include?

I'd very much like that, but haven't had the time to write one as yet.

rst