Computer/Linux
Where is the configuration files of Apache Web Server on Linux?
Bitaholic
2009. 11. 25. 11:00
설정 파일들은 '/etc/httpd/conf'에 있다.
httpd 실행 파일은 '/usr/sbin/httpd' (cent OS 5 기준)
아파치 실행/중단은
service httpd start/stop/restart
로 하면 된다.
httpd 실행 파일은 '/usr/sbin/httpd' (cent OS 5 기준)
아파치 실행/중단은
service httpd start/stop/restart
로 하면 된다.