On Wed, May 31, 2000 at 12:41:57AM +0800, Mark Lo wrote:
> Hi,
> 
>      I have been successfully installed
> Apache+modssl/openssl+mysql/php4, but php only works when "https" is
> used.  I also want to enable php in "http".  I have followed the HowTo

If you spend just a few moments looking at your httpd.conf - then I'm
sure you'll guess the problem...
Did you find it? If not, then look for:
<IfDefine SSL>
LoadModule ssl_module  

My guess is that you have php in there with mod_ssl in the IfDefine.
Just move php out of the IfDefine, and do the same below for AddModule.
 

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to