Re: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-03 Thread James Duffy
module).     Rick Houser Web Administration   From: James Duffy [mailto:eastcor...@ymail.com.INVALID] Sent: Friday, June 03, 2016 16:58 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtualhost Crashing in OpenBSD   Hi there Rick,   I recompiled php to run as an fpm daemon. Got it a

[users@httpd] Re:[users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-03 Thread James Duffy
  From: James Duffy [mailto:eastcor...@ymail.com.INVALID] Sent: Friday, June 03, 2016 16:58 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtualhost Crashing in OpenBSD   Hi there Rick,   I recompiled php to run as an fpm daemon. Got it all running using the fpm-server and afte

RE: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-03 Thread Houser, Rick
modules back in the 2.0/2.2 era, and struggling myself with memory leaks in a third-party module). Rick Houser Web Administration From: James Duffy [mailto:eastcor...@ymail.com.INVALID] Sent: Friday, June 03, 2016 16:58 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtualhost

Re: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-03 Thread James Duffy
Hi there Rick, I recompiled php to run as an fpm daemon. Got it all running using the fpm-server and after a few hours Apache vitrualhost has crashed again. Though I welcomed your suggestion to get me out of a fix (which sadly didn't work) it is not a good thing if Apache can be crashed in the f

Re: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-01 Thread James Duffy
Well basically anything inside of a virtualhost folder becomes randomly unavailable at first and then stops responding altogether. Apache itself continues to run but all page requests are then sent to the htdocs folder which of course means a lot of "page not found" responses. On Wednesday

Re: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-01 Thread Eric Covener
On Wed, Jun 1, 2016 at 7:46 AM, James Duffy wrote: > Hi there, > > I am running the latest OpenBSD v5.9 and the official Apache package has a > problem where all defined virtualhosts crash after a short period of time - > normally when the server comes under load. What do you mean by "crash"? --

RE: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-01 Thread Houser, Rick
Have you tried php-fpm? That lets you isolate the php code from the apache process and avoid all the thread compatibility issues, memory leaks, etc. from php, yet still run moderm mpms like worker or event. Rick Houser Web Administration From: James Duffy [mailto:eastcor...@ymail.com.INVALID]