Advertisement
tydeas_dr

Ubuntu versuib

Mar 4th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <VirtualHost *:8089>
  2. ServerAdmin webmaster@localhost
  3.  
  4. ServerName yiiblog.local
  5. ServerAlias yiiblog.local
  6. DocumentRoot /var/www/yiiblog/
  7.  
  8. <Directory />
  9. Options FollowSymLinks
  10. AllowOverride None
  11. </Directory>
  12. <Directory /var/www/yiiblog/>
  13. Options Indexes FollowSymLinks Multiviews
  14. AllowOverride None
  15.  
  16. # Turn off magic quotes in this vhost
  17. php_flag magic_quotes_gpc off
  18. </Directory>
  19.  
  20. # ErrorLog ${APACHE_LOG_DIR}/yiiblog.local_error.log
  21. ErrorLog logs/yiiblog.local_error.log
  22.  
  23. # Possible values include: debug, info, notice, warn, error, crit, alert, emerg.
  24. LogLevel warn
  25.  
  26. CustomLog logs/yiiblog.local_access.log combined
  27.  
  28. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement