[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Configuring httpd.conf for fixing mod ssl / internet explorer bug for php - RaQ4
- Subject: Re: [cobalt-users] Configuring httpd.conf for fixing mod ssl / internet explorer bug for php - RaQ4
- From: cobalt@xxxxxxxxxxxxx
- Date: Mon Sep 30 06:24:02 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On 30 Sep 2002 at 12:06, simon@xxxxxxxxxxxxxxxxx wrote:
<snip>
> The bug relating to mod ssl / apache and internet explorer browsers that
> I require some help on is documented here:
> http://www.modssl.org/docs/2.8/ssl_faq.html#io-ie
>
> In most of the fixes that have been documented around the web (including
> the url above) they only ever refer to adding $PerlConfig statements to
> certain parts of the httpd.conf file which I am assuming will only fix this
> problem when using perl based CGI scripts in SSL mode. I am having the same
> issues with a php shopping system that I have developed but cannot find any
> reference to fixing the bug for php.
<snip>
The section you are referring to above actually re-writes the
httpd.conf file as it is being read by apache.
Basically, as apache reads the configuration, the perl section adds a
ssl section to for each virtual host, based upon the individual
configuration of that host.
If you add the modifications here, they will affect every virtual
host on the server, no matter which type of request is made (.asp ,
.php , .html etc...)
The first time I came across this cobaltism, I was also confused.
Hope this helps
Ian
--