開啓一個 https 服務器(一行 json 搞定,全部配置都 ajax post), OPener_Server 第 6 彈

OPener_Server 全部的配置及後續運行所有依託 ajax post json 數據。
不像 nginx 、 apache , OPener_server 沒有複雜的配置文件,也沒有找不到配置目錄的困難。
全部的一切所有一行 json ,而後 ajax post 到 OPener_Server 就能夠了。jquery

啓動一個 http 服務器,並設定一個根目錄nginx

繼續 jquery :git

var start_http_server3={'action':'new_http_server','ip':'','port':'1010'}; // 開啓一個新的 http 服務器,監聽在端口 1010 上
var reg_url={'action':'reg_url','type':'file_root','url':'/*','host':'*:1010','go':'/root'}; 

url_post_data(url,JSON.stringify(start_http_server3)); 
url_post_data(url,JSON.stringify(reg_url));

啓動一個 https 服務器,並設定一個可瀏覽目錄github

繼續 jquery :ajax

var start_http_server4={'action':'new_https_server','ip':'','port':'1011','cert_file':'opener.pem'}; // 開啓一個新的 https 服務器,監聽在端口 1011 上,指定證書文件是 opener.pem
var reg_url={'action':'reg_url','type':'file_index','url':'/index','host':'*:1011','go':'/root'}; 

url_post_data(url,JSON.stringify(start_http_server4)); 
url_post_data(url,JSON.stringify(reg_url));

OPener_Server 教程:apache

第 1 彈: https://segmentfault.com/a/11...
第 2 彈: https://segmentfault.com/a/11...
第 3 彈: https://segmentfault.com/a/11...
第 4 彈: https://segmentfault.com/a/11...
第 5 彈: https://segmentfault.com/a/11...json

項目地址: https://github.com/openerserv...segmentfault

微博: http://weibo.com/openerserver服務器

微信公衆號:
006897bVjw1f9tqs614rqj309k09kjrc.jpg微信

相關文章
相關標籤/搜索