Welcome! - The Apache HTTP Server Project
The Number One HTTP Server On The Internet The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows. The goal of this project is to provide a secure, efficient an
httpd.apache.org
# apachectl -v
Server version: Apache/2.4.48 (Unix)
Server built: Sep 3 2021 16:38:59
# apachectl -M
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
mpm_event_module (shared)
authn_file_module (shared)
authn_core_module (shared)
authz_host_module (shared)
authz_groupfile_module (shared)
authz_user_module (shared)
authz_core_module (shared)
access_compat_module (shared)
auth_basic_module (shared)
reqtimeout_module (shared)
filter_module (shared)
mime_module (shared)
log_config_module (shared)
env_module (shared)
headers_module (shared)
setenvif_module (shared)
version_module (shared)
ssl_module (shared)
unixd_module (shared)
status_module (shared)
autoindex_module (shared)
dir_module (shared)
alias_module (shared)
rewrite_module (shared)
jk_module (shared)
# cd /usr/local/src
# wget https://dlcdn.apache.org//httpd/httpd-2.4.52.tar.bz2
# rpmbuild -ts httpd-2.4.52.tar.bz2
# rpmbuild -tb httpd-2.4.52.tar.bz2
# cd /root/rpmbuild/RPMS/x86_64/
# ll
httpd-2.4.52-1.x86_64.rpm
httpd-debuginfo-2.4.52-1.x86_64.rpm
httpd-devel-2.4.52-1.x86_64.rpm
httpd-manual-2.4.52-1.x86_64.rpm
httpd-tools-2.4.52-1.x86_64.rpm
mod_authnz_ldap-2.4.52-1.x86_64.rpm
mod_lua-2.4.52-1.x86_64.rpm
mod_proxy_html-2.4.52-1.x86_64.rpm
mod_ssl-2.4.52-1.x86_64.rpm
# rpm -qa | grep 2.4.48
httpd-tools-2.4.48-1.x86_64
httpd-2.4.48-1.x86_64
httpd-devel-2.4.48-1.x86_64
mod_ssl-2.4.48-1.x86_64
httpd-manual-2.4.48-1.x86_64
mod_proxy_html-2.4.48-1.x86_64
httpd-debuginfo-2.4.48-1.x86_64
# rpm -Uvh httpd-2.4.52-1.x86_64.rpm httpd-debuginfo-2.4.52-1.x86_64.rpm httpd-devel-2.4.52-1.x86_64.rpm httpd-manual-2.4.52-1.x86_64.rpm httpd-tools-2.4.52-1.x86_64.rpm mod_proxy_html-2.4.52-1.x86_64.rpm mod_ssl-2.4.52-1.x86_64.rpm
# systemctl restart httpd
# apachectl -v
Server version: Apache/2.4.52 (Unix)
Server built: Dec 23 2021 16:53:50
# apachectl -M
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
mpm_event_module (shared)
authn_file_module (shared)
authn_core_module (shared)
authz_host_module (shared)
authz_groupfile_module (shared)
authz_user_module (shared)
authz_core_module (shared)
access_compat_module (shared)
auth_basic_module (shared)
reqtimeout_module (shared)
filter_module (shared)
mime_module (shared)
log_config_module (shared)
env_module (shared)
headers_module (shared)
setenvif_module (shared)
version_module (shared)
ssl_module (shared)
unixd_module (shared)
status_module (shared)
autoindex_module (shared)
dir_module (shared)
alias_module (shared)
rewrite_module (shared)
jk_module (shared)
'Linux > Apache' 카테고리의 다른 글
Install Apache HTTP Server (0) | 2021.09.03 |
---|---|
CGI (Common Gateway Interface) (0) | 2012.09.24 |
최근댓글