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


Ignore:
Timestamp:
Jul 30, 2006, 4:06:39 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r686:728 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r448 r729  
    11#
    22# Apache Virtual Host Configuration File
    3 #
     3# Replace * by IP address of the machine
    44NameVirtualHost *
    55
     
    2121        Allow from all
    2222    </Directory>
     23    <Directory "/mondo/www/cgi-bin">
     24        AllowOverride All
     25        Options ExecCGI FollowSymLinks
     26        Order allow,deny
     27        Allow from all
     28    </Directory>
     29
     30    ScriptAlias /cgi-bin/ "/mondo/www/cgi-bin/"
     31
     32    # fix mdk bug #16298
     33    PassEnv LC_ALL
     34    PassEnv LANG
     35
     36    # fix mdk bug #16298
     37    <Directory "/usr/share/trac/htdocs/">
     38        Options Indexes MultiViews
     39        AllowOverride None
     40        Order allow,deny
     41        Allow from All
     42    </Directory>
     43   
     44    Alias /trac/ "/usr/share/trac/htdocs/"
     45    <Location "/cgi-bin/trac.cgi">
     46        SetEnv TRAC_ENV "/mondo/trac/mondorescue.env"
     47    </Location>
     48
     49    # You need something like this to authenticate users
     50    <Location "/cgi-bin/trac.cgi/login">
     51        AuthType Basic
     52        AuthName "MondoRescue"
     53        AuthUserFile /etc/trac.htpasswd
     54        Require valid-user
     55    </Location>
    2356</VirtualHost>
    2457
Note: See TracChangeset for help on using the changeset viewer.