Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <VirtualHost *:7777>
  2. ServerName testsite.example.com
  3. Port 80
  4. ServerAdmin you@your.address
  5. RewriteEngine On
  6. RewriteOptions inherit
  7. </VirtualHost>
  8.  
  9. <VirtualHost *:7777>
  10. ServerName testserver-01.example.com
  11. Port 7777
  12. ServerAdmin you@your.address
  13. RewriteEngine On
  14. RewriteOptions inherit
  15. </VirtualHost>
  16.  
  17. <VirtualHost *:7777>
  18. ServerName testsite.example.com
  19. Port 7777
  20. ServerAdmin you@your.address
  21. RewriteEngine On
  22. RewriteOptions inherit
  23. </VirtualHost>
  24.  
  25. <VirtualHost *:7777>
  26. ServerName testserver-02.example.com
  27. Port 7777
  28. ServerAdmin you@your.address
  29. RewriteEngine On
  30. RewriteOptions inherit
  31. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement