: : 레뎃 7.3을 쓰고있습니다...
: : rpm을 삭제하고 아파치를 새로 설치했는데 데몬이 안떠요
: : httpd-2.0.35두 안되길래 36을 깔었는데 똑같네욤 ㅠ.ㅠ
: : httpd-2.0.36을 깔았는데 에러 없이 잘깔렸거던요
: : 설치는 이렇게했구요
: : cd /usr/local/src
: : tar zxvf httpd-2.0.36.tar.gz
: : cd /usr/local/src/httpd-2.0.36
: : ./configure --prefix=/usr/local/apache
: : --enable-rule=SHARED_CORE
: : --enable-shared=max
: : --enable-so
: : --enable-module=so
: : make
: : make install
: : 이렇게 다깔구나서 아파치 데몬을 구동시키면
: : [root@blu2s2a httpd-2.0.36]# /usr/local/apache/bin/apachectl start
: : /usr/local/apache/bin/apachectl start: httpd started
: : 이렇게 잘됩니다
: : 근데
: : [root@blu2s2a httpd-2.0.36]# ps -aux | grep apache
: : root 29628 0.0 0.2 2656 656 pts/1 R 14:42 0:00 grep apache
: :
: : mysql도 같이 깔었는데 mysql은 데몬이 잘뜨거던요
: : [root@blu2s2a httpd-2.0.36]# ps -aux | grep mysql
: : mysql 11845 0.0 0.8 11980 1812 pts/1 S 13:26 0:00 /usr/local/mysql/
: : mysql 11847 0.0 0.8 11980 1812 pts/1 S 13:26 0:00 /usr/local/mysql/
: : mysql 11848 0.0 0.8 11980 1812 pts/1 S 13:26 0:00 /usr/local/mysql/
: : root 29631 0.0 0.2 2656 656 pts/1 R 14:43 0:00 grep mysql
: :
: : 데몬이 안뜨네요 경험 있으신분 저좀 가르쳐주세요~~~
: :
: : --
: : 리눅수 화팅
:
:
:
: /usr/local/apache/log/error.log 파일이나 /var/log/messgage파일
:
: 의 내용을 살펴보세요.
:
: 무었때문에 안 뜨는지 나와있을겁니다.
답변 감사드립니다...
/usr/local/apache/logs에는 access_log error_log 이런 빈화일만 있구요
/var/log/messages.1은 있기는한데 아파치에 대한 내용은 없는듯 한데요...--리눅수 화팅