Hola, tengo una aplicacion hecha con codeigniter y extjs4.2, tengo configurado el Sistema a través de https, me pide el certificado el navegador por primera vez y todo y me sale el login y todo, cuando envio los datos para ingresar al sistema me da un error 500. Me dirigo a los logs del apache y dentro de toda las cascara de ssl y to eso al final me muestra esto:


[Mon Jan 12 01:19:39 2015] [info] Initial (No.1) HTTPS request received for child 3 (server empresa.dominio.com:443)

[Mon Jan 12 01:19:39 2015] [error] [client 10.18.1.3] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3112): [client 10.18.1.3] r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] mod_deflate.c(615): [client 10.18.1.3] Zlib: Compressed 625 to 383 : URL /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/

[Mon Jan 12 01:19:39 2015] [debug] ssl_engine_kernel.c(1884): OpenSSL: Write: SSL negotiation finished successfully

[Mon Jan 12 01:19:39 2015] [info] [client 10.18.1.3] Connection closed to child 3 with standard shutdown (server empresa.dominio.com:443)


Analizando este error parece que el htaccess que tengo definido tiene algun error, el mismo es:

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /app

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>

<IfModule !mod_rewrite.c>

ErrorDocument 404 /app/index.php

</IfModule>

Alguna idea de lo que puede ser?


--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.

------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: 
<http://listas.jovenclub.cu/pipermail/gutl-l/attachments/20150421/867f9267/attachment.html>
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l

Responder a