Projet

Général

Profil

« Précédent | Suivant » 

Révision b2ae8379

Ajouté par dlaniel il y a plus de 17 ans

  • ID b2ae83792d17bd13b65f32ccd0f9d81719c1f565

removed now useless doc dir

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

Voir les différences:

doc/vhost-eo
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>
doc/vhost-larpe-admin
1
<VirtualHost *>
2
    ServerAdmin dlaniel@entrouvert.com
3
    ServerName larpe-admin.org
4
    DocumentRoot /home/heretik/larpe/larpe/trunk/admin
5

  
6
    SCGIMount / 127.0.0.1:3007
7
    <LocationMatch "^/(css|images|js)/.*">
8
        SCGIHandler off
9
    </LocationMatch>
10

  
11
#    CustomLog /var/log/apache2/larpe-access.log combined
12
#    ErrorLog /var/log/apache2/larpe-error.log
13

  
14
</VirtualHost>
doc/vhost-rp
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>

Formats disponibles : Unified diff