Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Ao digitar o comando:
  2.  
  3. sudo apt-get install apache2
  4.  
  5. Abri o navegador e digitei, http://localhost e está tudo certo retornou a msg:
  6.  
  7. It works!
  8. This is the default web page for this server.
  9. The web server software is running but no content has been added, yet.
  10.  
  11. Continuei a instalação dos outros pacotes com os comandos abaixo:
  12.  
  13. sudo apt-get install mysql-server
  14.  
  15. sudo apt-get install php5 libapache2-mod-php5 php5-mysql
  16.  
  17. sudo /etc/init.d/apache2 restart
  18.  
  19. Ao abrir o navegador e digitar, http://localhost/phpinfo.php, não abriu a pagina retornando a msg ao navegador que está abaixo:
  20.  
  21. Not Found
  22. The requested URL /phpinfo.php was not found on this server.
  23. Apache/2.2.20 (Ubuntu) Server at localhost Port 80
  24.  
  25. sudo apt-get install phpmyadmin
  26.  
  27. Da mesma forma acontece com o phpmyadmin.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement