Changeset 3617 in MondoRescue


Ignore:
Timestamp:
Dec 16, 2016, 1:37:05 AM (7 years ago)
Author:
Bruno Cornec
Message:

Fix http support for ftp.mondorescue.org

File:
1 edited

Legend:

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

    r3111 r3617  
    3838<VirtualHost 10.3.252.23>
    3939    ServerName ftp.mondorescue.org
    40     ServerAdmin webmaster@mondorescue.org
    41     DocumentRoot /prj/www/html/mondorescue
     40    DocumentRoot /prj/ftp
    4241    CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
    4342    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">
     43    <Directory "/prj/ftp">
    5744        Options Indexes MultiViews FollowSymLinks
    5845        AllowOverride None
Note: See TracChangeset for help on using the changeset viewer.