Received: by taz.hyperreal.com (8.6.12/8.6.5) id OAA29442; Mon, 4 Mar 1996 14:24:05 -0800 Received: by taz.hyperreal.com (8.6.12/8.6.5) id OAA29435; Mon, 4 Mar 1996 14:24:03 -0800 Date: Mon, 4 Mar 1996 14:24:03 -0800 From: Alexei Kosut Message-Id: <199603042224.OAA29435@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src http_config.c httpd.h Sender: owner-apache-cvs@apache.org Precedence: bulk akosut 96/03/04 14:24:03 Modified: src http_config.c httpd.h Log: Slightly modified the API to allow handlers by things other than content type. Setting r->handler will override r->content_type in invoke_handler(). Reviewed by: Ben Laurie, Randy Terbush Revision Changes Path 1.5 +3 -2 apache/src/http_config.c 1.8 +2 -0 apache/src/httpd.h