50% de descuento en todos los planes, por tiempo limitado. Desde $2.48/mo
Servidor Apache HTTP

Servidor Apache HTTP

El servidor Apache HTTP es el servidor web original, en desarrollo continuo desde 1995. Arquitectura modular, soporte para .htaccess, mod_rewrite y tres décadas de compatibilidad. Sigue dando servicio a una cuarta parte de la internet pública y viene incluido por defecto en cPanel, Plesk y la mayoría de distribuciones Linux.

Versión

Más reciente

Sistema operativo

Ubuntu Server 24.04 LTS, Ubuntu Server 22.04 LTS, Debian 12, CentOS Stream 9, Fedora 40

RAM mín.

1 GB

Tipos de IP

IPV4,IPV6

Rutas predeterminadas

Raíz web: /usr/share/nginx/html

Configuración:

  • Debian/Ubuntu: /etc/apache2/
  • CentOS/Fedora: /etc/httpd/

Registros:

  • Debian/Ubuntu: /var/log/apache2/
  • CentOS/Fedora: /var/log/httpd/

Acceso

Abre tu navegador: http://<server-ip>/

Comandos de control del servicio

# Start Apache
sudo systemctl start apache2    # Debian/Ubuntu
sudo systemctl start httpd      # CentOS/Fedora

# Stop Apache
sudo systemctl stop apache2     # Debian/Ubuntu
sudo systemctl stop httpd       # CentOS/Fedora

# Restart Apache
sudo systemctl restart apache2  # Debian/Ubuntu
sudo systemctl restart httpd    # CentOS/Fedora

# Check status
systemctl start apache2         # Debian/Ubuntu
systemctl status httpd          # CentOS/Fedora

 

Más en Servidores Web

Aplicaciones relacionadas.

Despliega el servidor Apache HTTP ahora. Desde 2,48 $/mes.