Changeset 3107 in MondoRescue for branches/3.0/website/mondorescue.org.conf


Ignore:
Timestamp:
May 5, 2013, 4:23:30 AM (11 years ago)
Author:
Bruno Cornec
Message:
 
File:
1 edited

Legend:

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

    r3104 r3107  
    3434    </Directory>
    3535
    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>
    6236</VirtualHost>
    6337
     
    139113    CustomLog /var/log/httpd/www.mondorescue.com/access_log combined
    140114    Errorlog /var/log/httpd/www.mondorescue.com/error_log
    141     RewriteEngine On
    142     RewriteRule     ^/index\.html$  /index.shtml
    143     RewriteRule     ^/$  /index.shtml
    144115    <Directory "/prj/www/html/mondorescue">
    145116    DirectoryIndex index.shtml
     
    157128
    158129</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.