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
>
> #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?
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
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
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
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:--
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
Hi,
Is it possible to check with Rewrite, if an internal redirection has
been made to access the file?
Thanks
Regards.