>>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="../imgs/logo.gif".......

The path is a relative path - I suppose I could define it
with the explicit reference SRC="https://mooey.e.com/imgs/logo.gif"

This points out an "oddity" of sorts?  What do you think?

-Arthur.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 19, 2001 8:50 AM
To: [EMAIL PROTECTED]
Subject: Re: Missing Graphics?



You have not given us much information but I would suspect that the links to
your images are pointing to non-secured sources.

      Most browsers require all elements in a page to come from a secure
source
      and won't allow a mixture.

      This is a security feature apparently.

      HTH,

      Simon Wilcox






Please respond to [EMAIL PROTECTED]

               From           "Chong, Arthur" <[EMAIL PROTECTED]>
Date
   19 March 2001
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            



      Subject       Missing Graphics?

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?

-Arthur.









______________________________________________________________________


   This document should only be read by those persons to whom it is
addressed
   and is not intended to be relied upon by any person without subsequent
   written confirmation of its contents. Accordingly, our company disclaim
all
   responsibility and accept no liability (including in negligence) for the
   consequences for any person acting, or refraining from acting, on such
   information prior to the receipt by those persons of subsequent written
   confirmation.

   If you have received this E-mail message in error, please notify us
   immediately by telephone. Please also destroy and delete the message from
   your computer.

   Any form of reproduction, dissemination, copying, disclosure,
modification,
   distribution and/or publication of this E-mail message is strictly
   prohibited.


______________________________________________________________________
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