Changeset 3104 in MondoRescue
- Timestamp:
- May 3, 2013, 4:33:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/website/mondorescue.org.conf
r2896 r3104 34 34 </Directory> 35 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> 36 62 </VirtualHost> 37 63 … … 113 139 CustomLog /var/log/httpd/www.mondorescue.com/access_log combined 114 140 Errorlog /var/log/httpd/www.mondorescue.com/error_log 141 RewriteEngine On 142 RewriteRule ^/index\.html$ /index.shtml 143 RewriteRule ^/$ /index.shtml 115 144 <Directory "/prj/www/html/mondorescue"> 116 145 DirectoryIndex index.shtml … … 128 157 129 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 TracChangeset
for help on using the changeset viewer.