Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <IfDefine DEFAULT_VHOST>
  2.  
  3. <VirtualHost *:80>
  4.         ServerName dmis.local
  5.         DocumentRoot "/var/www/dmis/www"
  6.  
  7.         <Directory "/var/www/dmis/www">
  8.                 Options Indexes FollowSymLinks
  9.                 AllowOverride All
  10.                 Require all granted
  11.         </Directory>
  12.        
  13.         <IfModule mpm_peruser_module>
  14.                 ServerEnvironment apache apache
  15.         </IfModule>
  16. </VirtualHost>
  17.  
  18. </IfDefine>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement