Changeset 2155 in MondoRescue


Ignore:
Timestamp:
Feb 19, 2009, 8:03:05 PM (15 years ago)
Author:
Bruno Cornec
Message:

backup of mondorescue web site and update of support Web page for Miracle and HP

Location:
branches/2.2.9/website
Files:
2 edited

Legend:

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

    r785 r2155  
    33<VirtualHost 10.3.252.23>
    44    ServerName www.mondorescue.org
    5     #ServerAlias mondorescue.org
     5    ServerAlias mondorescue.org
    66    ServerAdmin webmaster@mondorescue.org
    77    DocumentRoot /mondo/www/html/mondo
     
    1111    RewriteRule     ^/index\.html$  /index.shtml
    1212    RewriteRule     ^/$  /index.shtml
     13    SetEnv TRAC_ENV "/mondo/trac/mondorescue.env"
    1314
    1415    <Directory "/mondo/www/html/mondo">
     
    2930    ScriptAlias /cgi-bin/ "/mondo/www/cgi-bin/"
    3031
    31     # fix mdk bug #16298
    32     PassEnv LC_ALL
    33     PassEnv LANG
    34 
    35     # fix mdk bug #16298
    36     <Directory "/usr/share/trac/htdocs/">
    37         Options Indexes MultiViews
    38         AllowOverride None
    39         Order allow,deny
    40         Allow from All
    41     </Directory>
    42    
    43     Alias /trac/ "/usr/share/trac/htdocs/"
    44     <Location "/cgi-bin/trac.cgi">
    45         SetEnv TRAC_ENV "/mondo/trac/mondorescue.env"
    46     </Location>
    47 
    48     # You need something like this to authenticate users
    49     <Location "/cgi-bin/trac.cgi/login">
    50         AuthType Basic
    51         AuthName "MondoRescue"
    52         AuthUserFile /etc/trac.htpasswd
    53         Require valid-user
    54     </Location>
    5532</VirtualHost>
    5633
     
    7855
    7956    # You need something like this to authenticate users
    80     <Location "/login">
    81         AuthType Basic
    82         AuthName "MondoRescue"
    83         AuthUserFile /etc/trac.htpasswd
    84         Require valid-user
    85     </Location>
     57    #<Location "/login">
     58        #AuthType Basic
     59        #AuthName "MondoRescue"
     60        #AuthUserFile /usr/local/etc/trac.htpasswd
     61        #Require valid-user
     62    #</Location>
    8663</VirtualHost>
    8764
     
    12198    Errorlog /var/log/httpd/mondo.hpintelco.org/error_log
    12299    <Directory "/var/www/html">
    123         Options -Indexes MultiViews FollowSymLinks +Includes
     100        Options Indexes MultiViews FollowSymLinks +Includes
    124101        AllowOverride None
    125102        Order allow,deny
     
    130107<VirtualHost 10.3.252.23>
    131108    ServerName www.mondorescue.com
     109    ServerAlias mondorescue.com
    132110    ServerAdmin webmaster@mondorescue.com
    133111    DocumentRoot /mondo/www/html/mondo
  • branches/2.2.9/website/support.shtml

    r2111 r2155  
    4343            <li><b><a href="http://www.linagora.com/en">Linagora</a></b> (France) - Contact: <a href="mailto:support_at_linagora.com">Support Service</a></li>
    4444            <li><b><a href="http://www.tc2l.ca">TC2L</a></b> (Canada) - Contact: <a href="mailto:contact_at_tc2l.ca">Support Service</a></li>
     45            <li><b><a href="http://www.miraclelinux.com">Miracle</a></b> (Japan) - Contact: <a href="mailto:robert_at_.miraclelinux.com">Support Service</a></li>
     46            <li><b><a href="http://www.hp.com/linux">Hewlett-Packard</a></b> (EMEA) - Contact: <a href="mailto:mondo_at_hp.com">TS organization</a></li>
    4547    </ul></p>
    4648    <p>For commercial enhancement and consulting services around Mondo Rescue,
Note: See TracChangeset for help on using the changeset viewer.