Guest User

Untitled

a guest
Aug 20th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. #quantumparticleresearch.co.uk
  2. NameVirtualHost *:443
  3. <VirtualHost *:80>
  4. ServerAdmin quantumparticleresearch@gmail.com
  5. ServerName quantumparticleresearch.co.uk
  6. DocumentRoot /var/www/gargravarr
  7. <Directory />
  8. Options FollowSymLinks
  9. AllowOverride None
  10. </Directory>
  11. <Directory /var/www/gargravarr>
  12. Options Indexes FollowSymLinks
  13. AllowOverride None
  14. Order allow,deny
  15. Allow from all
  16. </Directory>
  17.  
  18. <Directory /var/www/gargravarr/44kg>
  19. Options Indexes FollowSymLinks MultiViews
  20. Order deny,allow
  21. Deny from all
  22. Allow from 192.168.1
  23. </Directory>
  24.  
  25. <Directory /var/www/gargravarr/69td>
  26. Options Indexes FollowSymLinks MultiViews
  27. Order deny,allow
  28. Deny from all
  29. Allow from 192.168.1 127.0.0.1 localhost
  30. SCGIHandler on
  31. SCGIServer 127.0.0.1:5000
  32. </Directory>
  33.  
  34. Alias /69td/rtgui /usr/share/rtgui/www
  35. SCGIMount /RPC2 127.0.0.1:5000
  36. <Directory /usr/share/rtgui/www>
  37. Options +FollowSymLinks
  38. AllowOverride None
  39. Order allow,deny
  40. Allow from 192.168.1 127.0.0.1 localhost
  41. DirectoryIndex index.php
  42. </Directory>
  43.  
  44. <Location /sys/info>
  45. SetHandler server-info
  46. Order deny,allow
  47. Deny from all
  48. Allow from 192.168.1 127.0.0.1 localhost
  49. </Location>
  50. <Location /sys/status>
  51. SetHandler server-status
  52. Order deny,allow
  53. Deny from all
  54. Allow from 192.168.1 127.0.0.1 localhost
  55. </Location>
  56.  
  57. ErrorDocument 404 /fourohfour.html
  58.  
  59. ErrorLog /var/log/apache2/error.log
  60.  
  61. # Possible values include: debug, info, notice, warn, error, crit,
  62. # alert, emerg.
  63. LogLevel warn
  64.  
  65. CustomLog /var/log/apache2/access.log combined
  66.  
  67. </VirtualHost>
Add Comment
Please, Sign In to add comment