From owner-freebsd-isp Fri Dec 24 22:51:15 1999 Delivered-To: freebsd-isp@freebsd.org Received: from blackbird.lonetree.com (blackbird.lonetree.com [207.141.55.3]) by hub.freebsd.org (Postfix) with ESMTP id E20DB151F3 for ; Fri, 24 Dec 1999 22:51:13 -0800 (PST) (envelope-from wolfman@csocs.com) Received: from csocs.com [209.64.46.23] by blackbird.lonetree.com with ESMTP (SMTPD32-5.05) id A94469101B0; Fri, 24 Dec 1999 23:50:44 -0700 Message-ID: <38646A61.C5F5A4C5@csocs.com> Date: Fri, 24 Dec 1999 23:55:29 -0700 From: "J.C. Frazier" X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: dan@freebsddiary.org Cc: freebsd-isp@FreeBSD.ORG Subject: Re: FP extensions installed References: <004401bf4cdb$1545ada0$8dfee0d1@westbend.net> <199912250447.RAA63378@ducky.nz.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dan Langille wrote: > Things seem to be going well. I'm still not sure what the original > problem was. But I have found an interesting situation. If I use > fpsrvadm to enable FP Extensions on a website, apache stops running. > > ./fpsrvadm.exe -o install -t apache-fp -s /usr/local/etc/apache/httpd.conf > -p 80 -m racing.unixathome.org -u racing -p racing > -xu susan -wg www > > Checking the logs I find: > > [Sat Dec 25 17:40:51 1999] [notice] SIGHUP received. Attempting to > restart > Syntax error on line 1275 of /usr/local/etc/apache/httpd.conf: > Invalid command '', perhaps mis-spelled or defined by a > module not included in the server configuration > > Checking httpd.conf, I find this under the Virtual host which I just > referenced above: > > > ScriptAlias /_vti_bin/_vti_adm/ /www/racing/_vti_bin/_vti_adm/ > ScriptAlias /_vti_bin/_vti_aut/ /www/racing/_vti_bin/_vti_aut/ > ScriptAlias /_vti_bin/ /www/racing/_vti_bin/ > This happens when mod_frontpage (the apache patch) isn't used. What it looks like to me is that during installation you chose option 2 (apache) instead of option 3 (apache-fp). Apache-fp doesn't need these aliases because all executables are stored in one main directory and requests are dealt with by mod_frontpage case by case and sent to the right place. If you install the extensions without mod_frontpage then those aliases must be there to direct the requests (POST, GET, etc) to your private FP directories in each virtual web. (very insecure also and uses a lot more space if you have a lot of FP customers each with their own executables.) Try using fpsrvadm without the -t option if you know you have installed it correctly. It will revert to the way you installed it without modifications in that case. My guess is that fpsrvadm is confused with the -t option. I run the same version and have no problem with that. Also, try running fpsrvadm without any options once. It will give you a list of options and walk you through the process. Hope this helps. J.C. Frazier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message