Foros del Web » Administración de Sistemas » Unix / Linux »

Extraño comportamiento de aplicacion,

Estas en el tema de Extraño comportamiento de aplicacion, en el foro de Unix / Linux en Foros del Web. Estimados, les paso a contar mi problema a ver si alguien me puede orientar. Tengo un servidor en mi oficina, el cual tenia instalado Fedora ...
  #1 (permalink)  
Antiguo 30/06/2008, 14:49
 
Fecha de Ingreso: junio-2003
Ubicación: Santiago
Mensajes: 105
Antigüedad: 21 años, 4 meses
Puntos: 1
Exclamación Extraño comportamiento de aplicacion,

Estimados, les paso a contar mi problema a ver si alguien me puede orientar.

Tengo un servidor en mi oficina, el cual tenia instalado Fedora Core. En resumen, el server fue hackeado (por suerte detecté la intrusión a tiempo y no borraron nada). Si mataron algunos procesos como "top" o "ssh".

Este servidor, tenia una aplicacion desarrollada en PHP con SAJAX y MySQL. La cual estaba correctamente respalda.

Ante esto, instalé CENTOS y realicé un "yum update" (por ahi estaba la falla de seguridad, ningun problema con Fedora) y todo bien. Configure Apache2, PHP 5, MySQL 5, etc.

Copie el respaldo de la aplicación y voilá! me lanzaba error de pagina y, al debuggear por SAJAX, me arrojaba todo el HTML devuelta. Luego de horas y dias, no pude llegar a una respuesta para mi jefe.

Como en la oficina necesitan la aplicación, tome un equipo PC con Windows XP. Copie la aplicación, la base de datos, etc. y? voilá, la aplicacion no funcionaba... error de pagina.

PERO!!! direccioné la aplicación para que se conectara al servidor con CENTOS y la aplicacion funciona perfectamente.

En resumen la base de datos del server CENTOS, funciona perfecto. De hecho llevan 1 semana trabajando en el.

Por lo que me lleva a pensar que existe una extraña configuración de Apache que no conozco, porque la de PHP si la conozco a cabalidad y esta bien configurada.

Estimados, alguien puede ayudarme con esto?

PD: Si este post no va acá, sepan disculparme. Disculpen lo extenso del tema.

Saludos.
  #2 (permalink)  
Antiguo 30/06/2008, 19:31
Avatar de ociomax
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Temuco, Chile
Mensajes: 5.595
Antigüedad: 22 años, 5 meses
Puntos: 35
Respuesta: Extraño comportamiento de aplicacion,

Necesitamos más información. Podrías empezar por compartirnos tu archivo /etc/httpd/conf/httpd.conf y el resultado del comando rpm -qa | grep php.
__________________
Christian González, "OCIOMax"
http://chgonzalez.blogspot.com
http://twitter.com/chgonzalez
  #3 (permalink)  
Antiguo 30/06/2008, 20:31
 
Fecha de Ingreso: junio-2003
Ubicación: Santiago
Mensajes: 105
Antigüedad: 21 años, 4 meses
Puntos: 1
Respuesta: Extraño comportamiento de aplicacion,

Hola compatriota gracias por responder:

Mi httpd.conf es muy grande asi que lo subi. Lo puedes descargar desde aca:

http://www.bigsupport.cl/httpd.rar

Y el rpm -qa | grep php me arroja:

Código:
php-mysql-5.1.6-20.el5
php-common-5.1.6-20.el5
php-ldap-5.1.6-20.el5
php-mbstring-5.1.6-20.el5
php-odbc-5.1.6-20.el5
php-pdo-5.1.6-20.el5
php-5.1.6-20.el5
php-cli-5.1.6-20.el5
php-pgsql-5.1.6-20.el5
php-xml-5.1.6-20.el5
php-pear-1.4.9-4.el5.1
Espero sea de utilidad, gracias nuevamente.

Saludos!

Última edición por tonny_bronson; 30/06/2008 a las 20:37
  #4 (permalink)  
Antiguo 30/06/2008, 22:09
Avatar de ociomax
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Temuco, Chile
Mensajes: 5.595
Antigüedad: 22 años, 5 meses
Puntos: 35
Respuesta: Extraño comportamiento de aplicacion,

Mmmm, el httpd.conf se ve bastante "normal". Y los paquetes de PHP son prácticamente los mismos que uso en mis servidores con CentOS.

¿Tu aplicación es muy confidencial? Porque si no lo es, podrías subirla en el servidor con CentOS usando una dirección temporal, y luego avisarnos para poder ver en detalle cuáles son los errores.

A propósito, ¿qué te decían los logs de Apache (/var/log/httpd/error_log)?
__________________
Christian González, "OCIOMax"
http://chgonzalez.blogspot.com
http://twitter.com/chgonzalez
  #5 (permalink)  
Antiguo 30/06/2008, 22:30
 
Fecha de Ingreso: junio-2003
Ubicación: Santiago
Mensajes: 105
Antigüedad: 21 años, 4 meses
Puntos: 1
Respuesta: Extraño comportamiento de aplicacion,

Aca esta el log de hoy ya que era bien grande para pegarlo completo:

Código:
[Mon Jun 30 08:47:42 2008] [error] [client 192.168.0.153] File does not exist: /var/www/html/favicon.ico
[Mon Jun 30 14:16:53 2008] [error] [client 81.137.6.81] File does not exist: /var/www/html/imghp
[Mon Jun 30 16:30:47 2008] [error] [client 190.20.29.218] File does not exist: /var/www/html/favicon.ico
[Mon Jun 30 22:31:31 2008] [notice] caught SIGTERM, shutting down
[Mon Jun 30 22:31:32 2008] [notice] SELinux policy enabled; httpd running as context root:system_r:httpd_t:s0
[Mon Jun 30 22:31:32 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 30 22:31:32 2008] [info] Init: Initializing NSS library
[Mon Jun 30 22:31:32 2008] [info] Initializing SSL Session Cache of size 10000. SSL2 timeout = 100, SSL3/TLS timeout = 86400.
[Mon Jun 30 22:31:32 2008] [info] Init: Initializing (virtual) servers for SSL
[Mon Jun 30 22:31:32 2008] [info] Server: Apache/2.2.3, Interface: mod_nss/2.2.3, Library: NSS/3.11.3 Basic ECC
[Mon Jun 30 22:31:32 2008] [info] Init: Seeding PRNG with 256 bytes of entropy
[Mon Jun 30 22:31:32 2008] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Mon Jun 30 22:31:32 2008] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Mon Jun 30 22:31:32 2008] [info] Init: Initializing (virtual) servers for SSL
[Mon Jun 30 22:31:32 2008] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8b
[Mon Jun 30 22:31:32 2008] [notice] Digest: generating secret for digest authentication ...
[Mon Jun 30 22:31:32 2008] [notice] Digest: done
[Mon Jun 30 22:31:32 2008] [debug] util_ldap.c(1929): LDAP merging Shared Cache conf: shm=0x861c4a8 rmm=0x861c4d8 for VHOST: sistema.thecode.cl
[Mon Jun 30 22:31:32 2008] [debug] util_ldap.c(1929): LDAP merging Shared Cache conf: shm=0x861c4a8 rmm=0x861c4d8 for VHOST: sistema.thecode.cl
[Mon Jun 30 22:31:32 2008] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Mon Jun 30 22:31:32 2008] [info] LDAP: SSL support available
[Mon Jun 30 22:31:32 2008] [info] Init: Re-initializing NSS library
[Mon Jun 30 22:31:32 2008] [info] Initializing SSL Session Cache of size 10000. SSL2 timeout = 100, SSL3/TLS timeout = 86400.
[Mon Jun 30 22:31:32 2008] [info] Init: Seeding PRNG with 136 bytes of entropy
[Mon Jun 30 22:31:32 2008] [info] Init: Initializing (virtual) servers for SSL
[Mon Jun 30 22:31:32 2008] [info] Server: Apache/2.2.3, Interface: mod_nss/2.2.3, Library: NSS/3.11.3 Basic ECC
[Mon Jun 30 22:31:33 2008] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Mon Jun 30 22:31:33 2008] [info] Init: Seeding PRNG with 256 bytes of entropy
[Mon Jun 30 22:31:33 2008] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Mon Jun 30 22:31:33 2008] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(374): shmcb_init allocated 512000 bytes of shared memory
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(554): entered shmcb_init_memory()
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(576): for 512000 bytes, recommending 4266 indexes
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(619): shmcb_init_memory choices follow
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(621): division_mask = 0x1F
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(623): division_offset = 64
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(625): division_size = 15998
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(627): queue_size = 1604
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(629): index_num = 133
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(631): index_offset = 8
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(633): index_size = 12
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(635): cache_data_offset = 8
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(637): cache_data_size = 14386
[Mon Jun 30 22:31:33 2008] [debug] ssl_scache_shmcb.c(650): leaving shmcb_init_memory()
[Mon Jun 30 22:31:33 2008] [info] Shared memory session cache initialised
[Mon Jun 30 22:31:33 2008] [info] Init: Initializing (virtual) servers for SSL
[Mon Jun 30 22:31:33 2008] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8b
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1582): proxy: grabbed scoreboard slot 0 in child 9119 for worker proxy:reverse
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1681): proxy: initialized single connection worker 0 in child 9119 for (*)
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1582): proxy: grabbed scoreboard slot 0 in child 9120 for worker proxy:reverse
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1601): proxy: worker proxy:reverse already initialized
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1681): proxy: initialized single connection worker 0 in child 9120 for (*)
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1582): proxy: grabbed scoreboard slot 0 in child 9121 for worker proxy:reverse
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1601): proxy: worker proxy:reverse already initialized
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1681): proxy: initialized single connection worker 0 in child 9121 for (*)
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1582): proxy: grabbed scoreboard slot 0 in child 9122 for worker proxy:reverse
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1601): proxy: worker proxy:reverse already initialized
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1681): proxy: initialized single connection worker 0 in child 9122 for (*)
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1582): proxy: grabbed scoreboard slot 0 in child 9123 for worker proxy:reverse
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1601): proxy: worker proxy:reverse already initialized
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1681): proxy: initialized single connection worker 0 in child 9123 for (*)
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1582): proxy: grabbed scoreboard slot 0 in child 9124 for worker proxy:reverse
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1601): proxy: worker proxy:reverse already initialized
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1681): proxy: initialized single connection worker 0 in child 9124 for (*)
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1582): proxy: grabbed scoreboard slot 0 in child 9125 for worker proxy:reverse
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1601): proxy: worker proxy:reverse already initialized
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1681): proxy: initialized single connection worker 0 in child 9125 for (*)
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1582): proxy: grabbed scoreboard slot 0 in child 9126 for worker proxy:reverse
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1601): proxy: worker proxy:reverse already initialized
[Mon Jun 30 22:31:33 2008] [debug] proxy_util.c(1681): proxy: initialized single connection worker 0 in child 9126 for (*)
[Mon Jun 30 22:31:33 2008] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
[Mon Jun 30 22:31:33 2008] [info] Server built: Jan 15 2008 20:33:30
[Mon Jun 30 22:31:33 2008] [debug] prefork.c(991): AcceptMutex: sysvsem (default: sysvsem)
[Mon Jun 30 22:31:41 2008] [error] [client 190.20.29.218] File does not exist: /var/www/html/sistema/includes/css/imagenes, referer: http://200.113.185.162/sistema/includes/css/app.css
[Mon Jun 30 23:21:17 2008] [error] [client 190.47.113.225] Directory index forbidden by Options directive: /var/www/html/
Voy a copiar la aplicacion para que la puedas revisar.

Te agradezco la voluntad compadre.
  #6 (permalink)  
Antiguo 01/07/2008, 21:10
 
Fecha de Ingreso: junio-2003
Ubicación: Santiago
Mensajes: 105
Antigüedad: 21 años, 4 meses
Puntos: 1
Respuesta: Extraño comportamiento de aplicacion,

Listo amigo, la aplicacion esta corriendo aca:

http://j.bigsupport.cl

Saludos!
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 09:38.