civetweb.conf 332 B

12345678910111213
  1. document_root /usr/local/share/doc/civetweb
  2. listening_ports 8080
  3. access_log_file /var/log/civetweb-access.log
  4. error_log_file /var/log/civetweb-error.log
  5. access_control_list -0.0.0.0/0,+127.0.0.1
  6. authentication_domain localhost
  7. index_files index.html,index.htm,index.php
  8. # cgi_interpreter /usr/bin/php-cgi
  9. # cgi_extensions php