Changeset 785 in MondoRescue


Ignore:
Timestamp:
Sep 3, 2006, 5:03:35 PM (18 years ago)
Author:
Bruno Cornec
Message:

Trac is now accessible with the simpler URL http://trac.mondorescue.org

Location:
branches/stable
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/README

    r763 r785  
    5050
    5151Apart from the above-mentioned documentation, there is a Wiki with growing
    52 contents at the following URL: http://www.mondorescue.org/cgi-bin/trac.cgi/wiki
     52contents at the following URL: http://trac.mondorescue.org
    5353
    5454Also, there is a mailing list mondo-devel@lists.sourceforge.net. Please go to
  • branches/stable/mondo/README

    r763 r785  
    5050
    5151Apart from the above-mentioned documentation, there is a Wiki with growing
    52 contents at the following URL: http://www.mondorescue.org/cgi-bin/trac.cgi/wiki
     52contents at the following URL: http://trac.mondorescue.org
    5353
    5454Also, there is a mailing list mondo-devel@lists.sourceforge.net. Please go to
  • branches/stable/trac/trac.ini

    r765 r785  
    11[header_logo]
    22src = http://www.mondorescue.org/images/trac-logo.png
     3height = 120
     4width = 350
     5link = http://www.mondorescue.org
    36alt = Mondo Rescue
    4 height = 120
    5 link = http://www.mondorescue.org
    6 width = 350
    77
    88[logging]
     
    1313[trac]
    1414default_charset = iso-8859-15
     15database = sqlite:db/trac.db
    1516templates_dir = /usr/share/trac/templates
     17htdocs_location = /trac/
    1618repository_dir = /mondo/svn/mondorescue
    17 htdocs_location = /trac/
    18 database = sqlite:db/trac.db
    1919
    2020[notification]
     21always_notify_owner = true
    2122smtp_enabled = true
    2223smtp_replyto = trac@svn.mondorescue.org
     
    2526smtp_from = trac@svn.mondorescue.org
    2627always_notify_reporter = true
    27 always_notify_owner = true
    2828
    2929[project]
    30 url = http://www.mondorescue.org
    31 footer = The <a href="http://www.mondorescue.org">Mondo Rescue</a> project is hosted <br>by the <a href="http://www.hpintelco.net">HP Intel Solution Center</a> on a <a href="http://www.mandriva.com">Mandriva</a> system.
    3230name = MondoRescue
    3331descr = GPL disaster recovery solution
     32footer = The <a href="http://www.mondorescue.org">Mondo Rescue</a> project is hosted <br>by the <a href="http://www.hpintelco.net">HP Intel Solution Center</a> on a <a href="http://www.mandriva.com">Mandriva</a> system.
     33url = http://www.mondorescue.org
    3434icon = /mondo/www/html/mondo/favicon.ico
    3535
     
    4141max_size = 262144
    4242
     43[components]
     44webadmin.* = enabled
     45acct_mgr.web_ui.registrationmodule = enabled
     46acct_mgr.web_ui.accountmodule = enabled
     47acct_mgr.htfile.htdigeststore = enabled
     48acct_mgr.api.accountmanager = enabled
     49acct_mgr.web_ui.loginmodule = enabled
     50acct_mgr.htfile.htpasswdstore = enabled
     51acct_mgr.htfile.abstractpasswordfilestore = enabled
     52
    4353[timeline]
    4454changeset_show_files = 0
    4555
     56[account-manager]
     57password_format = htpasswd
     58password_file = /etc/trac.htpasswd
     59
    4660[diff]
    47 tab_width = 8
     61tab_width = 4
    4862
    4963[ticket]
    50 default_version = 2.0.8
     64default_version = 2.0.9
     65default_component = mondo
     66default_milestone = 2.0.9
    5167default_severity = normal
    52 default_component = mondo
    5368default_priority = normal
    54 default_milestone = 2.0.9
    5569
  • branches/stable/website/downloads.shtml

    r781 r785  
    7373<ul>
    7474    <li>tarballs are available under <a href="ftp://ftp.mondorescue.org/src">ftp://ftp.mondorescue.org/src</a></li>
    75     <li>Subversion browing available at <a href="http://www.mondorescue.org/cgi-bin/trac.cgi/browser/">http://www.mondorescue.org/cgi-bin/trac.cgi/browser/</a></li>
     75    <li>Subversion browing available at <a href="http://trac.mondorescue.org/browser/">http://trac.mondorescue.org/browser/</a></li>
    7676    <li>Anonymous SVN Subversion check out of the project available with the following instruction set: <pre><tt>svn checkout svn://svn.mondorescue.org/mondorescue/branches/stable</tt></pre></li>
    7777</ul>
  • branches/stable/website/mondorescue.org.conf

    r726 r785  
    1 #
    2 # Apache Virtual Host Configuration File
    3 # Replace * by IP address of the machine
    4 NameVirtualHost *
     1NameVirtualHost 10.3.252.23
    52
    6 <VirtualHost *>
     3<VirtualHost 10.3.252.23>
    74    ServerName www.mondorescue.org
    85    #ServerAlias mondorescue.org
     
    1411    RewriteRule     ^/index\.html$  /index.shtml
    1512    RewriteRule     ^/$  /index.shtml
     13
    1614    <Directory "/mondo/www/html/mondo">
    1715    DirectoryIndex index.shtml
     
    2119        Allow from all
    2220    </Directory>
     21
    2322    <Directory "/mondo/www/cgi-bin">
    2423        AllowOverride All
     
    5655</VirtualHost>
    5756
    58 <VirtualHost *>
     57<VirtualHost 10.3.252.23>
     58    ServerName trac.mondorescue.org
     59    SetEnv TRAC_ENV "/mondo/trac/mondorescue.env"
     60    DocumentRoot /mondo/www/cgi-bin/trac.cgi
     61    ServerAdmin webmaster@mondorescue.org
     62    CustomLog /var/log/httpd/www.mondorescue.org/access_log combined
     63    Errorlog /var/log/httpd/www.mondorescue.org/error_log
     64
     65    # fix mdk bug #16298
     66    PassEnv LC_ALL
     67    PassEnv LANG
     68
     69    <Directory "/mondo/www/cgi-bin">
     70        AllowOverride All
     71        Options ExecCGI FollowSymLinks
     72        Order allow,deny
     73        Allow from all
     74    </Directory>
     75
     76    Alias /trac/ "/usr/share/trac/htdocs/"
     77    ScriptAlias /cgi-bin/ "/mondo/www/cgi-bin/"
     78
     79    # 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>
     86</VirtualHost>
     87
     88<VirtualHost 10.3.252.23>
    5989    ServerName oldwww.mondorescue.org
    6090    ServerAdmin webmaster@mondorescue.org
     
    70100</VirtualHost>
    71101
    72 <VirtualHost *>
     102<VirtualHost 10.3.252.23>
    73103    ServerName www1.mondorescue.org
    74104    ServerAdmin webmaster@mondorescue.org
     
    84114</VirtualHost>
    85115
    86 <VirtualHost *>
     116<VirtualHost 10.3.252.23>
     117    ServerName mondo.hpintelco.org
     118    ServerAdmin webmaster@mondorescue.org
     119    DocumentRoot /var/www/html
     120    CustomLog /var/log/httpd/mondo.hpintelco.org/access_log combined
     121    Errorlog /var/log/httpd/mondo.hpintelco.org/error_log
     122    <Directory "/var/www/html">
     123        Options -Indexes MultiViews FollowSymLinks +Includes
     124        AllowOverride None
     125        Order allow,deny
     126        Allow from all
     127    </Directory>
     128</VirtualHost>
     129
     130<VirtualHost 10.3.252.23>
    87131    ServerName www.mondorescue.com
    88132    ServerAdmin webmaster@mondorescue.com
  • branches/stable/website/support.shtml

    r763 r785  
    1919    </ul></p>
    2020    <p>Second look at the <a href="/docs.shtml">Mondo Rescue documentation</a> and the extensive FAQ section of the Mondo Rescue HOWTO, as a lot of good tip and tricks are provided there.</p>
    21     <p>Third look at the <a href="http://www.mondorescue.org/cgi-bin/trac.cgi/wiki">Mondo Rescue wiki</a> which may contain additional comments,and feel free to contribute by adding your remarks.</p>
     21    <p>Third look at the <a href="http://trac.mondorescue.org/">Mondo Rescue wiki</a> which may contain additional comments,and feel free to contribute by adding your remarks.</p>
    2222    <p>Fourth look at the <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=5086">Mondo Rescue Mailing List Archives</a> as you're probably not the first with this problem.</p>
    2323    <p>Finally post on the <a href="mailto:mondo-devel_at_lists.sourceforge.net">Mondo Rescue Mailing List</a> if you did not find what you were looking for, as there are more than 400 users there who could help you, including dev team members. <b>But</b>, they can only help you if your provide at least the above mentionned <b>2 first log files</b>.</p>
    24     <p>If your think you found a bug in Mondo Rescue, please <a href="http://www.mondorescue.org/cgi-bin/trac.cgi/newticket">fill a bug report</a> and also include the log files.</p>
    25     <p>Likely, if you wish Mondo Rescue had your dreamed new shiny function, feel free to create an <a href="http://www.mondorescue.org/cgi-bin/trac.cgi/newticket">feature request</a>.</p>
     24    <p>If your think you found a bug in Mondo Rescue, please <a href="http://trac.mondorescue.org/newticket">fill a bug report</a> and also include the log files.</p>
     25    <p>Likely, if you wish Mondo Rescue had your dreamed new shiny function, feel free to create an <a href="http://trac.mondorescue.org/newticket">feature request</a>.</p>
    2626    <div class="h2-3">
    2727            <h2>Mondo Rescue Mailing Lists</h2>
  • branches/stable/website/top.shtml

    r763 r785  
    3636          <li <!--#if expr="\"$curpage\" = \"support.shtml\"" --> id="current" <!--#endif -->>
    3737          <a href="/support.shtml" title="If you need support (why it's perfect :-)" >Support</a></li>
    38           <li><a href="http://www.mondorescue.org/cgi-bin/trac.cgi/wiki/WikiStart" title="Use the Wiki" target="_blank" >Wiki</a></li>
     38          <li><a href="http://trac.mondorescue.org" title="Use the Wiki" target="_blank" >Wiki</a></li>
    3939          <li <!--#if expr="\"$curpage\" = \"thanks.shtml\"" --> id="current" <!--#endif -->>
    4040          <a href="/thanks.shtml" title="So many helped us. Many thanks" >Thanks</a></li>
Note: See TracChangeset for help on using the changeset viewer.