Hi Rainer,
You never know who your talking to and where they are when you get into a group.
I was out sick yesterday, so I am just catching up.
>Could you provide (sorry, if you did already) precise information about
>your platform (I remember AIX, but which version)? Also: which version
>of Apach
Blumlein,Richard wrote:
gdb /usr/sbin/httpd core
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the con
Blumlein,Richard wrote:
Hello Rainer, Hope you had a nice Thanksgiving?
That's not really tradition in Germany, at least not with turkeys. But
yes, had a nice weekend.
Does the coredump also occur, if you set JkLogLevel to info or
error?
Yes I tried changing to info or error and both got t
Hi Rainer,
Maybe this will help..
Rich
apachectl start (Got the core file).
> pwd
/etc/opt/freeware/apache
> ls
access.conf httpd.conf.org mime.types
core httpd.conf.sso srm.conf
httpd.conf magicworkers.properties
> gdb /usr/sbin/ht
Hello Rainer,
Hope you had a nice Thanksgiving?
>Does the coredump also occur, if you set JkLogLevel to info or error?
Yes I tried changing to info or error and both got the dump. Also removed the
statement and it dumped.
I get the dump if I leave any of the Jk statements in httpd.conf. Interes
So you actually got a coredump on the file system?
Don't know about AIX, but usually there are tools included that enable
you to write out the stack in which the process died. If there is no AIX
specific tool, gdb will do (load the core into gdb like
gdb /path/to/my/bin/httpd COREFILE
and th
Hello Rainer and group,
I copied mod_jk.so.0 from the apache-1.3/.libs directory to the apache 1.3
libexec directory as mod_jk.soand gave it 755.
I created a workers.properties file in /etc/opt/freeware/apache I placed
workers.properties with the Apache Web Server files instead of with
th
Blumlein,Richard wrote:
Hello Rainer,
First, that for all the help..
The examples I gave are from the make. The confusing part is some docs
just show doing the configure, make, copy the mod, make clean on the Apache
site docs.
I have also seem some docs show doing configure, make, make ins
Hello Rainer,
First, that for all the help..
The examples I gave are from the make. The confusing part is some docs
just show doing the configure, make, copy the mod, make clean on the Apache
site docs.
I have also seem some docs show doing configure, make, make install, copy the
mod, make