5.1. Using the Program5.1.1. Preliminaries5.1.1.1. Installing Apache5.1.1.2. Installing mod_python5.1.1.3. Configuring Apache for mod_python5.1.1.4. Copying Program Files into Their Proper Directories5.1.2. Running the Program5.1.2.1. Entering Comments at the Website5.1.2.2. When Problems Occur5.1.2.3. Viewing and Sorting the Log File5.2. Design5.2.1. How It All Fits Together5.2.2. Modules5.2.2.1. form.py5.3. Code and Code Explanation5.3.1. form.html5.3.2. form.py5.3.2.1. The email(req, name, phone, email, comment)5.3.2.2. writeCSVLog(name, phone, email, comment)5.4. Testing5.5. Modifying the Program5.6. Summary