From owner-freebsd-apache@FreeBSD.ORG Thu Oct 28 08:05:00 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D86616A4CE for ; Thu, 28 Oct 2004 08:05:00 +0000 (GMT) Received: from ms-smtp-05.tampabay.rr.com (ms-smtp-05-smtplb.tampabay.rr.com [65.32.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D32843D1D for ; Thu, 28 Oct 2004 08:05:00 +0000 (GMT) (envelope-from scphantm@yahoo.com) Received: from [192.168.0.2] (24286hfc39.tampabay.rr.com [24.28.6.39]) i9S84vNu024065 for ; Thu, 28 Oct 2004 04:04:57 -0400 (EDT) Message-ID: <4180A8B5.9090708@yahoo.com> Date: Thu, 28 Oct 2004 04:07:17 -0400 From: Steel City Phantom User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-apache@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: running php4 and php5 on the same box X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 08:05:00 -0000 i need to configure both on my bsd machine. i found a few pages on the web that had some general instructions on how to do it, but i was hoping someone here could tell me how to do it using the ports collection. http://wiki.coggeshall.org/37.html looked promising, but i wanted to see what you guys thought first one requirement that i have is i need to run pretty much all the php extentions for both of them. so if i run php4-extensions and php5-extension, what am i going to screw up? From owner-freebsd-apache@FreeBSD.ORG Fri Oct 29 11:00:23 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2593316A4CE for ; Fri, 29 Oct 2004 11:00:23 +0000 (GMT) Received: from proxy.ddcom.co.jp (proxy.ddcom.co.jp [211.121.191.163]) by mx1.FreeBSD.org (Postfix) with SMTP id 144FE43D53 for ; Fri, 29 Oct 2004 11:00:22 +0000 (GMT) (envelope-from rees@ddcom.co.jp) Received: (qmail 1410 invoked by alias); 29 Oct 2004 11:17:09 -0000 Received: from unknown (HELO matthew) (10.10.10.11) by mail.ddcom.local with SMTP; 29 Oct 2004 11:17:09 -0000 Date: Fri, 29 Oct 2004 20:00:25 +0900 From: Joel To: apache@freebsd.org Message-Id: <20041029195355.C4AA.REES@ddcom.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.06 cc: koichi@ddcom.co.jp Subject: Auth_PG_grp_group_field -- parameter error if commented X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 11:00:23 -0000 I've sent an e-mail to Guiseppe Tanzilli about this. We get the following error: > Auth_PG_grp_group_field takes one argument, the name of the group-name field. on the directive Auth_PG_grp_group_field rid These are the directives we are using: Auth_PG_host 127.0.0.1 Auth_PG_port 5432 Auth_PG_database apache_auth Auth_PG_user postgres Auth_PG_pwd postgres Auth_PG_pwd_table user_bbs Auth_PG_uid_field uid Auth_PG_pwd_field pw Auth_PG_grp_table user_bbs # Auth_PG_gid_field rid # name change from 2.0.0 Auth_PG_grp_group_field rid # Auth_PG_gid_field -> Auth_PG_grp_group_field Auth_PG_grp_user_field uid # works from 2.0.0 # Auth_PG_grp_whereclause " and rid = 'bbs@tekitou' " Auth_PG_encrypted on Auth_PG_hash_type MD5 AuthName "Please Enter Your Password" AuthType Basic require valid-user require group bbs@tekitou I had the guy who's working on this remove the comment from the Auth_PG_grp_group_field rid # Auth_PG_gid_field -> Auth_PG_grp_group_field line and apache runs with no problems. So it looks like the comment field is getting parsed as an additional parameter, causing an error. I don't know whether this would be a bug or not, but I thought I'd pitch it your way. -- Joel From owner-freebsd-apache@FreeBSD.ORG Sat Oct 30 00:46:20 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE9616A4CE for ; Sat, 30 Oct 2004 00:46:20 +0000 (GMT) Received: from darkness-is.com (adsl247-146.incentre.net [207.216.247.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D63443D2F for ; Sat, 30 Oct 2004 00:46:20 +0000 (GMT) (envelope-from cculver@darkness-is.com) Received: from darknessws1 (adsl247-142.incentre.net [207.216.247.142]) by darkness-is.com (darkness-is.com [207.216.247.146]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 7-md50000000044.tmp for ; Fri, 29 Oct 2004 18:42:49 -0600 From: "Clay" To: Date: Fri, 29 Oct 2004 18:45:17 -0600 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcS+GbnNPKdcHkyKRQClEa67aQJ0zA== X-MDRemoteIP: 207.216.247.142 X-Return-Path: cculver@darkness-is.com X-MDaemon-Deliver-To: apache@freebsd.org X-Spam-Status: No, hits=4.7 required=5.0 tests=FORGED_MUA_OUTLOOK,HTML_50_60,HTML_MESSAGE, MISSING_OUTLOOK_NAME version=2.55 X-Spam-Level: **** X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Spam-Report: ---- Start SpamAssassin results 4.70 points, 5 required; Message preview: Hi, download the newest port of Apache (2.0.52), did a make, /usr/local/sbin/apachectl start, will start up when the server boots. The problem I am having is that anyone not on the subnet on the server gets a DNS error (Page can not be displayed). I can view the page fine as I have the same subnet of the server, Provider) to verify and it would not load. Any suggestions on what could be causing this issue? I am new to both FreeBSD and Apache, lacking for troubleshooting something like this. [...] Content analysis details: HTML_MESSAGE (0.1 points) BODY: HTML included in message HTML_50_60 (0.5 points) BODY: Message is 50% to 60% HTML MS Outlookisn't ---- End SpamAssassin results X-Spam-Processed: darkness-is.com, Fri, 29 Oct 2004 18:42:54 -0600 Message-Id: <20041030004620.6D63443D2F@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Apache 2.0.52 problem X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 00:46:21 -0000 Hi, I just did a default install of FreeBSD 4.10 and used CVSup to download the newest port of Apache (2.0.52), did a make, then make install everything looked like it went well. Used /usr/local/sbin/apachectl start, to start up the httpd and put this line in to my /etc/rc.conf so it will start up when the server boots. The problem I am having is that anyone not on the subnet on the server gets a DNS error (Page can not be displayed). I can view the page fine as I have the same subnet of the server, but tried it on another machine (different Internet Service Provider) to verify and it would not load. Any suggestions on what could be causing this issue? I am new to both FreeBSD and Apache, and right now am finding the documentation for Apache 2 a little lacking for troubleshooting something like this. Clay