chttpd.conf 382 B

12345678910111213141516
  1. # chttpd config file -
  2. # HTML Documents directory, where the website or
  3. # web server files are located.
  4. # Make sure the path does NOT end with a forward slash
  5. HTDOCS=/var/www
  6. # The port the web server will listen on
  7. PORT=80
  8. # Enable cgi (yes / no)
  9. ENABLE_CGI=yes
  10. # Set throttling speed (0 for none) has to be
  11. # more than 4096 and is read in units of bytes
  12. MAX_SEND_SPEED=12128