Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:8089>
- ServerAdmin webmaster@localhost
- ServerName yiiblog.local
- ServerAlias yiiblog.local
- DocumentRoot /var/www/yiiblog/
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
- <Directory /var/www/yiiblog/>
- Options Indexes FollowSymLinks Multiviews
- AllowOverride None
- # Turn off magic quotes in this vhost
- php_flag magic_quotes_gpc off
- </Directory>
- # ErrorLog ${APACHE_LOG_DIR}/yiiblog.local_error.log
- ErrorLog logs/yiiblog.local_error.log
- # Possible values include: debug, info, notice, warn, error, crit, alert, emerg.
- LogLevel warn
- CustomLog logs/yiiblog.local_access.log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement