Guest User

Untitled

a guest
Jun 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. NameVirtualHost *:80
  2.  
  3. <VirtualHost *:80>
  4. ServerName test.domain
  5. ServerAlias localhost
  6. DocumentRoot "/var/www/localhost/htdocs"
  7. <IfModule mpm_peruser_module>
  8. ServerEnvironment apache apache
  9. </IfModule>
  10. </VirtualHost>
Add Comment
Please, Sign In to add comment