Linux125 CentOS 6.3 Apache 설정 CentOS 6.3 웹서버 설정 (Apache) 1. Apache 설치 - yum 으로 gcc 설치 : # yum install gcc - Apache 파일 다운 - /usr/local/src에 압축을 푼다. - 해당 파일을 압축을 푼다 : # tar zxvf httpd-2.2.16.tar.gz - /usr/local/src/httpd-2.2.16 이동※ 소스 컴파일을 하기 위해서는 ./configure를 하여 make 파일을 생성 해야 합니다. 아래의 명령어로 configure # ./configure --with-layout=apache --prefix=/usr/local/apache --enable-module=so -enable-rewrite풀버전 # ./configure --prefix=/usr.. 2013. 1. 22. 이전 1 ··· 29 30 31 32 다음