아파치 데몬이 안뜹니다 ㅠ_ㅠ

현재 레드햇 7.2에서 Apache 1.3.22 + gd + mod_perl + php 4.1.0 +
mod_ssl + mod_python + mod_bandwidth을 설치 하려고 합니다.
아파치 툴박스(www.apachetoolbox.com)를 이용해서 컴파일 했구요.
MySQL은 RPM으로 따로 설치하였습니다.
컴파일및 설치 이전에 RPM은 모두 제거하였구요.
설정하고 컴파일 하는 도중에 에러는 전혀 없었습니다.
설치후 /usr/local/apache/bin/apachectl start 하면 시작되었다고 나오는
데 ps로 확인해보면 안떠 있습니다.
logs/error_log를 확인해보면 아래와 같은 에러메세지가 있더군요.
[Sat Jan 5 074223 2002] [crit] (98)Address already in use
make_sock could not bind to port 80
Could not find platform independent libraries
Could not find platform dependent libraries
Consider setting $PYTHONHOME to []
'import site' failed; use -v for traceback
mod_python에 문제가 있는거 같아서 mod_python을 제거하고 다시 컴파일해
서 설치하면
[Sat Jan 5 074223 2002] [crit] (98)Address already in use
make_sock could not bind to port 80
위와 같은 메세지만 뜹니다.
apache.kr.net등에 가서 게시물을 검색해 봐도 리붓 이외에는 마땅한 방법
을 찾기 어려워서 염치 불구하고 질문 드립니다.
아래는 아파치툴박스에서 셋팅한 아파치 컨픽입니다. 도움이 될꺼 같아서
요.
-go.sh-
export SSL_BASE=/usr
export EAPI_MM=/tmp/Apachetoolbox-1.5.49/src/mm-1.1.3
export CFLAGS=""
export LIBS=""
export INCLUDES=""
./configure --prefix=/usr/local/apache \
--enable-suexec \
--suexec-caller=nobody \
--enable-module=so \
--enable-module=access \
--disable-module=auth_db \
--disable-module=digest \
--enable-module=imap \
--enable-module=mime \
--enable-module=setenvif \
--disable-module=usertrack \
--enable-module=auth \
--disable-module=cern_meta \
--disable-module=expires \
--enable-module=log_config \
--disable-module=proxy \
--disable-module=vhost_alias \
--disable-module=auth_anon \
--enable-module=cgi \
--disable-module=headers \
--disable-module=log_referer \
--disable-module=rewrite \
--enable-module=userdir \
--enable-module=asis \
--enable-module=autoindex \
--disable-module=example \
--disable-module=log_agent \
--enable-module=negotiation \
--enable-module=status \
--enable-module=actions \
--disable-module=auth_dbm \
--enable-module=dir \
--enable-module=include \
--disable-module=mime_magic \
--disable-module=unique_id \
--enable-module=alias \
--disable-module=auth_digest \
--enable-module=env \
--disable-module=info \
--disable-module=mmap_static \
--disable-module=speling \
--enable-module=ssl \
--activate-module=src/modules/python/libpython.a \
--activate-module=src/modules/perl/libperl.a \
--add-module=/tmp/Apachetoolbox-1.5.49/src/mod_bandwidth.c \
--activate-module=src/modules/dav/libdav.a \
--add-module=/tmp/Apachetoolbox-1.5.49/src/mod_gzip.c \
--activate-module=src/modules/php4/libphp4.a \
netstat -a 화면도 올립니다.
tcp 0 0 *32768 **
LISTEN
tcp 0 0 *mysql **
LISTEN
tcp 0 0 *sunrpc **
LISTEN
tcp 0 0 *http **
LISTEN
tcp 0 0 *ssh **
LISTEN
tcp 0 0 localhost.localdomsmtp **
LISTEN
tcp 0 20 000.000.000.000ssh 000.000.000.000-_-
; ESTABLISHED
udp 0 0 *32768 **
udp 0 0 *927 **
udp 0 0 *sunrpc **
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 8 [ ] DGRAM 982 /dev/log
unix 2 [ ACC ] STREAM LISTENING
1361 /var/lib/mysql/mysql.sock
unix 2 [ ] DGRAM 1298
unix 2 [ ] DGRAM 1271
unix 2 [ ] DGRAM 1229
unix 2 [ ] DGRAM 1151
unix 2 [ ] DGRAM 1036
unix 2 [ ] DGRAM 991
unix 2 [ ] STREAM CONNECTED 539
답변 부탁드립니다.
그럼. 즐거운 하루 되시길. )
Re: 아파치 데몬이 안뜹니다 ㅠ_ㅠ
올려주신 netstat -a의 결과를 보면...
http(80)포트를 누가 먼저 점유하고 있네요...
#/etc/rc.d/init/httpd stop
을 해주시고 실행시키면 보통을 될 거구요...
그래도 안돼면...
#lsof | grep [*]http
해서... 점유하고 있는 ps를 찾아 kill로 죽이면 됩니다.
댓글 달기