Changeset 541 in MondoRescue for branches/stable/website/mondorescue.org.conf


Ignore:
Timestamp:
May 13, 2006, 8:47:23 PM (18 years ago)
Author:
bcornec
Message:

Stable is reverted to r436 (2.0.7) to put it in line with 2.0.8 and start from there over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/website/mondorescue.org.conf

    r447 r541  
    22# Apache Virtual Host Configuration File
    33#
    4 NameVirtualHost *
     4NameVirtualHost *:80
    55
    6 <VirtualHost *>
     6<VirtualHost *:80>
    77    ServerName www.mondorescue.org
    8     #ServerAlias mondorescue.org
    98    ServerAdmin webmaster@mondorescue.org
    109    DocumentRoot /mondo/www/html/mondo
    1110    CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
    1211    Errorlog /var/log/httpd/www.mondorescue.org/error_log
    13     RewriteEngine On
    14     RewriteRule     ^/index\.html$  /index.shtml
    15     RewriteRule     ^/$  /index.shtml
    1612    <Directory "/mondo/www/html/mondo">
    17     DirectoryIndex index.shtml
    1813        Options -Indexes MultiViews FollowSymLinks +Includes
    1914        AllowOverride None
     
    2318</VirtualHost>
    2419
    25 <VirtualHost *>
    26     ServerName oldwww.mondorescue.org
    27     ServerAdmin webmaster@mondorescue.org
    28     DocumentRoot /mondo/www/html/oldwww
    29     CustomLog /var/log/httpd/oldwww.mondorescue.org/access_log combined
    30     Errorlog /var/log/httpd/oldwww.mondorescue.org/error_log
    31     <Directory "/mondo/www/html/oldwww">
    32         Options -Indexes MultiViews FollowSymLinks +Includes
    33         AllowOverride None
    34         Order allow,deny
    35         Allow from all
    36     </Directory>
    37 </VirtualHost>
    38 
    39 <VirtualHost *>
     20<VirtualHost *:80>
    4021    ServerName www1.mondorescue.org
    4122    ServerAdmin webmaster@mondorescue.org
     
    5031    </Directory>
    5132</VirtualHost>
    52 
    53 <VirtualHost *>
    54     ServerName www.mondorescue.com
    55     ServerAdmin webmaster@mondorescue.com
    56     DocumentRoot /mondo/www/html/mondo
    57     CustomLog /var/log/httpd/www.mondorescue.com/access_log combined
    58     Errorlog /var/log/httpd/www.mondorescue.com/error_log
    59     <Directory "/mondo/www/html/mondo">
    60     DirectoryIndex index.shtml
    61         Options -Indexes MultiViews FollowSymLinks +Includes
    62         AllowOverride None
    63         Order allow,deny
    64         Allow from all
    65     </Directory>
    66 </VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.