아파치 버전 확인

아파치 HTTP 서버 버전 확인
아파치 버전 확인
httpd 버전 확인

1 방법 1: httpd / apache2[ | ]

CentOS
[root@zetawiki ~]# httpd -v
Server version: Apache/2.2.3
Server built:   Feb 22 2012 10:54:44
Ubuntu
root@ubuntu:~# apache2 -v
Server version: Apache/2.2.22 (Ubuntu)
Server built:   Jul 22 2014 14:35:32

2 방법 2: rpm / dpkg[ | ]

CentOS
[root@zetawiki ~]# rpm -qa httpd
httpd-2.2.3-63.el5.centos
Ubuntu
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
[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 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}