Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Topics - LOGOS582

Pagine: [1]
1
Server / Failed to start The Apache HTTP Server
« il: 24 Settembre 2018, 15:44:59 »
Ciao a tutti,
ho installato Apache e digitando IP-SERVER:80 restituiva la pagine di cortesia di Apache...tutto bene.
Volendo gestire i virtual host stavo seguendo questa guida:
Citazione
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-centos-7
Seguita passo passo...ma al momento di ri-avviare Apache ottendo il messaggio sotto:


Codice: [Seleziona]
[root@localhost ~]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since lun 2018-09-24 15:37:55 CEST; 2min 30s ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 1639 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 1638 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
 Main PID: 1638 (code=exited, status=1/FAILURE)

set 24 15:37:55 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
set 24 15:37:55 localhost.localdomain httpd[1638]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set t...his message
set 24 15:37:55 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
set 24 15:37:55 localhost.localdomain kill[1639]: kill: cannot find process ""
set 24 15:37:55 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1
set 24 15:37:55 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server.
set 24 15:37:55 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.
set 24 15:37:55 localhost.localdomain systemd[1]: httpd.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost ~]#

2
Server / systemectl in CentOS 7
« il: 13 Settembre 2018, 18:11:00 »
Ciao a tutti,
ho installato centOS7 Minimal

Ho poi eseguito questi comandi:
Codice: [Seleziona]
yum update
yum upgrade
seguiti da:
Codice: [Seleziona]
yum install httpd
service httpd start
systemectl enable httpd.service

Eseguendo l'ultimo comando mi viene restituito:
-bash: systemectl: command not found

Grazie a tutti

Pagine: [1]