by LISTSERV.REDIRIS.ES (LISTSERV-TCP/IP release 16.0) with spool id
1392227 for [log in para visualizar]; Sat, 19 Jun 2010 14:49:31 +0200
from abel.rediris.es (abel.rediris.es [130.206.24.2]) by
listserv.rediris.es (Postfix) with ESMTP id 30F29E56C for
<[log in para visualizar]>; Sat, 19 Jun 2010 14:49:31 +0200 (CEST)
from listserv.rediris.es (HELO marx) ([130.206.1.31]) by
abel.rediris.es with ESMTP; 19 Jun 2010 14:47:24 +0200
Hola!
Alguien tiene un ejemplo de configuración de mod_papi
para apache2 que les funcione?
Estoy usando la rama trunk del modulo apache2.
El ejemplo de abajo muestra en el log todo el rato al acceder a
un recurso protegido:
>>> mod_papi: Lcook is empty
<Location /protegido/>
Options Indexes
Order allow,deny
Allow from all
require valid-user
AuthType PAPI
AuthName "PAPI Auth"
PAPIServiceID protegido
PAPIAcceptFile /usr/local/PAPI/PoA/images/image_ok.png
PAPIRejectFile /usr/local/PAPI/PoA/images/image_nok.png
PAPILcookTimeout 18000
PAPIURLTimeout 1800
PAPIAuthLocation cookie_handler.cgi
PAPIAS "UVAS" "https://as.uv.es/cgi-bin/AuthServer" "El AS de la UV"
PAPIReqDB req_db_poa2.mldbm
PAPIReqDBPath /usr/local/PAPI/PoA/
PAPIWAYF wayf
PAPIKeysPath /usr/local/PAPI/PoA/KEYS/
PAPIRemoteUserAttribute uid
</Location>
Gracias,
Agustín