jan_flanders

Untitled

Jul 3rd, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. www:/etc/apache2/sites-enabled# vi wisenyourie.haxer.be.conf
  2. <VirtualHost *:80>
  3. ServerAdmin webmaster@localhost
  4. ServerName wisenyourie.haxer.be
  5. ServerAlias www.wisenyourie.haxer.be
  6.  
  7. DocumentRoot /home/adnez/subdomains/wisenyourie.haxer.be
  8.  
  9. <Directory />
  10. Options FollowSymLinks
  11. AllowOverride All
  12. </Directory>
  13. <Directory /home/adnez/subdomains/wisenyourie.haxer.be>
  14. Options Indexes FollowSymLinks MultiViews
  15. AllowOverride All
  16. Order allow,deny
  17. allow from all
  18. </Directory>
  19.  
  20. ErrorLog /var/log/apache2/wisenyourie.haxer.be.error.log
  21.  
  22. # Possible values include: debug, info, notice, warn, error, crit,
  23. # alert, emerg.
  24. LogLevel warn
  25.  
  26. CustomLog /var/log/apache2/wisenyourie.haxer.be.access.log combined
  27.  
  28. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment