Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:uci:httpd [2011/09/18 21:46] written_direcondocs:guide-user:base-system:httpd [2019/08/26 08:40] – tag optimization vgaetera
Line 1: Line 1:
 ====== Web Server Configuration ====== ====== Web Server Configuration ======
 +<WRAP important>
 +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]].
  
 ===== Sections ===== ===== Sections =====
- 
 The configuration file consists of a single section ''httpd''. The configuration file consists of a single section ''httpd''.
  
 ==== Httpd ==== ==== Httpd ====
 +This is the default configuration for this section:
  
-This is the default configuration for this section: +<code bash> 
-| ''config 'httpd'+config 'httpd'
         option 'port' '80'         option 'port' '80'
-        option 'home' '/www''' |+        option 'home' '/www' 
 +</code>
  
 The ''httpd'' section contains these settings: The ''httpd'' section contains these settings:
  • Last modified: 2021/08/17 15:02
  • by stokito