Re: [users@httpd] Fwd: Segmentation Fault when httpd child processes reach MaxRequestsPerChild

2013-08-30 Thread Robert Rigg
I am not especially experienced with gdb. However, I do know that the debuginfo packages are not installed on the production system. Is there something specific that I could gather that might help? (gdb) bt full > #0 0x7f07d58bf220 in pthread_mutex_lock () from /lib64/libpthread.so.0 > No s

Re: [users@httpd] Fwd: Segmentation Fault when httpd child processes reach MaxRequestsPerChild

2013-08-30 Thread Eric Covener
> > #gdb bt sample: > >> Program terminated with signal 11, Segmentation fault. >> #0 __pthread_mutex_lock (mutex=0x0) at pthread_mutex_lock.c:50 >> 50unsigned int type = PTHREAD_MUTEX_TYPE (mutex); > is there a complete backtrace?

[users@httpd] Fwd: Segmentation Fault when httpd child processes reach MaxRequestsPerChild

2013-08-30 Thread Robert Rigg
All httpd child processes Segmentation fault near MaxRequestsPerChild, seemingly when it is time for the process to recycle. MaxRequestsPerChild currently set to 1. I am also not able to reproduce this on a test system. Child process exits clean when attached with gdb. Child process also ex

Re: [users@httpd] mod_vhost_alias does not resolve "%0"

2013-08-30 Thread Shanti Suresh
On Fri, Aug 30, 2013 at 11:13 AM, Eric Covener wrote: > Only the directives in mod_vhost_alias do anything with the substitutions. > Ah! Thanks, Eric. > > On Fri, Aug 30, 2013 at 11:03 AM, Shanti Suresh wrote: > > Greetings, > > > > mod_vhost_alias is not resolving %0. Perhaps I am doing so

Re: [users@httpd] mod_vhost_alias does not resolve "%0"

2013-08-30 Thread Eric Covener
Only the directives in mod_vhost_alias do anything with the substitutions. On Fri, Aug 30, 2013 at 11:03 AM, Shanti Suresh wrote: > Greetings, > > mod_vhost_alias is not resolving %0. Perhaps I am doing something wrong. I > would like to redirect a specific page to the encrypted site. Everythi

[users@httpd] mod_vhost_alias does not resolve "%0"

2013-08-30 Thread Shanti Suresh
Greetings, mod_vhost_alias is not resolving %0. Perhaps I am doing something wrong. I would like to redirect a specific page to the encrypted site. Everything else goes straight thru' to Tomcat. I get a "%250" in my browser redirect. This is what I have: ---httpd.conf snippet:--

AW: [users@httpd] Problems with mod_proxy_balancer / slotmem_create @ apache 2.4.4

2013-08-30 Thread Andre.Wendel
Hello Rainer, all instances have different DefaultRuntimeDirs, I have also checked problems regarding the generated *.shm and *.uid-files, but these files are definitely not the problem. The problem here is definitely inside the shared memory of the os (command: ipcs), only if there is shared

[users@httpd] INTERNAL REDIRECT

2013-08-30 Thread jv r
Hi, Is it possible to check with Rewrite, if an internal redirection has been made to access the file? Thanks Regards.