From owner-freebsd-isp Fri Aug 14 13:00:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02090 for freebsd-isp-outgoing; Fri, 14 Aug 1998 13:00:31 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from s2.ijs.com (s2.ijs.com [205.149.188.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02081 for ; Fri, 14 Aug 1998 13:00:29 -0700 (PDT) (envelope-from jivko@ijs.com) From: jivko@ijs.com Received: from lapatopa1 (laptop.ijs.com [205.149.188.23]) by s2.ijs.com (8.8.5/8.8.5) with SMTP id NAA24825 for ; Fri, 14 Aug 1998 13:00:08 GMT Message-Id: <199808141300.NAA24825@s2.ijs.com> Date: Fri, 14 Aug 1998 12:59:51 -0700 To: freebsd-isp@FreeBSD.ORG Subject: Is this a known Apache problem? In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Could someone tell me why the following two lines in a definition of a virtual host would not work as I would expect them to work: Alias / /home/htmldir ScriptAlias /cgi-bin/ /home/cgi-bin/ The server loads OK but when I try to call a CGI script, instead of searching for in in /home/cgi-bin/ it tries to find it in /home/htmldir/cgi-bin/ and fails. When I changed the order for those two lines to be ScriptAlias /cgi-bin/ /home/cgi-bin/ Alias / /home/htmldir everything came back to normal. Although I understand why it would do this, it sure sounds like a bug to me. Is there any particular reason for it to work this way? Here is the configuration for the server: Apache/1.3.0 Ben-SSL/1.18 (Unix) FrontPage/3.0.4.2 configured -- resuming normal operations Thanks for the help, Jivko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message