source: MondoRescue/branches/3.0/website/mondorescue.org.conf@ 3111

Last change on this file since 3111 was 3111, checked in by Bruno Cornec, 11 years ago
  • revert patch 3106-2107 from SVK which had removed good code and fixes !!
File size: 5.6 KB
RevLine 
[785]1NameVirtualHost 10.3.252.23
[386]2
[785]3<VirtualHost 10.3.252.23>
[389]4 ServerName www.mondorescue.org
[2155]5 ServerAlias mondorescue.org
[386]6 ServerAdmin webmaster@mondorescue.org
[2896]7 DocumentRoot /prj/www/html/mondorescue
[386]8 CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
9 Errorlog /var/log/httpd/www.mondorescue.org/error_log
[543]10 RewriteEngine On
11 RewriteRule ^/index\.html$ /index.shtml
12 RewriteRule ^/$ /index.shtml
[785]13
[2896]14 <Directory "/prj/www/html/mondorescue">
[543]15 DirectoryIndex index.shtml
[386]16 Options -Indexes MultiViews FollowSymLinks +Includes
17 AllowOverride None
18 Order allow,deny
19 Allow from all
20 </Directory>
[785]21
[2896]22 <Directory "/prj/www/html/mondorescue/ftp">
23 Options Indexes MultiViews FollowSymLinks
24 AllowOverride None
25 Order allow,deny
26 Allow from all
27 </Directory>
28
29 <Directory "/var/www/cgi-bin">
[726]30 AllowOverride All
31 Options ExecCGI FollowSymLinks
32 Order allow,deny
33 Allow from all
34 </Directory>
35
[386]36</VirtualHost>
37
[785]38<VirtualHost 10.3.252.23>
[3111]39 ServerName ftp.mondorescue.org
40 ServerAdmin webmaster@mondorescue.org
41 DocumentRoot /prj/www/html/mondorescue
42 CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
43 Errorlog /var/log/httpd/www.mondorescue.org/error_log
44 RewriteEngine On
45 RewriteRule ^/index\.html$ /index.shtml
46 RewriteRule ^/$ /index.shtml
47
48 <Directory "/prj/www/html/mondorescue">
49 DirectoryIndex index.shtml
50 Options -Indexes MultiViews FollowSymLinks +Includes
51 AllowOverride None
52 Order allow,deny
53 Allow from all
54 </Directory>
55
56 <Directory "/prj/www/html/mondorescue/ftp">
57 Options Indexes MultiViews FollowSymLinks
58 AllowOverride None
59 Order allow,deny
60 Allow from all
61 </Directory>
62</VirtualHost>
63
64<VirtualHost 10.3.252.23>
[785]65 ServerName trac.mondorescue.org
[2896]66 DocumentRoot /prj/www/html/mondorescue
[785]67 ServerAdmin webmaster@mondorescue.org
68 CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
69 Errorlog /var/log/httpd/www.mondorescue.org/error_log
70
[2896]71 <Directory "/var/www/cgi-bin">
[785]72 AllowOverride All
73 Options ExecCGI FollowSymLinks
74 Order allow,deny
75 Allow from all
76 </Directory>
77
[2896]78 <Location "/">
79 SetEnv TRAC_ENV "/prj/trac/mondorescue.env"
80 </Location>
[785]81
[2896]82 ScriptAlias / "/var/www/cgi-bin/trac.fcgi/"
[785]83</VirtualHost>
84
85<VirtualHost 10.3.252.23>
[543]86 ServerName oldwww.mondorescue.org
87 ServerAdmin webmaster@mondorescue.org
[2896]88 DocumentRoot /prj/www/html/oldmondorescue
[543]89 CustomLog /var/log/httpd/oldwww.mondorescue.org/access_log combined
90 Errorlog /var/log/httpd/oldwww.mondorescue.org/error_log
[2896]91 <Directory "/prj/www/html/oldmondorescue">
[543]92 Options -Indexes MultiViews FollowSymLinks +Includes
93 AllowOverride None
94 Order allow,deny
95 Allow from all
96 </Directory>
97</VirtualHost>
98
[785]99<VirtualHost 10.3.252.23>
[389]100 ServerName www1.mondorescue.org
[386]101 ServerAdmin webmaster@mondorescue.org
[2896]102 DocumentRoot /prj/www/html/testmondorescue
[386]103 CustomLog /var/log/httpd/www1.mondorescue.org/access_log combined
104 Errorlog /var/log/httpd/www1.mondorescue.org/error_log
[2896]105 <Directory "/prj/www/html/testmondorescue">
[386]106 Options -Indexes MultiViews FollowSymLinks +Includes
107 AllowOverride None
108 Order allow,deny
109 Allow from all
110 </Directory>
111</VirtualHost>
[543]112
[785]113<VirtualHost 10.3.252.23>
114 ServerName mondo.hpintelco.org
115 ServerAdmin webmaster@mondorescue.org
[2896]116 DocumentRoot /prj/www/html/mondorescue
[785]117 CustomLog /var/log/httpd/mondo.hpintelco.org/access_log combined
118 Errorlog /var/log/httpd/mondo.hpintelco.org/error_log
[2896]119 <Directory "/prj/www/html/mondorescue">
[2155]120 Options Indexes MultiViews FollowSymLinks +Includes
[785]121 AllowOverride None
122 Order allow,deny
123 Allow from all
124 </Directory>
[2896]125 <Directory "/prj/www/html/mondorescue/ftp">
126 Options Indexes MultiViews FollowSymLinks
127 AllowOverride None
128 Order allow,deny
129 Allow from all
130 </Directory>
131
[785]132</VirtualHost>
133
134<VirtualHost 10.3.252.23>
[543]135 ServerName www.mondorescue.com
[2155]136 ServerAlias mondorescue.com
[543]137 ServerAdmin webmaster@mondorescue.com
[2896]138 DocumentRoot /prj/www/html/mondorescue
[543]139 CustomLog /var/log/httpd/www.mondorescue.com/access_log combined
140 Errorlog /var/log/httpd/www.mondorescue.com/error_log
[3111]141 RewriteEngine On
142 RewriteRule ^/index\.html$ /index.shtml
143 RewriteRule ^/$ /index.shtml
[2896]144 <Directory "/prj/www/html/mondorescue">
[543]145 DirectoryIndex index.shtml
146 Options -Indexes MultiViews FollowSymLinks +Includes
147 AllowOverride None
148 Order allow,deny
149 Allow from all
150 </Directory>
[2896]151 <Directory "/prj/www/html/mondorescue/ftp">
152 Options Indexes MultiViews FollowSymLinks
153 AllowOverride None
154 Order allow,deny
155 Allow from all
156 </Directory>
157
[543]158</VirtualHost>
[3111]159
160<VirtualHost 10.3.252.23>
161 ServerName ftp.mondorescue.com
162 ServerAdmin webmaster@mondorescue.com
163 DocumentRoot /prj/www/html/mondorescue
164 CustomLog /var/log/httpd/www.mondorescue.com/access_log combined
165 Errorlog /var/log/httpd/www.mondorescue.com/error_log
166 RewriteEngine On
167 RewriteRule ^/index\.html$ /index.shtml
168 RewriteRule ^/$ /index.shtml
169 <Directory "/prj/www/html/mondorescue">
170 DirectoryIndex index.shtml
171 Options -Indexes MultiViews FollowSymLinks +Includes
172 AllowOverride None
173 Order allow,deny
174 Allow from all
175 </Directory>
176 <Directory "/prj/www/html/mondorescue/ftp">
177 Options Indexes MultiViews FollowSymLinks
178 AllowOverride None
179 Order allow,deny
180 Allow from all
181 </Directory>
182
183</VirtualHost>
Note: See TracBrowser for help on using the repository browser.