글
CentOS 7에서 부팅 시 httpd 자동 실행하는 방법
Network
2014. 9. 19. 22:45
Enable the httpd service at boot time
To make sure the httpd service start automatically at the boot time, enter:
sudo systemctl enable httpd.service
Sample outputs:
ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'
The following command will disable the httpd service at the boot time:
sudo systemctl disable httpd.service
'Network' 카테고리의 다른 글
CentOS 7에서 부팅 시 httpd 자동 실행하는 방법 (0) | 2014.09.19 |
---|---|
You don't have permission to access / on this server (0) | 2014.09.19 |
KT 인포모바일(프리존) 부가서비스 - 착신전환, 무료음성통화 (0) | 2013.09.13 |
DD-WRT 사용 시 원격에서 SSH 접속이 안될 경우 가능하게 하는 방법 (0) | 2013.08.31 |
DLINK DIR-825 DD-WRT 설치방법 (0) | 2013.08.28 |
주요 ISP DNS 주소 (0) | 2013.07.17 |