Configuring SSL for Apache Httpd 2.2.x

1. Alter httpd.conf, uncomment 'Include conf/extra/httpd-ssl.conf'

 

 

 

Include conf/extra/httpd-ssl.conf   # uncomment this

 

#uncomment this on windows platform

#LoadModule ssl_module modules/mod_ssl.so

 

 

2. edit conf/extra/httpd-ssl.conf

 

 

<VirtualHost>   

#...

 

SSLCertificateFile "D:/ProgramFiles/Apache2.2/conf/server.crt"

SSLCertificateKeyFile "D:/ProgramFiles/Apache2.2/conf/server.key"

JkMount /* loadbalancer

#...

</VirtualHost> 

 

 

發佈了49 篇原創文章 · 獲贊 0 · 訪問量 1959
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章