Building Your Own Web Server
by Craig A. Lindley


Example 1: Typical configuration file.

// Webster2 Configuration File - Version: 1.1
// NOTES:
//   1. Case is significant
//   2. No blank lines allowed; Use // for comment lines and formatting
//   3. Be careful with spaces around usernames and passwords
//   4. Don't use tabs
//
Realm Name: Your website's Name
Hostname: YourHostname
Use DHCP: yes
//
Use Authentication: no
Username: roy
Password: rogers
Pages Requiring Authentication: page1.HTML,page2.HTML,page3.HTML
//
Use FTP Security: no
FTPUsername: rogers
FTPPassword: roy
//
Use NTP: yes
NTP Servers: 207.200.81.113,164.67.62.194
Time Zone: -6
Use DST: yes
//
// Static IP Addresses - Only necessary if not using DHCP
//
Static IP Address: 192.168.0.32
Static Subnet Mask: 255.255.255.0
Static Gateway Address: 192.168.0.1
Static DNS Address: 205.171.3.65
//
// Use UDP Logging
//
Use Logging: yes
Logging Hostname: your logging hostname

1


