From owner-freebsd-ports Fri Jul 16 21:38:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 79C4814DD0 for ; Fri, 16 Jul 1999 21:38:54 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id XAA11918; Fri, 16 Jul 1999 23:37:35 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000701bed00e$10d0ee00$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Donald Burr" Cc: References: <378FFB96.CD0D9C73@pobox.com> Subject: Re: Help: cannot edit subwebs using apache13-fp port Date: Fri, 16 Jul 1999 23:37:23 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Donald Burr > I just installed the Apache13-fp (Apache with MS FrontPage extensions) > port. The install went well -- no error messages or anything. However, > I am having a rather serious problem with it. > > But, when I try to edit a per-user web (i.e. "~dburr"), all hell breaks > loose. (Yes, I chose to install per-user webs when I did the > installation.) > > [Fri Jul 16 20:33:06 1999] [error] [client 192.160.60.1] (2)No such file > or directory: mod_mime_magic: can't read `/home/sblc/public_html/_vti_bin/shtml.exe/_vti_rpc' Not sure why mod_mime_magic shows in the above error message. > [Fri Jul 16 20:33:06 1999] [error] (2)No such file or directory: exec of > /home/sblc/public_html/_vti_bin/shtml.exe/_vti_rpc failed > [Fri Jul 16 20:33:06 1999] [error] [client 192.160.60.1] Premature end > of script headers: /home/sblc/public_html/_vti_bin/shtml.exe/_vti_rpc > ***** > > Ok, well it looks like a file is missing in the user's _vti_bin > directory. But the odd part is, that when I edit the root web, there is > *no* /usr/local/www/data/_vti_bin/shtml.exe file in the root web, yet > everything works fine. > No file is missing, mod_frontpage changes the ../vti_bin/* locations to the frontpage cgi directory(/usr/local/frontpage/version3.0/exes). Are you using suexec? If yes, did you have the apache13-fp port build it (define -DSUEXEC for at least make configure)? If you didn't re-build suexec using the port, then rename /usr/local/sbin/suexec to suexec.old, and try to access the web site again. If it works then you need to build the suexec program from the Apache13-fp port. Make sure the httpd.conf has the following Directory statements defined: # This is need because otherwise Apache will not follow the # home directory link (/home -> /usr/home ) Options FollowSymLinks AllowOverride None # Minimum AllowOverride options needed by FrontPage AllowOverride AuthConfig Limit Indexes Options # Needed to allow FrontPage programs to execute Options ExecCGI and/or AllowOverride AuthConfig Limit Indexes Options Options ExecCGI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message