[users@httpd] multiple ProxyPassReverseCookieDomains

2013-01-06 Thread Alan McDuff
Hello, I am trying to make two web applications (geoserver), running on servers 10.0.0.101:8080 and 10.0.0.102:8080 in a private subnet, accessible through www.publicdomain.com/geoserver1 and  www.publicdomain.com/geoserver2. The problem is that the login to the web application uses cookies, and

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Nick Kew
On 6 Jan 2013, at 17:11, Yehuda Katz wrote: > It certainly looks like it could be a PHP problem. Did you try removing the > PHP module to see if the problem goes away? (You could run it as FastCGI or > even traditional CGI in the mean time.) Yes, but it's happening at server shutdown. That's b

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Yehuda Katz
On Sun, Jan 6, 2013 at 12:02 PM, Al Zick wrote: > This is what I get from gdb: > > [New process 1] > Core was generated by `httpd'. > Program terminated with signal 11, Segmentation fault. > #0 0xfddf352c in ?? () from /usr/lib/libc.so.12 > (gdb) bt > #0 0xfddf352c in ?? () from /usr/lib/libc.s

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Al Zick
Hello, On Jan 6, 2013, at 8:39 AM, Nick Kew wrote: On 6 Jan 2013, at 13:21, Al Zick wrote: I am seeing "[notice] child pid 16566 exit signal Segmentation fault (11)" in my apache error_log. Get a backtrace. gdb on a coredump would be the most usual way. That's the startingpoint for getting

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Yehuda Katz
On Sun, Jan 6, 2013 at 8:39 AM, Nick Kew wrote: > What is a "sokva"? > NetBSD sysctl -w kern.somaxkva=[sbmax] Set maximum size for all socket buffers together in the system

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Nick Kew
On 6 Jan 2013, at 13:21, Al Zick wrote: > Hello, > > I am seeing "[notice] child pid 16566 exit signal Segmentation fault (11)" in > my apache error_log. Get a backtrace. gdb on a coredump would be the most usual way. That's the startingpoint for getting help with a segfault. If you don't k

[users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Al Zick
Hello, I am seeing "[notice] child pid 16566 exit signal Segmentation fault (11)" in my apache error_log. There is something like 66790 in maybe 1 or 2 days. I think this problem is being caused by php. Also, I am getting many core dumps from apache. I wonder if this could be causing the is