Apache - Servidor permanece inactivo

 
Vista:

Servidor permanece inactivo

Publicado por Miguel Reynoso (1 intervención) el 18/05/2022 02:58:11
Hola busco ayuda ya que estoy haciendo una practica de un servidor apache2 en Ubuntu, estoy usando el programa MobaXterm y seguí las instrucciones para poder instalar e iniciar el servidor apache sin embargo siempre que uso el comando de status me manda que esta inactivo, ya reviste varias paginas y realice bien el procedimiento, siempre el código que me manda es el siguiente:
1
2
sudo ufw status
Status: inactive
Ya tambien intente usar el comando de:
1
sudo systemctl status apache2
y siempre resivo el mismo resultado:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
● apache2.service - The Apache HTTP Server
   Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
   Active: active (running) since Tue 2022-05-17 00:38:03 UTC; 21h ago
  Process: 19521 ExecStop=/usr/sbin/apachectl stop (code=exited, status=0/SUCCESS)
  Process: 19528 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
 Main PID: 19543 (apache2)
    Tasks: 55 (limit: 4069)
   CGroup: /system.slice/apache2.service
           ├─19543 /usr/sbin/apache2 -k start
           ├─19544 /usr/sbin/apache2 -k start
           └─19545 /usr/sbin/apache2 -k start
 
May 17 00:38:03 SOUbuntu systemd[1]: Stopped The Apache HTTP Server.
May 17 00:38:03 SOUbuntu systemd[1]: Starting The Apache HTTP Server...
May 17 00:38:03 SOUbuntu systemd[1]: Started The Apache HTTP Server.
Ya probé reiniciando el servidor de apache varias veces y nada. No se si ma falta algo, no estoy haciendo algo o hay un problema directamente con Apache.
Gracias de antemano.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder