Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost ***:8080>
- ServerName new.***.ru
- ServerAlias www.new.***.ru
- DocumentRoot /home/admin/web/***.ru/web
- ErrorLog /var/log/apache2/domains/new.***.error.log
- <IfModule mod_ruid2.c>
- RMode config
- RUidGid admin admin
- RGroups www-data
- </IfModule>
- <IfModule itk.c>
- AssignUserID admin admin
- </IfModule>
- IncludeOptional /home/admin/conf/web/apache2.new.***.ru.conf*
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement