Guest User

Untitled

a guest
Jul 1st, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3. ServerName redcrafting.technical-craft.ru
  4.  
  5. DocumentRoot "/var/www/redcrafting.technical-craft.ru"
  6.  
  7. <Directory "/var/www/technical-craft.ru">
  8. allow from all
  9. Options +Indexes
  10. </Directory>
  11. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment