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
doc:uci:httpd [2011/09/18 21:46] written_direcondocs:guide-user:base-system:httpd [2021/08/17 15:02] (current) – reference to bb httpd stokito
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 ''/etc/config/httpd'' configuration file defines uci parameters for the [[docs:guide-user:services:webserver:http.httpd|BusyBox web server]].
  
 ===== 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