아파치 버전 = 1.3.33
아파치 설치 위치 = /usr/local/apache
파일 다운로드 = http://ftp.apache-kr.org/httpd/apache_1.3.33.tar.Z
LIBS="-lpthread" LDFLAGS="-lpthread"
CFLAGS="-O3 -funroll-loops -mcpu=i686 -march=i686 -fomit-frame-pointer"
CXXFLAGS="-O3 -funroll-loops -mcpu=i686 -march=i686 -fomit-frame-pointer"
OPTIM="-O3 -mcpu=i686 -march=i686 -funroll-loops -fomit-frame-pointer"
./configure --prefix=/usr/local/apache
--enable-module=so
--enable-module=unique_id
--enable-module=rewrite
--enable-module=auth_anon
--enable-module=headers
--enable-module=expires
--enable-module=info
--enable-module=log_agent
--enable-module=log_referer
--enable-module=usertrack
--enable-shared=max
make
make install
설치완료
# 명령어 복사chmod 700 /usr/local/apache/bin/apachectl
cp -arf /usr/local/apache/bin/apachectl /sbin
cp -arf /usr/local/apache/bin/httpd /sbin
chmod 600 /usr/local/apache/conf/*.conf
재부팅시 아파치 자동실행
vi /etc/rc.d/rc.local 파일에 아래 한줄을 추가한다.
/usr/local/apache/bin/apachectl start
이제는 아파치 설정파일만 수정하면 된다.
아파치 수정파일은 사용자 취향에 맞게 수정하기 바라며, 모르는 사항은 덧글을 달아주세요