From owner-freebsd-questions Sat Nov 17 9:55:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fep3.cogeco.net (smtp.cogeco.net [216.221.81.25]) by hub.freebsd.org (Postfix) with ESMTP id 1400E37B417 for ; Sat, 17 Nov 2001 09:55:12 -0800 (PST) Received: from there (d141-18-230.home.cgocable.net [24.141.18.230]) by fep3.cogeco.net (Postfix) with SMTP id 0F0533261C; Sat, 17 Nov 2001 12:54:56 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Paul Murphy To: Ben Luey , questions@FreeBSD.ORG Subject: Re: apache13-mod-ssl + mod_php4 Date: Sat, 17 Nov 2001 12:54:55 -0500 X-Mailer: KMail [version 1.3.1] References: <20011117095912.G66078-100000@gridley.ACNS.Carleton.edu> In-Reply-To: <20011117095912.G66078-100000@gridley.ACNS.Carleton.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011117175456.0F0533261C@fep3.cogeco.net> 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 On November 17, 2001 11:04 am, Ben Luey wrote: > I installed the binary of apache+mod_ssl-1.3.22+2.8.5_1 and > mod_php4-4.0.6_5 and php4-4.0.6_1. I've checked all the configuration and > the DirectoryIndex and mime types and loading of mod_php4 modules is all > in httpd.conf. > > But when I try to load .php pages, I just get the static page as if it > were an html file. Is there a way to check if apache is loading the > mod_php4 module or any ideas on tracing where the problem is? > > Thanks, > > Ben > > lueyb@gridley.acns.carleton.edu > If you have in you httpd.conf: # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # Change the ".your_domain.com" to match your domain to enable. # SetHandler server-info Order deny,allow Deny from all Allow from .your_domain.com Then try browsing to 'http://_yourwebserver_/server-info' Also sometimes useful is: # # Allow server status reports, with the URL of http://servername/server-status # Change the ".your_domain.com" to match your domain to enable. # SetHandler server-status Order deny,allow Deny from all Allow from .your_domain.com Then try browsing to 'http://_yourwebserver_/server-status' -- I call it "No-Pants Wonderday," but it turns out the police just call it "Thursday." Go figure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message