Useful ubuntu server command & directories


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /etc/apache2/mods-enabled/
  2. /etc/apache2/apache2.conf
  3.  
  4. sudo a2ensite mozillaca.com
  5. /etc/apache2/sites-available/mozillaca.com
  6.  
  7.  
  8.  
  9. sudo a2enmod rewrite
  10. sudo /etc/init.d/apache2 reload
  11.  
  12.  
  13. Add more later

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.