国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > Apache > 正文

wdcp下apache模式開(kāi)啟https訪問(wèn),支持多站點(diǎn)

2024-08-27 18:30:43
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

1、viconf/httpd.conf

查找 #Include conf/extra/httpd-ssl.conf (刪除行首的配置語(yǔ)句注釋符號(hào)“#”保存退出)

2、viconf/extra/httpd-ssl.conf

注釋所有的 VirtualHost 里面的代碼

 

  1. <VirtualHost *:443> 
  2. DocumentRoot "/www/web/smallshop/public_html" 
  3. ServerName demo.smallshop.me:443 
  4. ServerAdmin you@example.com 
  5. ErrorLog "/www/wdlinux/httpd-2.4.18/logs/error_log" 
  6. TransferLog "/www/wdlinux/httpd-2.4.18/logs/access_log" 
  7.  
  8. SSLEngine on 
  9.  
  10. SSLCertificateFile /www/ssl/smallshop/public.pem 
  11. SSLCertificateKeyFile /www/ssl/smallshop/213979745040220.key 
  12. SSLCACertificateFile /www/ssl/smallshop/chain.pem 
  13.  
  14. <FilesMatch "/.(cgi|shtml|phtml|php)$"
  15.     SSLOptions +StdEnvVars 
  16. </FilesMatch> 
  17. <Directory "/www/wdlinux/httpd-2.4.18/cgi-bin"
  18.     SSLOptions +StdEnvVars 
  19. </Directory> 
  20.  
  21. BrowserMatch "MSIE [2-5]" / 
  22.          nokeepalive ssl-unclean-shutdown / 
  23.          downgrade-1.0 force-response-1.0 
  24. CustomLog "/www/wdlinux/httpd-2.4.18/logs/ssl_request_log" / 
  25.           "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x /"%r/" %b" 
  26.  
  27. </VirtualHost> 

然后在末尾加上以上代碼

這樣可以同時(shí)開(kāi)啟多個(gè)站點(diǎn)的https訪問(wèn)。

如果需要開(kāi)啟http強(qiáng)制跳轉(zhuǎn)到https可以在.htaccess里面加上下面的代碼
 

  1. RewriteBase / 
  2. RewriteCond %{SERVER_PORT} !^443$ 
  3. RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301] 

如果提示SSLSessionCache: 'shmcb' session cache not supported (known names: ). Maybe錯(cuò)誤

在conf/httpd.conf里面找到LoadModule socache_shmcb_module modules/mod_socache_shmcb.so 去掉開(kāi)頭的#就可以了。


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 兴海县| 社会| 东丰县| 宝清县| 错那县| 山阳县| 达日县| 龙游县| 内丘县| 大丰市| 鄂托克旗| 宝兴县| 陈巴尔虎旗| 通州市| 沙田区| 阿拉善盟| 阿合奇县| 黄冈市| 普定县| 洛浦县| 汉沽区| 乌什县| 海原县| 晋宁县| 易门县| 马鞍山市| 揭阳市| 怀集县| 双鸭山市| 突泉县| 金塔县| 祁东县| 通辽市| 永福县| 广汉市| 屏东市| 丹东市| 灵丘县| 城步| 甘肃省| 崇州市|