We are noticing missing graphic icons when displayed
on some IE 5 browsers (Mac and Windows) on a https SSL link.
(mod_ssl 2.8.0 on Apache 1.3.17 on Linux)
The page shows up fine, but the graphics are missing?
On some browsers, they show up just fine...?
Any ideas? Anybody seen this as well?
The configuration File follows:
=====================================================
>>In my http.conf file, I specify a separate
Document Root (Owen led me on to this..)
### Hosted Domains ###
<VirtualHost 1.1.1.1> # mooey.e.com
DocumentRoot /home/mooey
ServerName mooey.e.com
ServerAlias mooey.e.com
ErrorLog logs/mooey.e.com-error_log
CustomLog logs/mooey.e.com-access_log common
ScriptAlias /cgi-bin/ /home/mooey/cgi-bin/
</VirtualHost>
### Secure Hosted Domains ###
<IfDefine SSL>
<VirtualHost 1.1.1.1:443>
DocumentRoot /home/secure
ServerName mooey.e.com
ServerAlias mooey.e.com
ErrorLog logs/mooey.e.com-errlog
CustomLog logs/mooey.e.com-custom custom
ScriptAlias /cgi-bin/ /home/secure/cgi-bin/
SSLCertificateFile /www/conf/ssl.crt/snakeoil-rsa.crt
SSLCertificateKeyFile /www/conf/ssl.key/snakeoil-rsa.key
SSLEngine On
<Files ~ "\.(cgi|php)$">
SSLOptions +StdEnvVars
</Files>
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>
</IfDefine>
>> In the HTML file, I refer to the image like this:
<IMG height=87 src="https://mmoey.e.com/imgs/logo.gif".......
Thanks in advance!
-Arthur.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]