Advertisement
Guest User

vhost

a guest
Sep 9th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1.  
  2. DocumentRoot /home/??/domains/cloud.??sa.co.uk/public_html
  3. UseCanonicalName OFF
  4. <IfModule !mod_ruid2.c>
  5. SuexecUserGroup ?? ??
  6. </IfModule>
  7. <IfModule mod_ruid2.c>
  8. RMode config
  9. RUidGid ?? ??
  10. #RGroups apache access
  11. RGroups @none
  12. </IfModule>
  13. CustomLog /var/log/httpd/domains/cloud.??sa.co.uk.bytes bytes
  14. CustomLog /var/log/httpd/domains/cloud.??sa.co.uk.log combined
  15. ErrorLog /var/log/httpd/domains/cloud.??sa.co.uk.error.log
  16. <Directory /home/??/domains/cloud.??sa.co.uk/public_html>
  17. AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,IncludesNOEXEC,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks,None
  18. Options -ExecCGI -Includes +IncludesNOEXEC
  19. <FilesMatch "\.(inc|php|phtml|phps|php70)$">
  20. AddHandler "proxy:unix:/usr/local/php70/sockets/??.sock|fcgi://localhost" .inc .php .phtml .php70
  21. </FilesMatch>
  22. <FilesMatch "\.(inc|php|phtml|phps|php56)$">
  23. AddHandler "proxy:unix:/usr/local/php56/sockets/??.sock|fcgi://localhost" .php56
  24. </FilesMatch>
  25. </Directory>
  26. </VirtualHost>
  27.  
  28. <VirtualHost 185.42.222.223:443 >
  29. SSLEngine on
  30. SSLCertificateFile /usr/local/directadmin/data/users/??/domains/cloud.??sa.co.uk.cert
  31. SSLCertificateKeyFile /usr/local/directadmin/data/users/??/domains/cloud.??sa.co.uk.key
  32. SSLCACertificateFile /usr/local/directadmin/data/users/??/domains/cloud.??sa.co.uk.cacert
  33. ServerName www.cloud.??sa.co.uk
  34. ServerAlias www.cloud.??sa.co.uk cloud.??sa.co.uk
  35. ServerAdmin webmaster@cloud.??sa.co.uk
  36. GNU nano 2.3.1 File: /usr/local/directadmin/data/users/??/httpd.conf
  37.  
  38. <IfModule !mod_ruid2.c>
  39. SuexecUserGroup ?? ??
  40. </IfModule>
  41. <IfModule mod_ruid2.c>
  42. RMode config
  43. RUidGid ?? ??
  44. #RGroups apache access
  45. RGroups @none
  46. </IfModule>
  47. CustomLog /var/log/httpd/domains/cloud.??.co.uk.bytes bytes
  48. CustomLog /var/log/httpd/domains/cloud.??.co.uk.log combined
  49. ErrorLog /var/log/httpd/domains/cloud.??.co.uk.error.log
  50. <Directory /home/??/domains/cloud.??.co.uk/private_html>
  51. AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,IncludesNOEXEC,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks,None
  52. Options -ExecCGI -Includes +IncludesNOEXEC
  53. <FilesMatch "\.(inc|php|phtml|phps|php70)$">
  54. AddHandler "proxy:unix:/usr/local/php70/sockets/??.sock|fcgi://localhost" .inc .php .phtml .php70
  55. </FilesMatch>
  56. <FilesMatch "\.(inc|php|phtml|phps|php56)$">
  57. AddHandler "proxy:unix:/usr/local/php56/sockets/??.sock|fcgi://localhost" .php56
  58. </FilesMatch>
  59. </Directory>
  60. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement