Changeset 2786 in MondoRescue
- Timestamp:
- Apr 29, 2011, 3:36:53 PM (14 years ago)
- Location:
- branches/2.2.8/website
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/website/mondorescue.org.conf
r785 r2786 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 … … 11 11 RewriteRule ^/index\.html$ /index.shtml 12 12 RewriteRule ^/$ /index.shtml 13 SetEnv TRAC_ENV "/mondo/trac/mondorescue.env" 13 14 14 15 <Directory "/mondo/www/html/mondo"> … … 29 30 ScriptAlias /cgi-bin/ "/mondo/www/cgi-bin/" 30 31 31 # fix mdk bug #1629832 PassEnv LC_ALL33 PassEnv LANG34 35 # fix mdk bug #1629836 <Directory "/usr/share/trac/htdocs/">37 Options Indexes MultiViews38 AllowOverride None39 Order allow,deny40 Allow from All41 </Directory>42 43 Alias /trac/ "/usr/share/trac/htdocs/"44 <Location "/cgi-bin/trac.cgi">45 SetEnv TRAC_ENV "/mondo/trac/mondorescue.env"46 </Location>47 48 # You need something like this to authenticate users49 <Location "/cgi-bin/trac.cgi/login">50 AuthType Basic51 AuthName "MondoRescue"52 AuthUserFile /etc/trac.htpasswd53 Require valid-user54 </Location>55 32 </VirtualHost> 56 33 … … 78 55 79 56 # 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>57 #<Location "/login"> 58 #AuthType Basic 59 #AuthName "MondoRescue" 60 #AuthUserFile /usr/local/etc/trac.htpasswd 61 #Require valid-user 62 #</Location> 86 63 </VirtualHost> 87 64 … … 121 98 Errorlog /var/log/httpd/mondo.hpintelco.org/error_log 122 99 <Directory "/var/www/html"> 123 Options -Indexes MultiViews FollowSymLinks +Includes100 Options Indexes MultiViews FollowSymLinks +Includes 124 101 AllowOverride None 125 102 Order allow,deny … … 130 107 <VirtualHost 10.3.252.23> 131 108 ServerName www.mondorescue.com 109 ServerAlias mondorescue.com 132 110 ServerAdmin webmaster@mondorescue.com 133 111 DocumentRoot /mondo/www/html/mondo -
branches/2.2.8/website/support.shtml
r2111 r2786 43 43 <li><b><a href="http://www.linagora.com/en">Linagora</a></b> (France) - Contact: <a href="mailto:support_at_linagora.com">Support Service</a></li> 44 44 <li><b><a href="http://www.tc2l.ca">TC2L</a></b> (Canada) - Contact: <a href="mailto:contact_at_tc2l.ca">Support Service</a></li> 45 <li><b><a href="http://www.miraclelinux.com">Miracle</a></b> (Japan) - Contact: <a href="mailto:robert_at_.miraclelinux.com">Support Service</a></li> 46 <li><b><a href="http://www.hp.com/linux">Hewlett-Packard</a></b> (EMEA) - Contact: <a href="mailto:mondo_at_hp.com">TS organization</a></li> 45 47 </ul></p> 46 48 <p>For commercial enhancement and consulting services around Mondo Rescue,
Note:
See TracChangeset
for help on using the changeset viewer.