[精讚] [會員登入]
891

centos7 apache ssl.conf設定狀況

在apache更新或重啟後可能遇到ssl.conf衝突問題

分享此文連結 //n.sfs.tw/12115

分享連結 centos7 apache ssl.conf設定狀況@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2019-10-17 16:02:30 最後編修
2018-01-11 10:21:56 By jung
 

在使用apache2做reverse proxy並設定ssl.conf的時候

參考精讚大神以預設的wildfly-le-ssl.conf去修改沒有問題

不過有時cnetos7 在yum套件更新後

系統自動重啟時,apache又會重新產生一個預設的ssl.conf設定檔

導致與原本wildfly-le-ssl.conf的設定衝突

因為兩個檔案都會listen 443

如果只把listen 443註解掉

ssl模組去找key&pem時就會先找到apache預設產生的加密檔

就造成https網頁失效

為了避免這個問題

精讚大神建議,直接將/etc/httpd/conf.d/wildfly-le-ssl.conf檔

在設定ssl key&pem檔案位置完成後

手動將wildfly-le-ssl.conf改名為ssl.conf

再重啟apache

讓apache查到ssl.conf就不會產生新檔了

mv wildfly-le-ssl.conf ssl.conf
systemctl restart httpd

以上紀錄

END

你可能感興趣的文章

nginx+ssl+certbot安裝設定雜記 using certbot on nginx to setup https connection

proxmox5.x using duplicati as cloud backup strategy install duplicati program on Proxmox host for remote backup using google drive account

setup jira using ssl on apache reverse proxy 設定jira使用https連線

IIS10設定url rewrite to https if you setup url rewrite function in IIS10, might cause api callback failed

在windows server建立radius服務使用active directory帳號驗證 setup windows server to add radius service using active directory accounts for authentication

how to add physical disks into HP smart array through esxi interface 如何在磁碟陣列卡上加入新的硬碟-未完待續

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

[NetBeans]如何從git下載專案改建為自己的專案 修改git專案

更新IDP程式以新增及修正本地管理帳號登入 add locallogin page and function with local authorized account

更新程式取消google recaptcha改用輸入驗證碼 update cnclibs to 0.0.8.6

how to stop wildfly keeping standalone server log how to stop wildfly keeping standalone server log

系統不正常關機導致mongodb啟動失敗 重新安裝mongodb使用mongorestore