| OLD | NEW |
| 1 Listen 127.0.0.1:8000 | 1 Listen 127.0.0.1:8000 |
| 2 | 2 ServerName 127.0.0.1 |
| 3 | 3 |
| 4 # | 4 # |
| 5 # Timeout: The number of seconds before receives and sends time out. | 5 # Timeout: The number of seconds before receives and sends time out. |
| 6 # | 6 # |
| 7 Timeout 300 | 7 Timeout 300 |
| 8 | 8 |
| 9 # | 9 # |
| 10 # KeepAlive: Whether or not to allow persistent connections (more than | 10 # KeepAlive: Whether or not to allow persistent connections (more than |
| 11 # one request per connection). Set to "Off" to deactivate. | 11 # one request per connection). Set to "Off" to deactivate. |
| 12 # | 12 # |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 | 130 |
| 131 # | 131 # |
| 132 # Optionally add a line containing the server version and virtual host | 132 # Optionally add a line containing the server version and virtual host |
| 133 # name to server-generated pages (internal error documents, FTP directory | 133 # name to server-generated pages (internal error documents, FTP directory |
| 134 # listings, mod_status and mod_info output etc., but not CGI generated | 134 # listings, mod_status and mod_info output etc., but not CGI generated |
| 135 # documents or custom error documents). | 135 # documents or custom error documents). |
| 136 # Set to "EMail" to also include a mailto: link to the ServerAdmin. | 136 # Set to "EMail" to also include a mailto: link to the ServerAdmin. |
| 137 # Set to one of: On | Off | EMail | 137 # Set to one of: On | Off | EMail |
| 138 # | 138 # |
| 139 ServerSignature On | 139 ServerSignature On |
| OLD | NEW |