- Timestamp:
- Mar 14, 2007, 6:35:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/config/etc/httpd/conf/httpd.conf
r231 r233 261 261 Listen 80 262 262 263 <IfModule mod_ssl.c>264 Listen 443265 266 AddType application/x-x509-ca-cert .crt267 AddType application/x-pkcs7-crl .crl268 269 SSLPassPhraseDialog builtin270 SSLSessionCache dbm:/var/run/ssl_scache271 SSLSessionCacheTimeout 300272 SSLMutex file:/var/run/ssl_mutex273 SSLRandomSeed startup builtin274 SSLRandomSeed connect builtin275 </IfModule>276 277 263 RLimitCPU 60 60 278 264 RLimitMEM 268435456 268435456 … … 330 316 331 317 <IfModule mod_ssl.c> 318 Listen 443 319 320 AddType application/x-x509-ca-cert .crt 321 AddType application/x-pkcs7-crl .crl 322 323 SSLPassPhraseDialog builtin 324 SSLSessionCache dbm:/var/run/ssl_scache 325 SSLSessionCacheTimeout 300 326 SSLMutex file:/var/run/ssl_mutex 327 SSLRandomSeed startup builtin 328 SSLRandomSeed connect builtin 332 329 SSLCertificateFile /etc/pki/tls/certs/cert-new.pem 333 330 SSLCertificateKeyFile /etc/pki/tls/private/localhost.key … … 348 345 SSLVerifyDepth 1 349 346 SSLOptions +StdEnvVars 347 KeepAlive Off 350 348 </VirtualHost> 351 349 <VirtualHost *:443> … … 355 353 RewriteEngine Off 356 354 SSLEngine on 355 KeepAlive Off 357 356 </VirtualHost> 358 357 <VirtualHost *:443> … … 364 363 RewriteEngine Off 365 364 SSLEngine on 365 KeepAlive Off 366 366 </VirtualHost> 367 367 </IfModule>
Note: See TracChangeset
for help on using the changeset viewer.