NameVirtualHost * ServerAdmin webmaster@localhost # Pages HTML (lien vers les tracs ?) DocumentRoot /var/www/ Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all # This directive allows us to have apache2's default start page # in /apache2-default/, but still have / go to the right place # Config commune à tous les tracs AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all Alias /trac/ "/usr/share/trac/htdocs/" Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all # Logs ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature Off # Acces SVN Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all ## trac "guia" : gestion des utilisateurs des implantations AUF ScriptAlias /guia /usr/share/trac/cgi-bin/trac.cgi SetEnv TRAC_ENV "/srv/trac/guia" AuthType Basic AuthName "GUIA Trac" AuthUserFile /etc/trac/guia.htpasswd Require valid-user DAV svn SVNPath /srv/subversion/guia AuthType Basic AuthName "GUIA Subversion Repository" AuthUserFile /etc/trac/guia.htpasswd # The following three lines allow anonymous read, but make # committers authenticate themselves. It requires the 'authz_user' # module (enable it with 'a2enmod'). Require valid-user ## trac "asterisk-auf" : paquets asterisk pour l'AUF ScriptAlias /asterisk-auf /usr/share/trac/cgi-bin/trac.cgi SetEnv TRAC_ENV "/srv/trac/asterisk-auf" AuthType Basic AuthName "Asterisk AUF Trac" AuthUserFile /etc/trac/asterisk-auf.htpasswd Require valid-user DAV svn SVNPath /srv/subversion/asterisk-auf AuthType Basic AuthName "Asterisk AUF Subversion Repository" AuthUserFile /etc/trac/asterisk-auf.htpasswd # The following three lines allow anonymous read, but make # committers authenticate themselves. It requires the 'authz_user' # module (enable it with 'a2enmod'). Require valid-user