From owner-freebsd-questions Tue Dec 10 18:18:17 2002 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 E8FE437B401 for ; Tue, 10 Dec 2002 18:18:14 -0800 (PST) Received: from mx1.clickcom.com (mx2.clickcom.com [209.198.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5063A43E4A for ; Tue, 10 Dec 2002 18:18:14 -0800 (PST) (envelope-from jks@clickcom.com) Received: from aesop (calefaction.clickcom.com [209.198.22.19]) by mx1.clickcom.com (email) with ESMTP id DD15556DF0 for ; Tue, 10 Dec 2002 21:18:16 -0500 (EST) From: "John Straiton" To: Subject: Apache + mod_ssl + mod_frontpage no longer working Date: Tue, 10 Dec 2002 21:16:45 -0500 Message-ID: <004d01c2a0bb$5dcb2c80$1916c60a@win2k.clickcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! So I had written to -questions a long time ago with how I got this combination to work: [Apache 1.3x + mod_ssl + mod_php4 + mod_frontpage] using ports/www/apache13-modssl/ as the base, then patching it for mod_frontpage and then adding ports/www/mod_php4 But for some reason, recently, my method of installation stopped working. I don't know what I did or when, but it's not working anymore. By that I mean that you could no longer connect to it via frontpage client and the frontpage components (form2email fer instance) never return after being submitted...they just sit on "waiting for reply..." indefinitely. So I figure that the easiest thing to do would be to repeat the process again, at least I'd wind up with the latest versions of everything anyway. Didn't work. When I try to connect to it with a frontpage client, the client just hangs for a very very long time. In inspecting the logs, I only see one thing. It gets recorded into the error_log for the site I try to open in frontpage. [Tue Dec 10 20:43:15 2002] FrontPage SUID Error: could not read valid input key RTR's site doesn't seem to have anything explaining this, and google searches only come back with sourcecode and regrettibly, I'm not much of a serious coder so reverse engineering it ain't gonna happen. Here are the details: FreeBSD 4.7-STABLE, cvsup'ed nightly To set it up I do this: cd /usr/ports/www/apache13-modssl/ make patch cd work/apache_1.3.27/ cp /home/john/fp-patch-apache_1.3.22 (the latest one I know of) patch -p0 < fp-patch-apache_1.3.22 (reports unified or succeeded for every hunk) cd ../.. make install cd ../mod_php4 make install cp /usr/local/sbin/httpd /home/john/ cd /usr/local/frontpage/version5.0/ ./fp_install.sh (I then answer everything as defaults, or yes, only building a root web) cp /home/john/httpd /usr/local/sbin/ (cause it installs 1.3.19) apachectrl start Now all this USED to be the way I'd get a working binary. I've followed these instructions like a half dozen times (they're actually from my personal notes). Here's my startup messages: [Tue Dec 10 20:42:51 2002] [notice] Apache/1.3.27 (Unix) mod_ssl/2.8.12 OpenSSL/0.9.6g PHP/4.2.3 FrontPage/5.0.2.2510 configured -- resuming normal operations [Tue Dec 10 20:42:51 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/local/sbin/suexec) [Tue Dec 10 20:42:51 2002] [notice] Accept mutex: flock (Default: flock) Looks good! But what I wind up with is a working apache13-modssl + mod_php4, no frontpage... I then take an empty virtualhost website (as in, it's set up but has no files) and do this: /usr/local/frontpage/version5.0/bin/owsadm.exe -o install -u -pw -m -s /usr/local/etc/apache/httpd.conf -xu -ug Which comes back with a friendly message about the installation being successful. Too bad it doesn't work.. Again, Frontpage 2002 just hangs. Thoughts, Ideas, Some cheese to go with my whine =) anything would be appreciated: John Straiton jks@clickcom.com Clickcom, Inc 704-365-9970x101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message