-웹서버 설치
(1) mysql 설치
yum -y install mysql-server
(2) Apache 설치
yum -y install httpd
(3) PHP설치
yum -y install php*
(4) mysql 과 httpd 실행
service mysqld start
service httpd start
(5) ntsysv로 시작 서비스 등록
ntsysv를 이용해서 컴퓨가 켜질 때 자동으로 mysql과 httpd가 실행 될 수 있도록 등록해준다. httpd와 mysqld를 찾아서 체크해주면 된다.
'STUDY > Linux' 카테고리의 다른 글
httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName (0) | 2013.04.18 |
---|---|
리눅스 버전 확인 (uname || /etc/issue) (0) | 2013.04.18 |
Linux Log history delete (0) | 2010.06.28 |
리눅스 간단 명령어 정리 모음 (0) | 2010.01.14 |
[Linux] web server install (0) | 2010.01.12 |
ntsysv (0) | 2010.01.12 |