Revision 1.6 |
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 48 |
Line 48 |
### is a directory. You can have as many IndexFile directives as necessary; ### they will be searched for in the order listed in this file. ###
|
### 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
|
IndexFile "index.html"
IndexFile "index.htm"
|
### ### ErrorLog
|
### ### ErrorLog
|
Line 100 |
Line 100 |
### DisableNagle 1
|
### DisableNagle 1
|