index.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. title: "User's Guide",
  3. crumbs: [],
  4. }
  5. <h1>User's Guide</h1>
  6. <p>The GoAhead Users Guide explains the following topics:</p>
  7. <table title="topics" class="ui table segment">
  8. <thead>
  9. <tr>
  10. <th class="nowrap">Topic</th>
  11. <th>Description</th>
  12. </tr>
  13. </thead>
  14. <tbody>
  15. <tr>
  16. <td><a href="ports.html">Ports and Binding</a></td>
  17. <td>Listening on IP addresses.</td>
  18. </tr>
  19. <tr>
  20. <td><a href="routing.html">Request Routing</a></td>
  21. <td>Configuring request routes.</td>
  22. </tr>
  23. <tr>
  24. <td><a href="handlers.html">Request Handlers</a></td>
  25. <td>Using request handlers.</td>
  26. </tr>
  27. <tr>
  28. <td class="nowrap"><a href="jst.html">Javascript Templates</a></td>
  29. <td>Using Javascript Templates for dynamic content</td>
  30. </tr>
  31. <tr>
  32. <td class="nowrap"><a href="goactions.html">GoActions</a></td>
  33. <td>Using GoActions to create dynamic responses</td>
  34. </tr>
  35. <tr>
  36. <td class="nowrap"><a href="cgi.html">CGI Programs</a></td>
  37. <td>Using CGI programs to generate responses</td>
  38. </tr>
  39. <tr>
  40. <td><a href="authentication.html">User Authentication</a></td>
  41. <td>Configuring user authentication and authorization.</td>
  42. </tr>
  43. <tr>
  44. <td><a href="logFiles.html">Log Files</a></td>
  45. <td>Logging accesses and requests.</td>
  46. </tr>
  47. <tr>
  48. <td class="nowrap"><a href="ssl.html">Secure Sockets Layer (SSL)</a></td>
  49. <td>Configuring and securing a site via SSL</td>
  50. </tr>
  51. <tr>
  52. <td><a href="security.html">Security Considerations</a></td>
  53. <td>Maximizing security for your web server.</td>
  54. </tr>
  55. <tr>
  56. <td><a href="man.html">Man Pages</a></td>
  57. <td>Manual pages for GoAhead and other programs.</td>
  58. </tr>
  59. </tbody>
  60. </table>