DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21376>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21376

Memory increase with HTTPS access

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.0.45                      |2.0.47



------- Additional Comments From [EMAIL PROTECTED]  2003-11-17 12:06 -------
Our configuration is:

Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl
SSLPassPhraseDialog  builtin
SSLSessionCache         dbm:logs/ssl_scache
SSLSessionCacheTimeout  300
SSLMutex  default
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin

<VirtualHost _default_:443>
        <Directory "k:/com/paginas">
            Options Indexes FollowSymLinks
            AllowOverride None
        </Directory>

        ScriptAlias /cgi-bin/ "k:/com/cgi-bin/"
        <Directory "k:/com/cgi-bin">
            AllowOverride None
            Options Indexes Includes ExecCGI
            Order allow,deny
            Allow from all
        </Directory>

        DocumentRoot "k:/com/paginas"
        ServerName xxx.xxxxxxx.xx
        ServerAdmin [EMAIL PROTECTED]
        
        ErrorLog c:/apache2/logs/ssl_error.log
        TransferLog c:/apache2/logs/ssl_access.log
        
        SSLEngine on
        SSLCipherSuite HIGH:MEDIUM

        SSLCertificateFile c:/apache2/conf/ssl.crt/apache.crt
        SSLCertificateKeyFile c:/apache2/conf/ssl.key/apache.key
        SSLCACertificateFile c:/apache2/conf/ssl.ca/ca.cer
        
        SSLVerifyClient require
        SSLVerifyDepth 1
        SSLOptions +ExportCertData              
        
        <Files ~ "\.(cgi|shtml|dll|phtml|php3?)$">
            SSLOptions +StdEnvVars
        </Files>
        <Directory "k:/com/cgi-bin">
            SSLOptions +StdEnvVars
        </Directory>
        
        SetEnvIf User-Agent ".*MSIE.*" \
                 nokeepalive ssl-unclean-shutdown \
                 downgrade-1.0 force-response-1.0                               
                 
</VirtualHost>                                  



With the latest Apache version (2.0.48) still happens

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to