[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(리눅스)
'CS > Platform' 카테고리의 다른 글
솔라리스 정보 확인 (0) | 2011.04.07 |
---|