Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <VirtualHost 103.6.283.138:80>
  2. ServerName panel.beshoo.com
  3. ServerAlias www.panel.beshoo.com
  4. DocumentRoot /home/myinstaranker/www/panel/
  5. ServerAdmin webmaster@panel.beshoo.com
  6. UseCanonicalName Off
  7. CustomLog /etc/apache2/logs/domlogs/panel.beshoo.com combined
  8. <IfModule log_config_module>
  9. <IfModule logio_module>
  10. CustomLog /etc/apache2/logs/domlogs/panel.beshoo.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  11. </IfModule>
  12. </IfModule>
  13. ## User mybeshoo # Needed for Cpanel::ApacheConf
  14. <IfModule userdir_module>
  15. <IfModule !mpm_itk.c>
  16. <IfModule !ruid2_module>
  17. UserDir disabled
  18. UserDir enabled mybeshoo
  19. </IfModule>
  20. </IfModule>
  21. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement