Changeset 2896 in MondoRescue


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
Location:
branches/2.2.9
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo-doc/mondoarchive.8

    r2870 r2896  
    205205this is the device name of your key or external disk. For ISO users,
    206206this is the directory where the ISO images are stored. For NFS users, this is
    207 the directory within the NFS mount where the backups are stored. The default
     207the subdirectory under the NFS mount where the backups are stored. The default
    208208for ISO and NFS is '/var/cache/mondo'.
    209209
  • branches/2.2.9/website/downloads.shtml

    r2867 r2896  
    3131                    <a href="http://www.mondorescue.org">Web site</a>,
    3232                    <a href="ftp://ftp.mondorescue.org">Ftp site (ftp)</a>
     33                    <a href="http://www.mondorescue.org/ftp">Ftp site (http)</a>
    3334                    <a href="rsync://rsync.mondorescue.org::mondorescue-ftp">Ftp site (rsync)</a>
    3435                    <ul>
     
    3839                </li>
    3940            </ul>
    40             <li><i>Germany</i>:</li>
    41             <ul>
    42                 <li>Linjection.org:
    43                     <a href="http://mondorescue.linjection.org">Web site</a>,
    44                     <a href="http://mondorescue.linjection.org/ftp">Ftp site (http)</a>
    45                 </li>
    46             </ul>
    4741            <li><i>Italy</i>:</li>
    4842            <ul>
    49                     <li>Daniele Carbonetti (<a href="http://www.dcl-arch.it">http://www.dcl-arch.it</a>):
    50                     <a href="http://mondorescue.dcl-arch.it">Web site</a>,
    51                     <a href="http://www.dcl-arch.it/pub/mondorescue">Ftp site (http)</a>
    52                     <a href="ftp://ftp.dcl-arch.it/pub/mondorescue">Ftp site (ftp)</a>
    53                     <a href="rsync://rsync.dcl-arch.it::mondorescue">Ftp site (rsync)</a>
     43                    <li>Dimitri Bellini (<a href="http://www.quadrata.it/">http://www.quadrata.it/</a>):
     44                    <a href="http://mondo.quadrata.it">Web site</a>,
     45                    <a href="ftp://mondo.quadrata.it/">Ftp site (ftp)</a>
     46                    <a href="http://mondo.quadrata.it/ftp">Ftp site (http)</a>
    5447                    <ul>
    55                             <li>Update times: 2 times/day</li>
    56                             <li>Internet Bandwith: 100Mbit</li>
    57                             <li><i>doesn't seem to be active anymore</i></li>
     48                            <li>Update times: 1 time/day</li>
     49                            <li>Internet Bandwith: Mbit</li>
    5850                    </ul>
    5951                </li>
  • 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.