pedrohgdlima
(usa Ubuntu)
Enviado em 14/06/2014 - 00:28h
Boa noite galera, espero que possam me ajudar, sei que já existem alguns tópicos parecidos mas acreditem em mim, estou olhando todos os tópicos e tentando de tudo. Nunca consegui fazer funcionar isso direito, vou explicar o que eu já fiz e o que está acontecendo...
Primeiramente segui um tutorial onde instalei o apache2, php5, mysql e phpmyadmin... porém desinstalei tudo em seguida porque não funcionou o phpmyadmin, então instalei apenas o apache2 e php5 mas agora as páginas em php não são reconhecidas...
Quando tento iniciar ou reinicar o apache2 aparece a seguinte mensagem:
"root@ServerName localhost:/etc# sudo service apache2 start
sudo: não foi possível resolver máquina ServerName localhost
* Starting web server apache2 AH00557: apache2: apr_sockaddr_info_get() failed for ServerName localhost
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message"
editei apenas os seguintes arquivos:
/etc/apache2/sites-enabled/000-default.conf
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
para:
ServerAdmin webmaster@localhost
DocumentRoot /var/www/
e novamente aparece a mensagem:
"sudo: não foi possível resolver máquina ServerName localhost"
o arquivo "httpd.conf" está assim:
ServerName localhost
e o /etc/hosts:
127.0.0.1 localhost
127.0.1.1 pedro-pcl
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Enfim, espero que possam me ajudar pois estou a tempos me matando nisso, agradeço desde já a colaboração. Obrigado!