From owner-freebsd-questions Thu Oct 3 12:22: 1 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 2E66337B401 for ; Thu, 3 Oct 2002 12:21:59 -0700 (PDT) Received: from cmsoutbound.mx.net (cmsrelay01.mx.net [165.212.11.110]) by mx1.FreeBSD.org (Postfix) with SMTP id 6EF6D43E42 for ; Thu, 3 Oct 2002 12:21:58 -0700 (PDT) (envelope-from liquid_net@usa.net) Received: from uadvg128.cms.usa.net (HELO cmsoutbound.mx.net) (165.212.11.128) by cmsoutbound.mx.net with SMTP; 3 Oct 2002 19:21:56 -0000 Received: from phobos [4.34.157.28] by uadvg128.cms.usa.net (ASMTP/liquid_net@usa.net) via mtad (CM.1201.1.04A) with ESMTP id 381gJcTV40443M28; Thu, 03 Oct 2002 19:21:55 GMT Reply-To: From: "Octavian Hornoiu" To: Subject: RE: apache13-modssl + mod_php4, php not interpreted Date: Thu, 3 Oct 2002 12:22:14 -0700 Message-ID: <001c01c26b12$2ea517b0$1c9d2204@phobos> 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.4024 In-Reply-To: <20021003181541.GF96239@sundive.homeunix.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 Make sure that the following lines are also present in httpd.conf AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Without these, apache will not interpret php. Good luck! - Octavian -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Nigel Soon Sent: Thursday, October 03, 2002 11:16 AM To: freebsd-questions@freebsd.org Subject: apache13-modssl + mod_php4, php not interpreted Hello, I have a problem with php not being interpreted now that I have started using apache13-modssl instead of apache13. I am running freebsd 4.6-RELEASE. The procedure I went through was removing mod_php4 then removing apache. I then changed the dependency of mod_php4 to use apache13-modssl and recompiled. The web server starts fine using ssl but the php web pages are not interpreted. I have the following lines in my http.conf file which leads me to believe the php modules are being loaded ----------- LoadModule ssl_module libexec/apache/libssl.so LoadModule php4_module libexec/apache/libphp4.so .. .. .. .. AddModule mod_ssl.c AddModule mod_php4.c ----------- Does anybody have any ideas? Thanks, Nigel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message