# chkconfig --add apacheclt
service apachectl does not support chkconfig
위의 예처럼 데몬을 자동으로 수행하려는데 에러가 발생한다면
다음과 같은 해결책을 사용해보세요.
# vi /etc/init.d/apachectl
# chkconfig: 2345 90 90
# description: init file for apachectl server daemon
# processname: /usr/local/apache2/bin/apachectl
# config: /usr/local/apache2/conf/httpd.conf
# pidfile: /usr/local/apache2/logs/httpd.pid
편집기를 열고 다음의 주석달린 5문장을 입력하면 놀랍게도 해결이 될것이다.
화이팅!!
'Server-Side > Linux' 카테고리의 다른 글
[CentOS] gpg key retrieval failed errno 14 http error 404 not found (0) | 2010.08.26 |
---|---|
[CentOS] No curses/termcap library found MySql (0) | 2010.08.26 |
[리눅스] root 로 접속 막기 (0) | 2010.08.25 |
[리눅스]그룹생성 및 폴더에 그룹권한주기 (0) | 2010.08.25 |
etc/passwd (0) | 2010.07.19 |