# 版權宣告: Copyright OLS3 2001 All rights reserved.
# 作者: OLS3 (臥龍小三)
# 本講義僅供教育單位參考.
# 本講義主要供台南縣各中小學校網管人員參考備查.
# 作者保有一切形式的著作權.
# 欲作其它用途者, 需經作者授權同意.
# 未經作者授權同意之前, 請勿轉載刊登.
1. 若是 RedHat 6.2 (含 CLE 0.9P1) 以上版本:
修改 /etc/httpd/conf/httpd.conf
將檔尾的 Include conf/ssl/mod_ssl.conf
Include conf/ssl/ssl.default-vhost.conf 註解掉, 即:
#Include conf/ssl/mod_ssl.conf
#Include conf/ssl/ssl.default-vhost.conf
若是百資 Linux SERVER 2.0 則
將 Include conf/httpd.conf.ssl 註解掉,
即 #Include conf/httpd.conf.ssl
2. 若是 RedHat 6.2 以上版本(含 CLE0.9P1),
再修改 /etc/rc.d/init.d/httpd
把 start) 的地方:
daemon httpd -DSSL 改成
daemon httpd
若是百資出的 Linux Server 2.0 則不必.
3. restart httpd 即可
/etc/rc.d/init.d/httpd restart
註: RedHat 7.x 把 /etc/httpd/conf/httpd.conf 中的 Listen 443 之前加一個註解 #
亦可.