리눅스 특강 & 리눅스
8장. 리눅스 웹서버 구동
gandus
2010. 11. 9. 12:43
리눅스 웹서버를 구동하기.
시작
/etc/rc.d/init.d/httpd start
중지
/etc/rc.d/init.d/httpd stop
nfs 설정
/etc/rc.d/init.d/nfs start
/etc/rc.d/init.d/nfs stop
DHCP 설정
설정
/etc/httpd/conf/
로그파일
/var/log/httpd
시작
/etc/rc.d/init.d/httpd start
중지
/etc/rc.d/init.d/httpd stop
nfs 설정
/etc/rc.d/init.d/nfs start
/etc/rc.d/init.d/nfs stop
DHCP 설정
Save your /etc/dhcpd.conf file
start the dhcpd dameon by “/etc/rc.d/init.d/dhcpd start” command
설정
/etc/httpd/conf/
로그파일
/var/log/httpd