apxs
Apache HTTP Server (development headers)
Install
- All systems
-
curl cmd.cat/apxs.sh
- Debian
-
apt-get install apache2-dev - Ubuntu
-
apt-get install apache2-dev -
Alpine
-
apk add apache2-dev - Arch Linux
-
pacman -S apache - Kali Linux
-
apt-get install apache2-dev - CentOS
-
yum install httpd-devel - Fedora
-
dnf install httpd-devel - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install apache2-dev - Raspbian
-
apt-get install apache2-dev - Docker
-
docker run cmd.cat/apxs apxspowered by Commando
apache2-dev
Apache HTTP Server (development headers)
The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. This package provides development headers and the apxs2 binary for the Apache 2 HTTP server, useful to develop and link third party additions to the Debian Apache HTTP server package. It also provides dh_apache2 and dh sequence addons useful to install various Debian Apache2 extensions with debhelper. It supports - Apache 2 module configurations and shared objects - Site configuration files - Global configuration files