리눅스 apache2 자동시작 설정
컨텐츠 정보
- 14,084 조회
 - 0 추천
 - 목록
 
본문
간단하게 아래와 같은 방법으로 설정 할 수 있습니다.
Debian (Ubuntu/Linux Mint)
#apt-get install rcconf
#rcconf
아파치를 부팅시 시작하게 하고 싶지 않다면
#update-rc.d -f apache2 remove
다시 부팅시 시작하게 하고 싶다면
#update-rc.d apache2 defaults
RedHat/Fedora/CentOS
#chkconfig --add apache2
#chkconfig -- level 35 apache2 on
출처: https://tkdev.tistory.com/45 [Thinking.Dev]
관련자료
- 
			링크
 
			댓글 0
					
			
				등록된 댓글이 없습니다.