--- Original Message Follows ---
>From : David Rees <[EMAIL PROTECTED]>
Subj : Re: Problem serving to some browsers
Date : Thu, 30 Aug 2001 14:00:42
------------------------------------------------------
>On Thu, Aug 30, 2001 at 02:50:43PM +0000, James W.Blackwell wrote:
>> 
>> The problem persists. :(  I've tried several combinations of the
>> BrowserMatch/SetEnvIf lines.  Here's what I've got in my config now:
>
>Can you try removing the SetEnvIf or BrowserMatch lines completely?  

I did not start out with those lines in there.  I found them by searching the archives 
of this mailing list before I bothered anybody.  It's as though the lines had no 
effect at all.

>It's
>strange, because the line you posted below works fine on my setup for all
>browsers that I've tested (Including MSIE 4/5).  We also use Thawte certs.

>What does your ssl_request_log say?

That's the other strange thing.  I get nothing.  The file is created when I restart 
apache, but it stays a 0 byte file.

I've included my httpd.conf file here, only excluding a bunch of the regular virtual 
hosts.  I'm at the end of my rope here.  I don't know how to explain to these people 
why this isn't working.  They are starting to suggest that we move everything over to 
NT and IIS and blaming it on Linux.  I really don't want that to happen.

----------------------------------------------
ServerName www.logsoftinc.com
ServerType standalone
ServerAdmin [EMAIL PROTECTED]
User nobody
Group nobody
Port 80
Listen 80
Listen 443
  
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 150
MaxRequestsPerChild 30
HostnameLookups off
SSLDisable
SSLSessionCacheTimeout 600
SSLRandomSeed connect builtin

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 
force-response-1.0
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl

DirectoryIndex index.shtml index.html index.htm

PidFile /var/log/httpd.pid
ScoreBoardFile /var/log/httpd.scoreboard
LockFile /var/log/httpd.lock
ErrorDocument 404 /404.html

LogFormat "%v %h %l %u %t \"%r\" %>s %b %{user-agent}i"
TransferLog /var/log/httpd.access.log
ErrorLog /var/log/httpd.error.log

ServerRoot /usr/local/apache
DocumentRoot /www/www.logsoftinc.com
NameVirtualHost 206.41.252.34

(VirtualHost 206.41.252.34)
   ServerName www.panmatrix.net
   DocumentRoot /www/www.panmatrix.net/web-root
(/VirtualHost)

(VirtualHost 206.41.252.34:443)
   Port 443
   SSLEnable
   ServerName secure.logsoftinc.com
   DocumentRoot /www/secure.logsoftinc.com/web-root
   ScriptAlias /cgi-bin/ /www/secure.logsoftinc.com/cgi-bin/
   SSLEngine on
   SSLLogFile /var/log/ssl_request_log
   SSLCertificateFile /usr/local/apache/conf/ssl.crt/secure.logsoftinc.com.crt
   SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/secure.logsoftinc.com.key
   Alias /images_officials /www/store.officialsoutfitters.com/web-root/images
   Alias /images_zebra /www/www.zebraofficialsapparel.com/web-root/images
(/VirtualHost)
----------------------------------------------

I appreciate all the help everyone has been to this point.  I really do.

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

Reply via email to