[Resolvido] Instalação Apache + PHP
Olá à todos!!
Estou tendo problemas em fazer o apache "interpretar" ( não tenho certeza se o termo é esse rs) o PHP.
Segui algumas instruções e estava indo tudo bem. Instalei os pacotes [i]apache2, pache2-doc e apache2-common[/i] pelo Synaptic.
Após a instalação testei e tudo OK!. Em seguida instalei os pacotes [i]php5, libapache2-mod-php5, php5-cgi e php-common[/i] e
criei/alterei o arquivo phpinfo.php inserindo o trecho "<?php phpinfo(); ?>".
Ao reiniciar o apche usando o "sudo /etc/init.d/apache2 restart" aparece a mensagem:
[b]* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName[/b]
Em seguida quando testo no navegador usando “localhost/phpinfo.php” aparece a mensagem:
[b]Not Found
The requested URL /phpinfo.php was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80[/b]
Alguém poderia me dar um help?
Desde já agradeço!!
Estou tendo problemas em fazer o apache "interpretar" ( não tenho certeza se o termo é esse rs) o PHP.
Segui algumas instruções e estava indo tudo bem. Instalei os pacotes [i]apache2, pache2-doc e apache2-common[/i] pelo Synaptic.
Após a instalação testei e tudo OK!. Em seguida instalei os pacotes [i]php5, libapache2-mod-php5, php5-cgi e php-common[/i] e
criei/alterei o arquivo phpinfo.php inserindo o trecho "<?php phpinfo(); ?>".
Ao reiniciar o apche usando o "sudo /etc/init.d/apache2 restart" aparece a mensagem:
[b]* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName[/b]
Em seguida quando testo no navegador usando “localhost/phpinfo.php” aparece a mensagem:
[b]Not Found
The requested URL /phpinfo.php was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80[/b]
Alguém poderia me dar um help?
Desde já agradeço!!
Entre ou Registre-se para fazer um comentário.
Comentários
a2enmod php5
segundo, salvou esse arquivo na pasta [b]/var/www[/b] ?