Projet

Général

Profil

Télécharger (1,27 ko) Statistiques
| Branche: | Révision:

root / doc / vhost-rp @ 8843f79b

1
NameVirtualHost 127.0.0.6:80
2
<VirtualHost 127.0.0.6:80>
3
  ServerName test.org
4

    
5
  DocumentRoot /home/heretik/larpe/larpe/trunk/root
6
  SCGIMount / 127.0.0.1:3007
7

    
8
  PythonOutputFilter larpe-filter OURFILTER
9
  SetOutputFilter proxy-html;OURFILTER
10

    
11
  <LocationMatch "^/(css|images|js)/.*">
12
    ProxyPass	!
13
    SCGIHandler	off
14
  </LocationMatch>
15

    
16
  <Location /eo/>
17
    ProxyPass		http://www.entrouvert.com/
18
    ProxyPassReverse	http://www.entrouvert.com/
19
#    ProxyPassReverse	/
20
    ProxyHTMLURLMap	/	/eo/
21
  </Location>
22

    
23
#  ProxyPass	/linuxfr/	http://linuxfr.org/
24
  <Location /linuxfr/>
25
    ProxyPass		http://linuxfr.org/
26
    ProxyPassReverse	http://linuxfr.org/
27
#    ProxyHTMLURLMap	/	/linuxfr/
28
#    ProxyHTMLURLMap	http://linuxfr.org/	/linuxfr/
29
  </Location>
30

    
31
  <Location /libe/>
32
    ProxyPass		http://www.liberation.fr/
33
#    ProxyPassReverse	/
34
    ProxyHTMLURLMap	/	  /libe/
35
    ProxyHTMLURLMap	http://www.liberation.fr/	/libe/
36
  </Location>
37

    
38
  <Location /dot/>
39
    Redirect permanent	/dot/ecrire/auth.php	http://test.org/dot/login
40
    ProxyPass		http://localhost/~heretik/dotclear/
41
#    ProxyPassReverse	/
42
#    ProxyPassReverse	http://localhost/~heretik/dotclear/
43
    ProxyHTMLURLMap	/~heretik/dotclear/	/dot/
44
#    ProxyHTMLURLMap	http://localhost/~heretik/dotclear/	/dot/
45
  </Location>
46

    
47
</VirtualHost>
(3-3/3)