This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| doc:uci:httpd [2011/09/18 21:46] – written_direcon | docs:guide-user:base-system:httpd [2019/03/22 10:38] – [Httpd] tags vgaetera |
|---|
| ====== Web Server Configuration ====== | ====== Web Server Configuration ====== |
| | |
| | <WRAP center round important 60%> |
| | This is **many** releases out of date. [[docs:guide-user:services:webserver:http.uhttpd|uhttpd]] has been the default web server since at least Attitude Adjustment. |
| | |
| | </WRAP> |
| |
| The ''httpd'' configuration file defines uci parameters for the web server. For a exhaustive list, please see [[http://www.busybox.net/downloads/BusyBox.html|BusyBox]]. | The ''httpd'' configuration file defines uci parameters for the web server. For a exhaustive list, please see [[http://www.busybox.net/downloads/BusyBox.html|BusyBox]]. |
| | ''port'' | integer | no | ''80'' | Port number the web server should listen on. | | | ''port'' | integer | no | ''80'' | Port number the web server should listen on. | |
| | ''realm'' | string | no | //hostname// | Authentication realm to be presented to clients when authentication is required. The default is the value of ''system.@system[0].hostname'' | | | ''realm'' | string | no | //hostname// | Authentication realm to be presented to clients when authentication is required. The default is the value of ''system.@system[0].hostname'' | |
| | |
| | {{tag>UCI}} |
| |