From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 13:47:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E752C37B401 for ; Tue, 5 Aug 2003 13:47:47 -0700 (PDT) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8989143F75 for ; Tue, 5 Aug 2003 13:47:46 -0700 (PDT) (envelope-from admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.9/8.12.9) id h75Klijk035267 for freebsd-questions@freebsd.org; Tue, 5 Aug 2003 22:47:44 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Message-Id: <200308052047.H75KLHXV035258@asarian-host.net> Date: Tue, 05 Aug 2003 20:47:44 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: I+rQq41xuES7ecdk7I1K5KsTyGZV0nZV9s1Zw6iLuCiRj/Bdhzev1JtCegyDFH9OIx4Ltzh30XM/8w9llKj0Jw== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: "Nick Rogness" , References: <20030801171725.M51833-100000@skywalker.rogness.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAPzAX8DFqW1BleBN9AQHiBAgAgrFdid7DqaV7iXUUUmcmvpnN2Wxbkc2r BbRIDAw5ForW1yWhumABUNJkeOyOuOoOHa48ckgnqOFLBPPc+deBgIz8o8VB64c7 Y5W8Y7CRwmJOCw/nVwYTMrmOrnTd/GKTmfv/8SRTiMBtnJ71d0YsC9My9dcbg0u+ m9z07nJhwohxogMQhfo2oJRisgI3x9Qt7bzPAEk6NDZJ2VJ9d5cjFZsJ8ZhTwBNw yWs8uDvtJGF2JEKTWe5qj+GYx8AcFSne43/8TpfZQnPz2u6CIf1fZE6n7r1D2AiY u5odiE3/8OiqBMVZ9BqKEK5mFcZaW7in0G/UrM6LumxcQQNruTXksQ== =kEA3 Subject: Re: Frontpage perils X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 20:47:48 -0000 ----- Original Message ----- From: "Nick Rogness" To: "Mark" Cc: Sent: Saturday, August 02, 2003 1:37 AM Subject: Re: Frontpage perils > On Fri, 1 Aug 2003, Mark wrote: > > > I just installed apache+mod_ssl-1.3.28+2.8.15 (FreeBSD 4.7R). Having > > some serious trouble integrating Frontpage 5, though. > > All you should have to do is: > > # cd /usr/ports/www/apache13-modssl && make install > # cd /usr/ports/www/mod_frontpage && make install Dear Nick, Thank you for your extended reply. I was out of town this weekend, else I would have gotten back to you earlier. > If all goes well you should have everything you need installed. Well, everything seems to be going well, at least, but does not. :) --------------------------------------------- asarian-host: {root} % make install Using: /usr/local/sbin/httpd Let's see if it's a valid httpd... YES! sbindir is /usr/local/sbin, trying to find apxs...Found! Config directory: /usr/local/etc/apache ... ===> Installing for mod_frontpage-1.6.2 ===> mod_frontpage-1.6.2 depends on file: /usr/local/frontpage/version5.0/set_default_perms.sh - found /usr/local/sbin/apxs -i -a -n 'frontpage' mod_frontpage.so [activating module `frontpage' in /usr/local/etc/apache/httpd.conf] cp mod_frontpage.so /usr/local/libexec/apache/mod_frontpage.so chmod 755 /usr/local/libexec/apache/mod_frontpage.so cp /usr/local/etc/apache/httpd.conf /usr/local/etc/apache/httpd.conf.bak cp /usr/local/etc/apache/httpd.conf.new /usr/local/etc/apache/httpd.conf rm /usr/local/etc/apache/httpd.conf.new /usr/bin/install -m 4550 -o root -g nobody fpexec /usr/local/sbin/fpexec /usr/bin/install -m 0555 -o root -g nobody fpstatic /usr/local/sbin/fpstatic --------------------------------------------- No errors reported, and it seems to have installed just fine; it says I have a valid httpd, and httpd.conf has been changed to contain these two lines: LoadModule frontpage_module libexec/apache/mod_frontpage.so AddModule mod_frontpage.c And those files exist in the right place. All as expected. Then I try and start the httpd daemon: --------------------------------------------- asarian-host: {root} % /usr/local/sbin/httpd -DSSL Syntax error on line 5 of /usr/local/etc/apache/httpd.conf: Invalid command 'FrontPageEnable', perhaps mis-spelled or defined by a module not included in the server configuration --------------------------------------------- Eh? "FrontPageEnable" should be available when mod_frontpage has loaded. And mod_ssl, in case you wondered, works fine by itself. And, unfortunately, /var/log/httpd-error.log has no error-messages for this occasion. So, what am I missing again? "suexec" (which I believe is mandatory), is compiled in too: --------------------------------------------- asarian-host: {root} % /usr/local/sbin/httpd -l Compiled-in modules: http_core.c mod_so.c suexec: enabled; valid wrapper /usr/local/sbin/suexec --------------------------------------------- If you have any suggestions left, I will gladly hear them. :) Thanks! - Mark