- 아파치 HTTP 서버 버전 확인
- 아파치 버전 확인
- httpd 버전 확인
1 방법 1: httpd / apache2[ | ]
CentOS
Console
Copy
[root@zetawiki ~]# httpd -v
Server version: Apache/2.2.3
Server built: Feb 22 2012 10:54:44
Ubuntu
Console
Copy
root@ubuntu:~# apache2 -v
Server version: Apache/2.2.22 (Ubuntu)
Server built: Jul 22 2014 14:35:32
2 방법 2: rpm / dpkg[ | ]
CentOS
Console
Copy
[root@zetawiki ~]# rpm -qa httpd
httpd-2.2.3-63.el5.centos
Ubuntu
Console
Copy
root@ubuntu:~# dpkg -l | grep apache
ii apache2 2.2.22-1ubuntu1.7 Apache HTTP Server metapackage
ii apache2-mpm-worker 2.2.22-1ubuntu1.7 Apache HTTP Server - high speed threaded model
ii apache2-utils 2.2.22-1ubuntu1.7 utility programs for webservers
ii apache2.2-bin 2.2.22-1ubuntu1.7 Apache HTTP Server common binary files
ii apache2.2-common 2.2.22-1ubuntu1.7 Apache HTTP Server common files
3 방법 3: yum[ | ]
CentOS
Console
Copy
[root@zetawiki ~]# yum list installed httpd
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
Daum | 1.1 kB 00:00
Installed Packages
httpd.x86_64 2.2.3-63.el5.centos installed
4 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.