# # simple configuration file for the mohican web server # DocumentRoot /home/elm/public_html/ Listen localhost:8080 ListenSCTP localhost:8080 RunAs elm:elm RequestBufferSize 512 # size of buffers used to store request data FileBufferSize 16384 # size of buffers used to read files from disk MaxPending 16 # listen() - parameter MaxClients 128 # number of tcp/sctp poll records (one for each client) SCTPClientThreads 4 # sctp clients that can connect at a time WorkerThreads 8 # threads used to reply to requests RequestBuffers 128 # RequestBuffers * RequestBufferSize Byte KeepAlive 3000 KeepAliveMaxRequests 100 DirectoryIndex index.html.pt-br index.html.de index.html.en AddDefaultCharset utf-8 ErrorDocument 404 /auxil/404.html ErrorDocument 403 /auxil/403.html AddType application/rss+xml .rss AddType image/jpeg .jpeg .jpg .JPG AddType image/png .png .PNG AddType image/gif .gif .GIF AddType text/css .css AddLanguage en .en AddLanguage de .de AddLanguage es .es AddLanguage pt .pt AddLanguage pt-br .pt-br