PAPI Archivos

The PAPI authentication and authorization framework

PAPI@LISTSERV.REDIRIS.ES

Opciones: Vista Clásica

Use Monospaced Font
Por defecto enseñar Text Part
Mostrar todas las cabeceras de correo

Tema: [<< Primero] [< Prev] [Siguiente >] [Último >>]

Print Responder
jaime Lorenzo Timón <[log in para visualizar]>
Thu, 15 Jan 2009 14:50:06 +0100
text/plain (916 bytes) , papiUR (1015 bytes)
Hola,
llevo varios días atascadísimo y no consigo avanzar. Tengo en el apache 
configurado un virtual host con el AS. Estoy usando la BasicAuth. No 
tengo configurado la parte del PoA aun pero quería ver si me mete la 
cookie antes de seguir avanzando. Me valido y me dice:
internal server error.
Miro en el error log y sólo veo que  Premature end of script headers: 
AuthServer, referer: https://papi.unirioja.es/cgi-bin/AuthServer

Al script AuthServer le he puesto en la primera linea perl -w para ver 
si me generaba algo más de información pero nada.
Sabeis como puedo elevar el nivel de debug? En el apache tengo puesto el 
LogLevel a debug.
Os adjunto la definición del site por si os puede ayudar.
Gracias y un saludo:

-- 

Jaime Lorenzo Timon
UNIVERSIDAD DE LA RIOJA
Servicio Informático    Seguridad Técnica Informática

C/Avenida de La Paz, 93             Tf:+34-941-299248
26006 Logroño - SPAIN               Fx:+34-941-299180 




NameVirtualHost 10.0.1.101:80 NameVirtualHost 10.0.1.101:443 <VirtualHost 10.0.1.101:80> ServerName papi.unirioja.es RedirectMatch (.*) https://papi.unirioja.es/cgi-bin/AuthServer ErrorLog /var/log/apache2/papi_error.log CustomLog /var/log/apache2/papi_access.log combined LogLevel debug </VirtualHost> <VirtualHost 10.0.1.101:443> ServerName papi.unirioja.es ErrorDocument 404 https://papi.unirioja.es/cgi-bin/AuthServer RedirectMatch /index.html https://papi.unirioja.es/cgi-bin/AuthServer #<IfModule mod ssl.c> SSLEngine on SSLCertificateFile /etc/apache2/ssl.crt/papi.unirioja.es.crt SSLCertificateKeyFile /etc/apache2/ssl.key/papi.unirioja.es.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown ErrorLog /var/log/apache2/papi_error.log LogLevel debug CustomLog /var/log/apache2/papi_access.log combined #</IfModule> </VirtualHost> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin">   AllowOverride None   Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch   Order allow,deny   Allow from all </Directory>

ATOM RSS1 RSS2