[vhffs-dev] [TRANSLATION] Trac et Vhffs (Spanish)

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Hi my nick is WaKeMaTTa and I transated this page http://vhffs.org/community:trac-vhffs to Spanish.


Trac y Vhffs

Es posible la identificación de apache con la interfaz de Trac. El listado de proyectos necesitan mod_python ara apache.


Solo se necesita configurar el apache, de la siguiente manera:

# Define la carpeta que contiene todos los proyectos trac
<Location /projects>
  SetHandler mod_python
  PythonHandler trac.web.modpython_frontend 
  PythonOption TracEnvParentDir /var/trac
  PythonOption TracUriRoot /projects
</Location>
 
# Permitir autenticación de apache 
# y luego simplemente configurare la autenticación correctamente con el módulo de autenticación apache, 
# pero no funciona ninguna autenticación htpasswd de Apache.
<LocationMatch "/projects/[^/]+/login">
  AuthType Basic
  AuthName "Trac"
  AuthUserFile /var/trac/.htpasswd
  Require valid-user
</LocationMatch>




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/