티스토리 뷰
반응형
./configure --prefix=/usr/local/apache --enable-mods-shared=all --with-mpm=worker --enable-ssl --with-ssl --enable-so
make
make install
cp build/rpm/httpd.init /etc/init.d/httpd
chmod 755 /etc/init.d/httpd
chkconfig --list httpd
(없으면 chkconfig --add httpd
chkconfig --level 35 httpd on
vi /etc/init.d/httpd
apachectl=/usr/sbin/apachectl => apachectl=/usr/local/apache/bin/apachectl
httpd=${HTTPD-/usr/sbin/httpd} => httpd=${HTTPD-/usr/local/apache/bin/httpd}
CONFFILE=/etc/httpd/conf/httpd.conf => CONFFILE=/usr/local/apache/conf/httpd.conf
vi /usr/local/apache/conf/httpd.conf
ServerName www.example.com:80 => ServerName 127.0.0.1
service httpd start
반응형
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- network
- pc정보
- 아파치 보안
- 넷백업
- 오라클
- 리눅스
- rhel5
- switch
- Storage
- dell omsa
- Solaris
- hp-ux
- dell 서버
- PC최적화
- Linux
- unix 보안
- Oracle
- RHEL4
- 컴퓨터 관리
- 윈도우즈 2000
- Cisco
- Unix
- Router
- XP설치
- 컴퓨터 소음
- 키보드 단축키
- 솔라리스
- netbackup
- 보안
- 컴퓨터 다운
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함