Projet

Général

Profil

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

root / doc / vhost-rp @ ebf37dd5

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
#  SetOutputFilter proxy-html
11

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

    
17
#  Options +FollowSymlinks
18
  RewriteEngine on
19
#  RewriteRule		/dot/ecrire/index.php	/liberty/dot/logout
20

    
21
#  <Location /eo/>
22
#    ProxyPass		http://www.entrouvert.com/
23
#    ProxyPassReverse	http://www.entrouvert.com/
24
#    ProxyHTMLURLMap	/	/eo/
25
#  </Location>
26

    
27
#  ProxyPass	/linuxfr/	http://linuxfr.org/
28
  <Location /linuxfr/>
29
    ProxyPass		http://linuxfr.org/
30
    ProxyPassReverse	http://linuxfr.org/
31
#    ProxyHTMLURLMap	/	/linuxfr/
32
#    ProxyHTMLURLMap	http://linuxfr.org/	/linuxfr/
33
  </Location>
34

    
35
  <Location /libe/>
36
    ProxyPass		http://www.liberation.fr/
37
#    ProxyPassReverse	/
38
    ProxyHTMLURLMap	/	  /libe/
39
    ProxyHTMLURLMap	http://www.liberation.fr/	/libe/
40
  </Location>
41

    
42
  <Location /dot/>
43
    Redirect permanent	/dot/ecrire/auth.php	http://test.org/liberty/dot/login
44
    RewriteEngine on
45
    RewriteRule		/ecrire/index.php	/liberty/dot/logout
46
#    Redirect permanent	/dot/ecrire/index.php?logout=1	http://test.org/liberty/dot/liberty/logout
47
    ProxyPass		http://localhost/~heretik/dotclear/
48
#    ProxyPassReverse	/
49
    ProxyPassReverse	http://localhost/~heretik/dotclear/
50
    ProxyHTMLURLMap	/~heretik/dotclear/	/dot/
51
#    ProxyHTMLURLMap	http://localhost/~heretik/dotclear/	/dot/
52
  </Location>
53

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