리눅스 분류
아파치 설치 후 확인..
작성자 정보
- 김종섭 작성
- 작성일
컨텐츠 정보
- 1,718 조회
- 0 추천
- 목록
본문
아파치 설치후 ps로 알아보니<br />
<br />
[root@gravity /usr/local/apache2/bin]# ./apachectl start<br />
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName<br />
[root@gravity /usr/local/apache2/bin]# ps -ef | grep httpd<br />
root 3933 1 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3934 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3935 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3936 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3937 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3938 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
root 3940 3847 0 10:59 pts/1 00:00:00 grep httpd<br />
<br />
<br />
요렇게 나오는데 요거 제대로 설치된거 맞나요 ;;
<br />
[root@gravity /usr/local/apache2/bin]# ./apachectl start<br />
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName<br />
[root@gravity /usr/local/apache2/bin]# ps -ef | grep httpd<br />
root 3933 1 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3934 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3935 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3936 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3937 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
nobody 3938 3933 0 10:59 ? 00:00:00 /usr/local/apache2/bin/httpd -k start<br />
root 3940 3847 0 10:59 pts/1 00:00:00 grep httpd<br />
<br />
<br />
요렇게 나오는데 요거 제대로 설치된거 맞나요 ;;
관련자료
-
이전
-
다음
댓글 0
등록된 댓글이 없습니다.