Ciao,
devo usare un soft che si appoggia ad apache, mysql e php.
Avviando apache da console di root mi da:
[root@localhost giorgio]# /etc/rc.d/init.d/httpd start
Starting httpd: httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[FALLITO ]
In /etc/httpd/conf/httpd.conf non è presente la direttiva ServerName (come mai, va forse inserita da qualche altra parte ?).
Ho aggiunto
ServerName 127.0.0.1
ed il risultato è il seguente
[root@localhost giorgio]# /etc/rc.d/init.d/httpd start
Starting httpd: [FALLITO ]
senza nessun messaggio di errore ...
Come lo avvio ? cosa devo modificare ?
Grazie