Changeset 794 in MondoRescue for trunk/website/mondorescue.org.conf


Ignore:
Timestamp:
Sep 14, 2006, 1:05:18 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r781:793 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/website/mondorescue.org.conf

    r729 r794  
    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
Note: See TracChangeset for help on using the changeset viewer.