Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 11475 invoked by uid 6000); 8 Apr 1998 20:15:25 -0000 Received: (qmail 11384 invoked from network); 8 Apr 1998 20:15:13 -0000 Received: from ag078.du.pipex.com (HELO robh.imdb.com) (193.130.246.78) by taz.hyperreal.org with SMTP; 8 Apr 1998 20:15:13 -0000 Date: Wed, 8 Apr 1998 21:15:55 +0100 (BST) From: Rob Hartill X-Sender: robh@localhost To: Apache Group Subject: new "port" (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org not acked ---------- Forwarded message ---------- Date: Wed, 08 Apr 1998 15:49:44 -0400 From: "Donald Harter Jr." To: apache-bugs@apache.org Subject: new "port" These changes worked for a compile on a Linux debian bo system. The debian packages are currently broken. They would not compile or extract. I have made some simple tests and it works. It uses the regex for debian so you have to make sure that package is installed. It is a dev package. Donald Harter Jr. =================================================================== RCS file: RCS/httpd.h,v retrieving revision 1.1 diff -r1.1 httpd.h 163c163 < #define SERVER_CONFIG_FILE "conf/httpd.conf" --- > #define SERVER_CONFIG_FILE "httpd.conf" 168c168 < #define RESOURCE_CONFIG_FILE "conf/srm.conf" --- > #define RESOURCE_CONFIG_FILE "srm.conf" 173c173 < #define TYPES_CONFIG_FILE "conf/mime.types" --- > #define TYPES_CONFIG_FILE "mime.types" 178c178 < #define ACCESS_CONFIG_FILE "conf/access.conf" --- > #define ACCESS_CONFIG_FILE "access.conf" =================================================================== RCS file: RCS/Configuration,v retrieving revision 1.1 diff -r1.1 Configuration 1a2,9 > # $Id: Configuration,v 1.3 1998/04/08 01:52:12 root Exp $ > # $Log: Configuration,v $ > # Revision 1.3 1998/04/08 01:52:12 root > # no regex > # > # Revision 1.2 1998/04/08 01:06:17 root > # set for debug > # 47c55 < EXTRA_CFLAGS= --- > EXTRA_CFLAGS= -g 52c60 < #CC= --- > CC=gcc 107c115 < Rule WANTHSREGEX=default --- > Rule WANTHSREGEX=no =================================================================== RCS file: RCS/conf.h,v retrieving revision 1.1 diff -r1.1 conf.h 20a21 > 269a271 > #include Here is the output from "uname -a": Linux harter 2.0.32 #1 Sat Mar 28 13:25:00 EST 1998 i586 unknown