Linux 아파치서버 버전 확인
페이지 정보
본문
[ 서버에서 ]
[root@localhost ~]# GET -ed http://localhost|grep Server:
Server: Apache/2.0.63 (Unix) PHP/4.4.8
[ CentOS 6 / 7 ]
[root@localhost ~]# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Apr 12 2017 21:03:28
[root@localhost ~]# yum list installed httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
Installed Packages
httpd.x86_64 2.4.6-45.el7.centos.4 @updates
[ Ubuntu 12.04 ]
[root@localhost ~]# apache2 -v
[root@localhost ~]# dpkg -l | grep apache
[ 웹브라우저에서 ]
웹브러우저 주소 입력창에 없는 페이지를 호출합니다.
http://xxx.com/aaaaaa 엔터
Apache/2.0.63 (Unix) PHP/4.4.8 Server at hyojeong.es.kr Port 80
참조자료
http://kldp.org/node/22421
https://zetawiki.com/wiki/아파치_버전_확인
[root@localhost ~]# GET -ed http://localhost|grep Server:
Server: Apache/2.0.63 (Unix) PHP/4.4.8
[ CentOS 6 / 7 ]
[root@localhost ~]# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Apr 12 2017 21:03:28
[root@localhost ~]# yum list installed httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
Installed Packages
httpd.x86_64 2.4.6-45.el7.centos.4 @updates
[ Ubuntu 12.04 ]
[root@localhost ~]# apache2 -v
[root@localhost ~]# dpkg -l | grep apache
[ 웹브라우저에서 ]
웹브러우저 주소 입력창에 없는 페이지를 호출합니다.
http://xxx.com/aaaaaa 엔터
Not Found
The requested URL /aaaaaa was not found on this server.
Apache/2.0.63 (Unix) PHP/4.4.8 Server at hyojeong.es.kr Port 80
참조자료
http://kldp.org/node/22421
https://zetawiki.com/wiki/아파치_버전_확인
댓글목록
등록된 댓글이 없습니다.