uhttpd配置檔案分析

2022-02-04 03:22:09 字數 1241 閱讀 7463

檔案位於 /etc/config/uhttpd。

list listen_http '0.0.0.0:80'          //  監聽埠為80,協議為ipv4

list listen_http '[::]:80'                //  監聽埠為80,協議為ipv6

list listen_https '0.0.0.0:443'       //  監聽埠為443,協議為ipv4,使用https 

list listen_https '[::]:443'            //  監聽埠為443,協議為ipv6,使用https 

option home '/www'                    // 檔案存放路徑

option rfc1918_filter '1'               

option max_requests '3'            // 最大的請求書,如果超出,需排隊

option max_connections '100'    // 最大的tcp連線數,如果超出,需排隊

option cert '/etc/uhttpd.crt'        // 認證檔案,依賴於https

option key '/etc/uhttpd.key'        // 認證秘鑰,依賴於https

option cgi_prefix '/cgi-bin'          // cgi指令碼路徑

option script_timeout '60'          // cgi或lua請求超時時間

option network_timeout '30'      // 網路重起超時時間

vue配置檔案分析

在vue cli3.0版本以上中,vue搭建的專案就去掉了config檔案,這就是意味著當我們在需要一些的配置的時候,需要自己建立檔案,當然檔案的命名和格式並不是隨便寫的,需要遵循vue檔案的格式才可以。vue.config.js 這個檔案就是我們經常需要用到的檔案,在這裡相當於vue cli2裡面...

drbd配置檔案 drbd配置檔案

drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...

配置檔案分析函式 基於C STL

給乙個配置檔案 比如http伺服器發來的header資訊 要分析出來生成乙個個條目 include include include include include include include include using namespace std 給出檔案路徑,變數與值的分割符,將其轉換成map...