Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2020
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <VirtualHost ***:8080>
  2.  
  3. ServerName new.***.ru
  4. ServerAlias www.new.***.ru
  5. DocumentRoot /home/admin/web/***.ru/web
  6. ErrorLog /var/log/apache2/domains/new.***.error.log
  7.  
  8. <IfModule mod_ruid2.c>
  9. RMode config
  10. RUidGid admin admin
  11. RGroups www-data
  12. </IfModule>
  13. <IfModule itk.c>
  14. AssignUserID admin admin
  15. </IfModule>
  16.  
  17. IncludeOptional /home/admin/conf/web/apache2.new.***.ru.conf*
  18.  
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement