Revision 1.4 |
Revision 1.7 |
Line 7 |
Line 7 |
### Base directory for documents server by this server. This ### should be an absolute path. ### 
|
### Base directory for documents server by this server. This ### should be an absolute path. ### 
|
ServerRoot "/www/htdocs"
|
ServerRoot "/home/roper/work/linuxcow"
|
### ### ServerPort
|
### ### ServerPort
|
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
|
|
|