메뉴 건너뛰기

리눅스 관련 모음

본문시작

조회 수 4965 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

국산 통나무 수공예 남원제기, 남원목기

자료가 도움이 되셨다면
혼수용품제수용품 필요시
남원제기 공식 홈페이지 http://남원제기.kr
남원목기 공식 홈페이지 http://otchil.kr
에서 구매 해 주세요
정성껏 모시겠습니다.
 

# cp -p /usr/local/httpd/bin/apachctl /etc/init.에 복사후


# chkconfig --add httpd 명령을 치면 아래와 같이 에러가 나온다.


httpd 서비스는 chkconfig 를 지원하지 않습니다.


당황하지 말고


/etc/rc.d/init.d/httpd 스크립트에 다음을 추가 해 준다.


# vi /etc/init.d/httpd
#!/bin/bash
#
# httpd        Startup script for the Apache HTTP Server
#
# chkconfig: 345 85 15
# description: Apache is a World Wide Web server.  It is used to serve \
#              HTML files and CGI.
# processname: httpd



###  chkconfig: 345 85 15

345는 부팅시 런레벨 3,4,5 에서 구동됨을 의미.

85는 데몬 실행 우선순위, 15는 데몬 종료 우선순위를 의미.

보통 100을 기준으로 stack 처럼 작동하는 듯...
   

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
49 에러해결 error on line at column Input is not proper UTF-8, indicate encoding ! 햇빛소년 2013.12.26 4927
48 에러해결 error: wrong mysql library version or lib not found. 햇빛소년 2014.03.16 16863
47 에러해결 HTML <meta> Tag 햇빛소년 2013.12.26 11726
» 에러해결 httpd 서비스는 chkconfig 를 지원하지 않습니다. 햇빛소년 2014.10.25 4965
45 에러해결 httpd: undefined symbol: apr_procattr_perms_set_register 에러 해결 햇빛소년 2018.12.04 3693
44 에러해결 IPV4 주소 오류 식별되지 않은 네트워크 인식 문제 햇빛소년 2015.03.08 1296
43 에러해결 LGU+ 결제 Mserver 설치관련 에러 사항..... secret 햇빛소년 2013.07.18 0
42 에러해결 libmysqlclient.so.16()(64bit) is needed by... 낮은 버전을 요구 할 때.. 햇빛소년 2014.02.23 4368
41 에러해결 mc(미드나잇 커맨드) 종료시 처음 PWD로 바뀌는 문제 해결 햇빛소년 2013.06.09 17831
40 에러해결 modcurity 에러메세지 secret 햇빛소년 2013.01.17 0
39 에러해결 mysql root 및 사용자 계정 password(비밀번호) 변경 및 에러 대처. 햇빛소년 2015.08.11 3575
38 에러해결 named error -> dumping master file: tmp-6bFrQDtE5l: open: permission denied 햇빛소년 2015.05.06 1364
37 에러해결 named 에러 (/var/log/massages) 가 있을 때 해결 방법 햇빛소년 2013.06.12 34245
36 에러해결 pcre최신버전 소스설치 후 modsecurity-apache 컴파일시 에러 햇빛소년 2013.01.19 77235
35 에러해결 PEAR package PHP_Archive not installed: 햇빛소년 2014.03.07 6870
34 에러해결 PHP 7.2.1 configuration error 조치. 햇빛소년 2018.01.22 3345
33 에러해결 PHP COMPILE - error: wrong mysql library version or lib not found. 햇빛소년 2014.03.15 4404
32 에러해결 php 소스컴파일시 - /usr/bin/ld: cannot find -lltdl 에러 날 때. 햇빛소년 2014.10.17 4083
31 에러해결 php-5.4.16 컴파일시 checking for db4 major version... Header contains different version 에러 햇빛소년 2013.06.18 19568
30 에러해결 php.ini설정 에러 모음. 햇빛소년 2013.06.18 16529
Board Pagination Prev 1 2 3 4 Next
/ 4