Changeset 1046 in MondoRescue for trunk/website
- Timestamp:
- Jan 9, 2007, 1:29:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/mondorescue.org.conf
r794 r1046 3 3 <VirtualHost 10.3.252.23> 4 4 ServerName www.mondorescue.org 5 #ServerAlias mondorescue.org5 ServerAlias mondorescue.org 6 6 ServerAdmin webmaster@mondorescue.org 7 7 DocumentRoot /mondo/www/html/mondo … … 47 47 48 48 # You need something like this to authenticate users 49 <Location "/cgi-bin/trac.cgi/login">50 AuthType Basic51 AuthName "MondoRescue"52 AuthUserFile/etc/trac.htpasswd53 Require valid-user54 </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> 55 55 </VirtualHost> 56 56 … … 78 78 79 79 # You need something like this to authenticate users 80 <Location "/login">81 AuthType Basic82 AuthName "MondoRescue"83 AuthUserFile/etc/trac.htpasswd84 Require valid-user85 </Location>80 #<Location "/login"> 81 #AuthType Basic 82 #AuthName "MondoRescue" 83 #AuthUserFile /usr/local/etc/trac.htpasswd 84 #Require valid-user 85 #</Location> 86 86 </VirtualHost> 87 87 … … 121 121 Errorlog /var/log/httpd/mondo.hpintelco.org/error_log 122 122 <Directory "/var/www/html"> 123 Options -Indexes MultiViews FollowSymLinks +Includes123 Options Indexes MultiViews FollowSymLinks +Includes 124 124 AllowOverride None 125 125 Order allow,deny
Note:
See TracChangeset
for help on using the changeset viewer.