apache - chkconfig 등록방법 (아파치 서비스 등록)
서버관련/Install2014. 8. 21. 11:48
apache - chkconfig 등록방법 (아파치 서비스 등록)
centos 에서 자동실행 and 서비스 등록
끝!
cp /경로/apache/bin/apachectl /etc/init.d/httpdvi /etc/init.d/httpd
#!/bin/sh
#
# chkconfig: 2345 90 90
# description: init file for Apache server daemon
# processname:/경로/apache/bin/apachectl
# config: /경로/apache/conf/httpd.conf
# pidfile /경로/apache/logs/httpd/pid내용추가
# chkconfig --add httpd
'서버관련 > Install' 카테고리의 다른 글
apache - chkconfig 등록방법 (아파치 서비스 등록) (2) | 2014.08.21 |
---|---|
PHP 5.3.10 Configure (0) | 2012.05.02 |
Apache 2.2.22 configure (0) | 2012.05.02 |
파일백업 스크립트 <backup.cron> (0) | 2008.06.05 |
Mysql 데이터베이스 백업 스크립트 DBDUMP.CRON (0) | 2008.06.05 |
비밀댓글입니다
비밀댓글입니다