Advertisement
Guest User

Untitled

a guest
Sep 19th, 2015
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName biesandczad.kodziarze.tk
  3. ServerAdmin mistrzswiata.salata@gmail.com
  4.  
  5. DocumentRoot /home/solina/wordpress/
  6. <Directory />
  7. Options FollowSymLinks
  8. AllowOverride None
  9. </Directory>
  10. <Directory /home/solina/wordpress/>
  11. Options Indexes FollowSymLinks MultiViews
  12. AllowOverride All
  13. Order allow,deny
  14. allow from all
  15. </Directory>
  16.  
  17. Alias /slodkachatka /home/solina/slodkachatka/
  18. <Directory /home/solina/slodkachatka/>
  19. Options Indexes FollowSymLinks MultiViews
  20. AllowOverride All
  21. Order allow,deny
  22. allow from all
  23. </Directory>
  24.  
  25. ErrorLog ${APACHE_LOG_DIR}/biesandczad.kodziarze.tk.error.log
  26. # Possible values include: debug, info, notice, warn, error, crit,
  27. # alert, emerg.
  28. LogLevel warn
  29.  
  30. CustomLog ${APACHE_LOG_DIR}/biesandczad.kodziarze.tk.log combined
  31. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement