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 -- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to [EMAIL PROTECTED] To subscribe to the digest, e-mail: [EMAIL PROTECTED] To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: [EMAIL PROTECTED] ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
