Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName subdomain1.domain.tld
  3. [...]
  4. DocumentRoot /var/www/html/subdomain1
  5. [...]
  6. </VirtualHost>
  7.  
  8. <VirtualHost *:80>
  9. ServerName subdomain2.domain.tld
  10. [...]
  11. DocumentRoot /var/www/html/subdomain2
  12. [...]
  13. </VirtualHost>
  14.  
  15. subdomain1.domain.tld/a_path_for_a_cgi/ => disallow or not to find
  16. subdomain2.domain.tld/a_path_for_a_cgi/ => disallow or not to find
  17. subdomain3.domain.tld/a_path_for_a_cgi/ => allow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement