Date: Sat, 17 Nov 2001 14:10:22 -0600 (CST) From: Ben Luey <lueyb@gridley.ACNS.Carleton.edu> Cc: questions@FreeBSD.ORG Subject: Re: apache13-mod-ssl + mod_php4 Message-ID: <20011117140840.M66421-100000@gridley.ACNS.Carleton.edu> In-Reply-To: <20011117175456.0F0533261C@fep3.cogeco.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks -- Looking at httpd.conf again I see that all the php4 stuff was under a IF_SSL -- I moved it out of the clause and now php work, now I just need to find out why ssl isn't working. Since the package is apache13-mod-ssl I've got the modules. hmm... Thanks, Ben On Sat, 17 Nov 2001, Paul Murphy wrote: > 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. > # > <Location /server-info> > SetHandler server-info > Order deny,allow > Deny from all > Allow from .your_domain.com > </Location> > > 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. > # > <Location /server-status> > SetHandler server-status > Order deny,allow > Deny from all > Allow from .your_domain.com > </Location> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011117140840.M66421-100000>