Projet

Général

Profil

« Précédent | Suivant » 

Révision 8843f79b

Ajouté par dlaniel il y a plus de 17 ans

  • ID 8843f79b3ce1cff76078b01f416e90d67c501d86

integrated parts of wcs, in particular liberty alliance and added README for some manual configuration

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@6 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

Voir les différences:

doc/vhost-rp
3 3
  ServerName test.org
4 4

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

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

  
11
#  ProxyPass /eo/ http://www.entrouvert.com/
12
#  ProxyPassReverse /eo/ http://www.entrouvert.com/
13

  
14
#  <LocationMatch "^/admin/$">
15
#    SCGIServer 127.0.0.1:3007
16
#    SCGIHandler On
17
#  </LocationMatch>
9
  SetOutputFilter proxy-html;OURFILTER
18 10

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

  
24
#  <Location /admin/>
25
    SCGIMount / 127.0.0.1:3007
26
#  </Location>
27

  
28
#    DocumentRoot /home/heretik/larpe/larpe/trunk/admin
29

  
30
#    SCGIMount / 127.0.0.1:3007
31
#    <LocationMatch "^/(css|images|js)/.*">
32
#        SCGIHandler off
33
#    </LocationMatch>
34

  
35 16
  <Location /eo/>
36 17
    ProxyPass		http://www.entrouvert.com/
37 18
    ProxyPassReverse	http://www.entrouvert.com/
......
55 36
  </Location>
56 37

  
57 38
  <Location /dot/>
58
    Redirect permanent /dot/ecrire/auth.php http://test.org/dot/login
39
    Redirect permanent	/dot/ecrire/auth.php	http://test.org/dot/login
59 40
    ProxyPass		http://localhost/~heretik/dotclear/
60 41
#    ProxyPassReverse	/
61 42
#    ProxyPassReverse	http://localhost/~heretik/dotclear/
......
63 44
#    ProxyHTMLURLMap	http://localhost/~heretik/dotclear/	/dot/
64 45
  </Location>
65 46

  
66

  
67
#  <Location *>
68
#    ProxyPass		!
69
#  </Location>
70

  
71 47
</VirtualHost>

Formats disponibles : Unified diff