ServerType standalone ServerRoot "/home/www" #LockFile /home/www/logs/httpd.lock PidFile /home/www/logs/httpd.pid ScoreBoardFile /home/www/logs/httpd.scoreboard #ResourceConfig conf/srm.conf #AccessConfig conf/access.conf Timeout 300 KeepAlive On MaxKeepAliveRequests 30 KeepAliveTimeout 15 MinSpareServers 5 MaxSpareServers 10 StartServers 5 MaxClients 30 MaxRequestsPerChild 0 Port 80 Listen 80 Listen 443 User nobody Group nobody ServerAdmin root@localhost ServerName localhost DocumentRoot "/mnt/card/htdocs" Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all UserDir public_html DirectoryIndex index.html AccessFileName .htaccess Order allow,deny Deny from all #CacheNegotiatedDocs UseCanonicalName On TypesConfig /home/www/conf/mime.types DefaultType text/plain MIMEMagicFile /home/www/conf/magic HostnameLookups Off ErrorLog /home/www/logs/error_log LogLevel warn LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent CustomLog /home/www/logs/access_log common ServerSignature On # Alias /icons/ "/home/www/icons/" # # Options Indexes MultiViews # AllowOverride None # Order allow,deny # Allow from all # ScriptAlias /cgi-bin/ "/mnt/card/htdocs/cgi-bin/" # "/home/www/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. AllowOverride None Options Indexes ExecCGI Order allow,deny Allow from all AddEncoding x-compress Z AddEncoding x-gzip gz tgz AddLanguage da .dk AddLanguage nl .nl AddLanguage en .en AddLanguage et .ee AddLanguage fr .fr AddLanguage de .de AddLanguage el .el AddLanguage he .he AddCharset ISO-8859-8 .iso8859-8 AddLanguage it .it AddLanguage ja .ja AddCharset ISO-2022-JP .jis AddLanguage kr .kr AddCharset ISO-2022-KR .iso-kr AddLanguage no .no AddLanguage pl .po AddCharset ISO-8859-2 .iso-pl AddLanguage pt .pt AddLanguage pt-br .pt-br AddLanguage ltz .lu AddLanguage ca .ca AddLanguage es .es AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage zh-tw .tw AddLanguage tw .tw AddCharset Big5 .Big5 .big5 AddCharset WINDOWS-1251 .cp-1251 AddCharset CP866 .cp866 AddCharset ISO-8859-5 .iso-ru AddCharset KOI8-R .koi8-r AddCharset UCS-2 .ucs2 AddCharset UCS-4 .ucs4 AddCharset UTF-8 .utf8 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddType application/x-tar .tgz AddHandler cgi-script .cgi .pl 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 AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl SSLPassPhraseDialog builtin SSLSessionCache dbm:/home/www/logs/ssl_scache SSLSessionCacheTimeout 300 SSLMutex file:/home/www/logs/ssl_mutex SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLLog /home/www/logs/ssl_engine_log SSLLogLevel info DocumentRoot "/mnt/card/htdocs" ServerName zaurus ServerAdmin root@local ErrorLog /home/www/logs/error_log TransferLog /home/www/logs/access_logn SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /home/www/conf/ssl.crt/server.crt SSLCertificateKeyFile /home/www/conf/ssl.key/server.key