Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 1998 13:40:03 -0800 (PST)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        freebsd-ports
Subject:   Re: ports/4878: Apache w/FrontPage Module Port
Message-ID:  <199802192140.NAA28644@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/4878; it has been noted by GNATS.

From: "Scot W. Hetzel" <hetzels@westbend.net>
To: <freebsd-gnats-submit@freebsd.org>
Cc:  Subject: Re: ports/4878: Apache w/FrontPage Module Port
Date: Thu, 19 Feb 1998 15:36:41 -0600

 Please get the latest port version from:
 
 http://www.westbend.net/~hetzels/apache-fp
 
 As it corrects the following problems with the old apache port + diff patch,
 when installing over an existing apache installation.
 
 Fpsrvadm.exe looks for the srm.conf and access.conf files in
 usr/local/etc/apache/conf.  Since, that directory didn't exist, the
 fp_install.sh program would exit, from step 3, with the error:
 
 Can't open "/usr/local/etc/apache/conf/srm.conf": no such file or directory.
 ERROR: / Installation failed.
 Hit enter to continue
 
 Exiting due to an error! Please fix the error and try again.
 
 There are two ways to correct the problem:
 
 1. Define the location of the srm.conf and access.conf files in the
 httpd.conf file.
 
 Add to httpd.conf:
 
 AccessConfig /usr/local/etc/apache/access.conf
 
 ResourceConfig /usr/local/etc/apache/srm.conf
 
 2. Create directory /usr/local/etc/apache/conf, and make links to the
 access.conf and srm.conf .
 
 The port uses both of these methods, new installs have AccessConfig and
 ResourceConfig defined, while old installs get the directory and links
 created.
 
 Scot
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802192140.NAA28644>