Advertisement
CoolRaoul

conf syno proxy pour http://www.cobestran.com

Sep 13th, 2012
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. # -*- apache -*-
  2. <IfModule !proxy_module>
  3.     LoadModule proxy_module modules/mod_proxy.so
  4. </IfModule>
  5.  
  6. <IfModule !proxy_connect_module>
  7.     LoadModule proxy_connect_module modules/mod_proxy_connect.so
  8. </IfModule>
  9.  
  10. <IfModule !proxy_http_module>
  11.     LoadModule proxy_http_module modules/mod_proxy_http.so
  12. </IfModule>
  13.  
  14. <VirtualHost *:80>
  15.   ServerName  filestation.votredomain.com
  16.   ProxyPass / http://localhost:7000/
  17.   ProxyPassReverse / http://localhost:7000/
  18. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement