| 12345678910111213 | 
							- document_root /srv/http
 
- listening_ports 80
 
- access_log_file /var/log/civetweb-access.log
 
- error_log_file  /var/log/civetweb-error.log
 
- access_control_list -0.0.0.0/0,+127.0.0.1
 
- authentication_domain localhost
 
- index_files index.html,index.htm,index.php
 
- cgi_interpreter /usr/bin/php-cgi
 
- #cgi_extensions  php
 
 
  |