출처 : http://jmnote.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_%EC%95%84%ED%8C%8C%EC%B9%98_%EC%84%A4%EC%B9%98_(yum)

1. 설치 되어있는지 확인

rpm -qa httpd 

yum list httpd

2. 설치

     yum -y install httpd

3. 시작

service httpd start

4.리부팅 시 자동 재시작

chkconfig httpd on

chkconfig --list httpd


netstat -anp | grep httpd


apache 접근 소스 base

 - /var/www/html/index.html


yum으로 설치 시 modjk 설정 하기가 까다로워 보임. 다운로드 후 install하여 설치 권장.

'Server' 카테고리의 다른 글

[Server] Centos 6 Apache설치  (0) 2014.06.18
[Server] Centos Linux Apache + Tomcat 설정  (0) 2014.06.18
[Linux] Centos 6.4 DNS설정  (0) 2014.06.16
[Linux] 심볼릭 링크  (0) 2014.05.28
[Server] Linux - Mysql 5.5 설치  (0) 2013.11.22

+ Recent posts