source: MondoRescue/branches/3.2/website/mondorescue.org.conf@ 3274

Last change on this file since 3274 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
Line 
1NameVirtualHost 10.3.252.23
2
3<VirtualHost 10.3.252.23>
4 ServerName www.mondorescue.org
5 ServerAlias mondorescue.org
6 ServerAdmin webmaster@mondorescue.org
7 DocumentRoot /prj/www/html/mondorescue
8 CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
9 Errorlog /var/log/httpd/www.mondorescue.org/error_log
10 RewriteEngine On
11 RewriteRule ^/index\.html$ /index.shtml
12 RewriteRule ^/$ /index.shtml
13
14 <Directory "/prj/www/html/mondorescue">
15 DirectoryIndex index.shtml
16 Options -Indexes MultiViews FollowSymLinks +Includes
17 AllowOverride None
18 Order allow,deny
19 Allow from all
20 </Directory>
21
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">
30 AllowOverride All
31 Options ExecCGI FollowSymLinks
32 Order allow,deny
33 Allow from all
34 </Directory>
35
36</VirtualHost>
37
38<VirtualHost 10.3.252.23>
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>
65 ServerName trac.mondorescue.org
66 DocumentRoot /prj/www/html/mondorescue
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
71 <Directory "/var/www/cgi-bin">
72 AllowOverride All
73 Options ExecCGI FollowSymLinks
74 Order allow,deny
75 Allow from all
76 </Directory>
77
78 <Location "/">
79 SetEnv TRAC_ENV "/prj/trac/mondorescue.env"
80 </Location>
81
82 ScriptAlias / "/var/www/cgi-bin/trac.fcgi/"
83</VirtualHost>
84
85<VirtualHost 10.3.252.23>
86 ServerName oldwww.mondorescue.org
87 ServerAdmin webmaster@mondorescue.org
88 DocumentRoot /prj/www/html/oldmondorescue
89 CustomLog /var/log/httpd/oldwww.mondorescue.org/access_log combined
90 Errorlog /var/log/httpd/oldwww.mondorescue.org/error_log
91 <Directory "/prj/www/html/oldmondorescue">
92 Options -Indexes MultiViews FollowSymLinks +Includes
93 AllowOverride None
94 Order allow,deny
95 Allow from all
96 </Directory>
97</VirtualHost>
98
99<VirtualHost 10.3.252.23>
100 ServerName www1.mondorescue.org
101 ServerAdmin webmaster@mondorescue.org
102 DocumentRoot /prj/www/html/testmondorescue
103 CustomLog /var/log/httpd/www1.mondorescue.org/access_log combined
104 Errorlog /var/log/httpd/www1.mondorescue.org/error_log
105 <Directory "/prj/www/html/testmondorescue">
106 Options -Indexes MultiViews FollowSymLinks +Includes
107 AllowOverride None
108 Order allow,deny
109 Allow from all
110 </Directory>
111</VirtualHost>
112
113<VirtualHost 10.3.252.23>
114 ServerName mondo.hpintelco.org
115 ServerAdmin webmaster@mondorescue.org
116 DocumentRoot /prj/www/html/mondorescue
117 CustomLog /var/log/httpd/mondo.hpintelco.org/access_log combined
118 Errorlog /var/log/httpd/mondo.hpintelco.org/error_log
119 <Directory "/prj/www/html/mondorescue">
120 Options Indexes MultiViews FollowSymLinks +Includes
121 AllowOverride None
122 Order allow,deny
123 Allow from all
124 </Directory>
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
132</VirtualHost>
133
134<VirtualHost 10.3.252.23>
135 ServerName www.mondorescue.com
136 ServerAlias mondorescue.com
137 ServerAdmin webmaster@mondorescue.com
138 DocumentRoot /prj/www/html/mondorescue
139 CustomLog /var/log/httpd/www.mondorescue.com/access_log combined
140 Errorlog /var/log/httpd/www.mondorescue.com/error_log
141 RewriteEngine On
142 RewriteRule ^/index\.html$ /index.shtml
143 RewriteRule ^/$ /index.shtml
144 <Directory "/prj/www/html/mondorescue">
145 DirectoryIndex index.shtml
146 Options -Indexes MultiViews FollowSymLinks +Includes
147 AllowOverride None
148 Order allow,deny
149 Allow from all
150 </Directory>
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
158</VirtualHost>
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.