From owner-freebsd-questions@FreeBSD.ORG Wed May 6 21:01:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 631E510656C8 for ; Wed, 6 May 2009 21:01:03 +0000 (UTC) (envelope-from SRS0=ebRZtOuz=BC=asarian-host.net=admin@asarian-host.net) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.freebsd.org (Postfix) with ESMTP id 026D58FC27 for ; Wed, 6 May 2009 21:01:02 +0000 (UTC) (envelope-from SRS0=ebRZtOuz=BC=asarian-host.net=admin@asarian-host.net) Received: from anonymizer.asarian-host.net (localhost [127.0.0.1]) (authenticated bits=0) by mail.asarian-host.net (8.14.3/8.14.3) with ESMTP id n46L115m087521 for ; Wed, 6 May 2009 23:01:01 +0200 (CEST) (envelope-from admin@asarian-host.net) DomainKey-Signature: q=dns; a=rsa-sha1; h=from:subject:message-id:date:x-asarian_host-trace:x-asarian_host-virus-checked:organization:to:mime-version:content-type; q=dns; c=nofws; s=anon; d=asarian-host.net; b=D7PN1Wj3ezFSeiCKQEOVpcFTLnicWbzNzr68c/ataiPL6mjpvjYp1Hndy2V1P12TadK/uV9q7EIalpA76nipb63rKObjqOpOOWY7WYORUEEWlzRpbC7lvTc6T5Lqg3Y8mZHvTOvqjjOTWyQuYLIznwOR5dotO2TploxBrphbbYQ= From: Mark Message-Id: <200905062101.n46KYajh086945@asarian-host.net> Date: Wed, 06 May 2009 21:01:01 GMT X-ASARIAN_HOST-Trace: OR9UKdMfz17hltqcHX9zMoDPuKF8ngfycMV0LdY/NxY= X-ASARIAN_HOST-Complaints-To: abuse@asarian-host.net X-ASARIAN_HOST-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint X-ASARIAN_HOST-Virus-Checked: Scanned by ClamAV on asarian-host.net Organization: Asarian-host To: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: php4 + php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2009 21:01:03 -0000 Using a single Apache 1.3.x install, is there a way to install both mod_php4 + mod_php5 together? I can't just upgrade to php5: not every webboard and such accepts php5 yet. On some dirs (or per vhost) I like the Apache server to use php5, though. Thanks, - Mark