RE: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-19 Thread Boyle Owen
> -Original Message- > From: Kory Wheatley [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 19. Mai 2005 18:24 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Apache 1.3 , Mod_ssl and need to add PHP > > > What if PHP is already installed and configured to our non-secure > serv

Re: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-19 Thread Kory Wheatley
What if PHP is already installed and configured to our non-secure server? Our secure server is running on a separate process, because of University procedures, (all leave it at that), and was not configured with PHP. Here is how I installed our secure server ./configure --with-layout=Apache --pre

RE: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-19 Thread Boyle Owen
> -Original Message- > From: Kory Wheatley [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 18. Mai 2005 18:50 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache 1.3 , Mod_ssl and need to add PHP > > > I have an Apache 1.33 Mod SSL Server setup as a DSO, and I need to > add PHP

Re: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-18 Thread Dan Mahoney, System Admin
On Wed, 18 May 2005, Kory Wheatley wrote: What if PHP is already installed on our system and is configured and works with our non secure server. Well, if your secure and non-secure server are built in different roots, then apxs should take care of this for you. Why are you running two different s

Re: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-18 Thread Kory Wheatley
What if PHP is already installed on our system and is configured and works with our non secure server. How would I implement PHP into our Secure Server than? Would I cd into php directory and run ./configure --with-apxs=/usr/local/apache/bin/apxs We've had PHP install on our non secure DSO serv

Re: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-18 Thread Dan Mahoney, System Admin
On Wed, 18 May 2005, Kory Wheatley wrote: 1) No, just build php with --with-apxs=/usr/local/apache/bin/apxs (or wherever your system has it). That's the point of DSOs. 2) No you would not need a new certificate. Only if the domain name of the site the certificate served (the commonname, i.e. w

[users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-18 Thread Kory Wheatley
I have an Apache 1.33 Mod SSL Server setup as a DSO, and I need to add PHP into the Apache configuration.. Currently I don't have MOD_PHP as one of the shared libraries, do I need to download the MOD_PHP and then load the module in the httpd.conf configuration to setup php. I need to know the st