Advertisement
GrinJ

MegaShop.conf

Mar 29th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.46 KB | None | 0 0
  1. <VirtualHost *:80>
  2.     ServerAdmin admin@megashop.tf
  3.     ServerName megashop.tf
  4.     ServerAlias www.megashop.tf
  5.  
  6.     DocumentRoot /home/qwerty19106/megashop/
  7.  
  8.     <Directory /home/qwerty19106/megashop>
  9.                 Require all granted
  10.                 Options -Indexes
  11.                 AllowOverride All
  12.         </Directory>
  13.  
  14.     LogLevel warn
  15.     ErrorLog ${APACHE_LOG_DIR}/megashop_error.log
  16.     CustomLog ${APACHE_LOG_DIR}/megashop_access.log combined
  17. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement