apachectl
Apache HTTP Server
Install
- All systems
-
curl cmd.cat/apachectl.sh
- Debian
-
apt-get install apache2
- Ubuntu
-
apt-get install apache2
- Alpine
-
apk add apache2
- Arch Linux
-
pacman -S apache
- Kali Linux
-
apt-get install apache2
- CentOS
-
yum install httpd
- Fedora
-
dnf install httpd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install apache2
- OS X
-
brew install httpd
- Raspbian
-
apt-get install apache2
- Dockerfile
- dockerfile.run/apachectl
- Docker
-
docker run cmd.cat/apachectl apachectl
powered by Commando
apache2
Apache HTTP Server
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. Installing this package results in a full installation, including the configuration files, init scripts and support scripts.
httpd
Apache HTTP Server
apache
A high performance Unix-based HTTP server
apache2.2-common
Transitional package for apache2
This is a transitional package for apache2-bin, and can be safely removed after the installation is complete.