HostedDB - Dedicated UNIX Servers

Securing-Optimizing-RH-Linux-1_2_372
Comments and suggestions concerning this book should be mailed to gmourani@videotron.ca © Copyright 1999-2000 Gerhard Mourani and Open Network Architecture ® 372 ErrorDocument 500 "The server made a boo boo. ErrorDocument 404 http://192.168.1.1/error.htm ErrorDocument 403 "Access Forbidden -- Go away. <IfModule mod_setenvif.c> BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 </IfModule> ### Section 3: Virtual Hosts  # <IfDefine SSL> AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl    .crl </IfDefine> <IfModule mod_ssl.c> SSLPassPhraseDialog     builtin SSLSessionCache         dbm:/var/run/ssl_scache SSLSessionCacheTimeout  300 SSLMutex  file:/var/run/ssl_mutex SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLLog      /var/log/httpd/ssl_engine_log SSLLogLevel warn </IfModule> <IfDefine SSL> <VirtualHost _default_:443> DocumentRoot "/home/httpd/ona" ServerName www.openarch.com  ServerAdmin admin@openarch.com  ErrorLog /var/log/httpd/error_log SSLEngine on SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile      /etc/ssl/certs/server.crt SSLCertificateKeyFile   /etc/ssl/private/server.key SSLCACertificatePath    /etc/ssl/certs SSLCACertificateFile    /etc/ssl/certs/ca.crt SSLCARevocationPath     /etc/ssl/crl SSLVerifyClient none SSLVerifyDepth  10 SSLOptions +ExportCertData +StrictRequire SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown SetEnvIf Request_URI \.gif$ gif-image CustomLog /var/log/httpd/ssl_request_log \           "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" env=!gif-image </VirtualHost> </IfDefine> This tells httpd.conf file to set itself up for this particular configuration setup with: