- Timestamp:
- Dec 16, 2016, 1:37:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/website/mondorescue.org.conf
r3111 r3617 38 38 <VirtualHost 10.3.252.23> 39 39 ServerName ftp.mondorescue.org 40 ServerAdmin webmaster@mondorescue.org 41 DocumentRoot /prj/www/html/mondorescue 40 DocumentRoot /prj/ftp 42 41 CustomLog /var/log/httpd/www.mondorescue.org/access_log combined 43 42 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"> 57 44 Options Indexes MultiViews FollowSymLinks 58 45 AllowOverride None
Note:
See TracChangeset
for help on using the changeset viewer.