Guest User

Untitled

a guest
Dec 12th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # Instalando os pacotes necessários
  2. aptitude install php5 apache2 mysql-server libapache2-mod-php5
  3.  
  4. # Ativar mod_rewrite do Apache.
  5. a2enmod rewrite
  6.  
  7. # Reiniciar o Apache para ativar as novas configurações
  8. invoke-rc.d apache2 restart
Add Comment
Please, Sign In to add comment