Projet

Général

Profil

Télécharger (315 octets) Statistiques
| Branche: | Révision:

root / doc / vhost-eo @ b77557ca

1
<VirtualHost 127.0.0.6:80>
2
  ServerName entrouvert.test.org
3
  ServerAdmin dlaniel@entrouvert.com
4

    
5
  SetOutputFilter	proxy-html
6

    
7
  <Location />
8
    ProxyPass		http://www.entrouvert.com/
9
    ProxyPassReverse	http://www.entrouvert.com/
10
#    ProxyPassReverse	/
11
#    ProxyHTMLURLMap	/	/eo/
12
  </Location>
13

    
14
</VirtualHost>
(1-1/2)