civetweb.conf 307 B

12345678910111213
  1. document_root /srv/http
  2. listening_ports 80
  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