Changeset 2896 in MondoRescue for branches/2.2.9/website/mondorescue.org.conf


Ignore:
Timestamp:
Oct 20, 2011, 2:21:32 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Improve -d option description for NFS
  • Allow http download for ftp content
  • New italian mirror
File:
1 edited

Legend:

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

    r2155 r2896  
    55    ServerAlias mondorescue.org
    66    ServerAdmin webmaster@mondorescue.org
    7     DocumentRoot /mondo/www/html/mondo
     7    DocumentRoot /prj/www/html/mondorescue
    88    CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
    99    Errorlog /var/log/httpd/www.mondorescue.org/error_log
     
    1111    RewriteRule     ^/index\.html$  /index.shtml
    1212    RewriteRule     ^/$  /index.shtml
    13     SetEnv TRAC_ENV "/mondo/trac/mondorescue.env"
    1413
    15     <Directory "/mondo/www/html/mondo">
     14    <Directory "/prj/www/html/mondorescue">
    1615    DirectoryIndex index.shtml
    1716        Options -Indexes MultiViews FollowSymLinks +Includes
     
    2120    </Directory>
    2221
    23     <Directory "/mondo/www/cgi-bin">
     22    <Directory "/prj/www/html/mondorescue/ftp">
     23        Options Indexes MultiViews FollowSymLinks
     24        AllowOverride None
     25        Order allow,deny
     26        Allow from all
     27    </Directory>
     28
     29    <Directory "/var/www/cgi-bin">
    2430        AllowOverride All
    2531        Options ExecCGI FollowSymLinks
     
    2834    </Directory>
    2935
    30     ScriptAlias /cgi-bin/ "/mondo/www/cgi-bin/"
    31 
    3236</VirtualHost>
    3337
    3438<VirtualHost 10.3.252.23>
    3539    ServerName trac.mondorescue.org
    36     SetEnv TRAC_ENV "/mondo/trac/mondorescue.env"
    37     DocumentRoot /mondo/www/cgi-bin/trac.cgi
     40    DocumentRoot /prj/www/html/mondorescue
    3841    ServerAdmin webmaster@mondorescue.org
    3942    CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
    4043    Errorlog /var/log/httpd/www.mondorescue.org/error_log
    4144
    42     # fix mdk bug #16298
    43     PassEnv LC_ALL
    44     PassEnv LANG
    45 
    46     <Directory "/mondo/www/cgi-bin">
     45    <Directory "/var/www/cgi-bin">
    4746        AllowOverride All
    4847        Options ExecCGI FollowSymLinks
     
    5150    </Directory>
    5251
    53     Alias /trac/ "/usr/share/trac/htdocs/"
    54     ScriptAlias /cgi-bin/ "/mondo/www/cgi-bin/"
     52    <Location "/">
     53        SetEnv TRAC_ENV "/prj/trac/mondorescue.env"
     54    </Location>
    5555
    56     # You need something like this to authenticate users
    57     #<Location "/login">
    58         #AuthType Basic
    59         #AuthName "MondoRescue"
    60         #AuthUserFile /usr/local/etc/trac.htpasswd
    61         #Require valid-user
    62     #</Location>
     56    ScriptAlias / "/var/www/cgi-bin/trac.fcgi/"
    6357</VirtualHost>
    6458
     
    6660    ServerName oldwww.mondorescue.org
    6761    ServerAdmin webmaster@mondorescue.org
    68     DocumentRoot /mondo/www/html/oldwww
     62    DocumentRoot /prj/www/html/oldmondorescue
    6963    CustomLog /var/log/httpd/oldwww.mondorescue.org/access_log combined
    7064    Errorlog /var/log/httpd/oldwww.mondorescue.org/error_log
    71     <Directory "/mondo/www/html/oldwww">
     65    <Directory "/prj/www/html/oldmondorescue">
    7266        Options -Indexes MultiViews FollowSymLinks +Includes
    7367        AllowOverride None
     
    8074    ServerName www1.mondorescue.org
    8175    ServerAdmin webmaster@mondorescue.org
    82     DocumentRoot /mondo/www/html/test
     76    DocumentRoot /prj/www/html/testmondorescue
    8377    CustomLog /var/log/httpd/www1.mondorescue.org/access_log combined
    8478    Errorlog /var/log/httpd/www1.mondorescue.org/error_log
    85     <Directory "/mondo/www/html/test">
     79    <Directory "/prj/www/html/testmondorescue">
    8680        Options -Indexes MultiViews FollowSymLinks +Includes
    8781        AllowOverride None
     
    9488    ServerName mondo.hpintelco.org
    9589    ServerAdmin webmaster@mondorescue.org
    96     DocumentRoot /var/www/html
     90    DocumentRoot /prj/www/html/mondorescue
    9791    CustomLog /var/log/httpd/mondo.hpintelco.org/access_log combined
    9892    Errorlog /var/log/httpd/mondo.hpintelco.org/error_log
    99     <Directory "/var/www/html">
     93    <Directory "/prj/www/html/mondorescue">
    10094        Options Indexes MultiViews FollowSymLinks +Includes
    10195        AllowOverride None
     
    10397        Allow from all
    10498    </Directory>
     99    <Directory "/prj/www/html/mondorescue/ftp">
     100        Options Indexes MultiViews FollowSymLinks
     101        AllowOverride None
     102        Order allow,deny
     103        Allow from all
     104    </Directory>
     105
    105106</VirtualHost>
    106107
     
    109110    ServerAlias mondorescue.com
    110111    ServerAdmin webmaster@mondorescue.com
    111     DocumentRoot /mondo/www/html/mondo
     112    DocumentRoot /prj/www/html/mondorescue
    112113    CustomLog /var/log/httpd/www.mondorescue.com/access_log combined
    113114    Errorlog /var/log/httpd/www.mondorescue.com/error_log
    114     <Directory "/mondo/www/html/mondo">
     115    <Directory "/prj/www/html/mondorescue">
    115116    DirectoryIndex index.shtml
    116117        Options -Indexes MultiViews FollowSymLinks +Includes
     
    119120        Allow from all
    120121    </Directory>
     122    <Directory "/prj/www/html/mondorescue/ftp">
     123        Options Indexes MultiViews FollowSymLinks
     124        AllowOverride None
     125        Order allow,deny
     126        Allow from all
     127    </Directory>
     128
    121129</VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.