Changeset 1044 in MondoRescue for branches/stable/website


Ignore:
Timestamp:
Jan 9, 2007, 12:54:21 AM (17 years ago)
Author:
Bruno Cornec
Message:

We now use consistently /var/cache/mindi everywhere

File:
1 edited

Legend:

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

    r785 r1044  
    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
     
    4747
    4848    # 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>
     49    #<Location "/cgi-bin/trac.cgi/login">
     50        #AuthType Basic
     51        #AuthName "MondoRescue"
     52        #AuthUserFile /usr/local/etc/trac.htpasswd
     53        #Require valid-user
     54    #</Location>
    5555</VirtualHost>
    5656
     
    7878
    7979    # 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>
     80    #<Location "/login">
     81        #AuthType Basic
     82        #AuthName "MondoRescue"
     83        #AuthUserFile /usr/local/etc/trac.htpasswd
     84        #Require valid-user
     85    #</Location>
    8686</VirtualHost>
    8787
     
    121121    Errorlog /var/log/httpd/mondo.hpintelco.org/error_log
    122122    <Directory "/var/www/html">
    123         Options -Indexes MultiViews FollowSymLinks +Includes
     123        Options Indexes MultiViews FollowSymLinks +Includes
    124124        AllowOverride None
    125125        Order allow,deny
Note: See TracChangeset for help on using the changeset viewer.