Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1. <VirtualHost *:80>
  2.         ServerName marryinistanbul.com
  3.         ServerAlias www.marryinistanbul.com
  4.         ServerAdmin webmaster@localhost
  5.  
  6.         DocumentRoot /sites/marryinistanbul.com
  7.         <Directory />
  8.                 Options FollowSymLinks
  9.                 AllowOverride All
  10.         </Directory>
  11.         <Directory /sites/marryinistanbul.com>
  12.                 Options Indexes FollowSymLinks MultiViews
  13.                 AllowOverride All
  14.         </Directory>
  15.  
  16.         ErrorLog ${APACHE_LOG_DIR}/error.log
  17.  
  18.         # Possible values include: debug, info, notice, warn, error, crit,
  19.         # alert, emerg.
  20.         LogLevel warn
  21.  
  22.         CustomLog ${APACHE_LOG_DIR}/access.log combined
  23. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement