|
| I have apache 2.0.48 compiled on a Solaris 7 server with the following
options:
../configure
--prefix=/usr/local/apache
--enable-usertrack
--enable-ssl
--enable-so
--with-ssl=/usr/local/ssl
The problem is that everytime I enable cookie tracking with the
directive "CookieTracking On", All of my sites crash with the
following errors in the error log:
[Wed Nov 19 17:01:46 2003] [notice] child pid 29006 exit signal
Segmentation fault (11)
[Wed Nov 19 17:01:46 2003] [notice] child pid 28999 exit signal
Segmentation fault (11)
[Thu Nov 20 09:35:54 2003] [notice] child pid 28998 exit signal
Segmentation fault (11)
[Thu Nov 20 09:35:54 2003] [notice] child pid 29204 exit signal
Segmentation fault (11)
[Thu Nov 20 09:35:54 2003] [notice] child pid 29000 exit signal
Segmentation fault (11)
[Thu Nov 20 09:35:56 2003] [notice] child pid 29007 exit signal
Segmentation fault (11)
It took me a long time to finally come to the conclusion that it was
the CookieTracking directive that cause the problems, but that also
makes this just about the strangest thing I've ever seen with apache.
Does anyone have a clue of how to fix this?????
|
|