Revision 1.5 |
Revision 1.8 |
Line 20 |
Line 20 |
### NumHands ### Number of handler threads you want the server to run. ### 
|
### NumHands ### Number of handler threads you want the server to run. ### 
|
NumHands 16
|
NumHands 1024
|
### ### Verbose
|
### ### Verbose
|
Line 33 |
Line 33 |
### KeepAliveMaxConn ### Maximum number of simultaneous KeepAlive connections supported. ###
|
### KeepAliveMaxConn ### Maximum number of simultaneous KeepAlive connections supported. ###
|
KeepAliveMaxConn 16
|
KeepAliveMaxConn 1024
|
### ### KeepAliveMaxDur
|
### ### KeepAliveMaxDur
|
Line 41 |
Line 41 |
### closed. ### KeepAliveMaxDur 10
|
### closed. ### KeepAliveMaxDur 10
|
|
###
### IndexFile
### Defines a filename that will be returned if the requested URI
### is a directory. You can have as many IndexFile directives as necessary;
### they will be searched for in the order listed in this file.
###
IndexFile "index.html"
IndexFile "index.htm"
|
### ### ErrorLog
|
### ### ErrorLog
|
Line 89 |
Line 98 |
### CoW leaves Nagle on by default; uncomment the following line to disable ### it. ###
|
### CoW leaves Nagle on by default; uncomment the following line to disable ### it. ###
|
#DisableNagle 1
|
DisableNagle 1
|
|
|