rhel是Red Hat公司的Linux系統,而yum則是在其系統下的shell前端軟件包管理器,下面小編要給大家介紹的是rhel6.3如何使用yum安裝Apache,一起來學習下吧。
1、安裝httpd軟件包:
Yum install httpd
2、啟動apache服務:
[root@redhat Desktop]# /etc/init.d/httpd start
Starting httpd: [ OK ]
3、安裝mod-ssl軟件包
[root@redhat Desktop]# yum install mod_ssl –y
4、創建一個/date/www/html的目錄、並且修改安全上下文:
Chcon –t httpd_sys_content_t /date/ -R(l臨時修改都行)
5、在/date/www/html下添加一個apache可執行的文件:
6、在/var/www/html下添加一個可執行的文件
7、配置Apache的配置文件:(注意打開80端口)
8、配置ssl的配置文件:(注意添加 加密那2行)
上一頁12下一頁共2頁