Ignore:
Timestamp:
Apr 24, 2008, 12:36:50 AM (16 years ago)
Author:
andersk
Message:
Turn on KeepAlive for SSL and increase timeouts, to avoid pathological
behavior with Firefox's new defaults for presenting certificates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/httpd/conf/httpd.conf

    r708 r734  
    44KeepAlive On
    55MaxKeepAliveRequests 1000
    6 KeepAliveTimeout 5
     6KeepAliveTimeout 15
    77
    88<IfModule mpm_prefork_module>
     
    305305    SSLPassPhraseDialog  builtin
    306306    SSLSessionCache dbm:/var/run/ssl_scache
    307     SSLSessionCacheTimeout 300
     307    SSLSessionCacheTimeout 28800
    308308    SSLMutex file:/var/run/ssl_mutex
    309309    SSLRandomSeed startup builtin
Note: See TracChangeset for help on using the changeset viewer.