CS/Platform

웹서버별 환경설정 파일 위치

좋은날 2010. 4. 9. 11:48

[Apache ]
1) httpd.conf
    find / -name "httpd.conf" -exec ls -al {} \;
    locate httpd.conf
    strings httpd|grep httpd.conf
    netstat -v |grep httpd
    ps -ef |grep httpd(유닉스)
    ps -aux |grep httpd(리눅스)