Re: [PHP3] mod_ssl & php3

1999-07-29 Thread Ralf S. Engelschall
On Fri, Jul 30, 1999, Tom Fishwick wrote: > Is it possible to run a modssl enabled apache, suexec? The default seem to > configure it to run _default_:443 for all virtuals, which won't suexec... Err.. no, suEXEC is a global feature AFAIK. It isn't triggered by some virtual hosts only. > What I

Re: [PHP3] mod_ssl & php3

1999-07-29 Thread Steffen Dettmer
Tom > From: Tom Fishwick <[EMAIL PROTECTED]> Hi! Tom > Is it possible to run a modssl enabled apache, suexec? The Tom > default seem to configure it to run _default_:443 for all Tom > virtuals, which won't suexec... I'm running a SSL/CGI Server with SuExec enabled without problems. Did you us

Re: [PHP3] mod_ssl & php3

1999-07-29 Thread Tom Fishwick
Hi There, Is it possible to run a modssl enabled apache, suexec? The default seem to configure it to run _default_:443 for all virtuals, which won't suexec... What I want to do is provide all users with a ssl directory in the home directory, or have their normal htdocs directory be mapped to so

Re: [PHP3] mod_ssl & php3

1999-07-14 Thread Ralf S. Engelschall
On Tue, Jul 06, 1999, Rasmus Lerdorf wrote: > Make sure you add mod_ssl first and then do a fresh configure/install of > PHP. The SSL stuff fiddles with the internal httpd structs and PHP needs > to know about these. Yes, an important point. I've added an entry about this to the mod_ssl FAQ. Th

Re: [PHP3] mod_ssl & php3

1999-07-07 Thread Antoni Pàmies Olivé
Hi, Please check your http.conf and configure ssl (certificate) SSLCertificateFile/etc/httpd/conf/ssl.crt/server.crt SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key the files etc/httpd/conf/ssl.crt/server.crt and /etc/httpd/conf/ssl.key/server.key must exists. Check that you have

Re: [PHP3] mod_ssl & php3

1999-07-07 Thread System Admin.
Hi Rasmus, Well, thank you for your help. I already got it to work. The problem is I can't compiled & install php3 as static or dynamic with apache+modssl but I can install php3 using apxs method and it works just fine. Thank you anyway. pe' -- UNIX System Ad

Re: [PHP3] mod_ssl & php3

1999-07-07 Thread System Admin.
Hi Rasmus, Thank you for helping me out. Can you tell me the step how to do that? Because what I did is I configured and install apache+mod_ssl then I redo the fresh configure of apache+mod_ssl+php again and installed it. It gave me the same result (/kernel core dumped thing) or what I hav

Re: [PHP3] mod_ssl & php3

1999-07-06 Thread Rasmus Lerdorf
Make sure you add mod_ssl first and then do a fresh configure/install of PHP. The SSL stuff fiddles with the internal httpd structs and PHP needs to know about these. -Rasmus __ Apache Interface to OpenSSL (mod_ssl)