The Apache Haus Forum

Forum Topics => Third-party Modules => Topic started by: chromerep on March 29, 2013, 02:19:36 AM

Title: mod_fcgid 2.3.8 release?
Post by: chromerep on March 29, 2013, 02:19:36 AM
It can check changelog there.When will the mod_fcgid 2.3.8 release?
http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk/CHANGES-FCGID (http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk/CHANGES-FCGID)
Title: Re: mod_fcgid 2.3.8 release?
Post by: Gregg on March 29, 2013, 02:23:41 AM
When someone at the ASF volunteers to make the release.
Title: Re: mod_fcgid 2.3.8 release?
Post by: chromerep on March 29, 2013, 02:29:29 AM
Download from here.
https://github.com/xyntrix/mod_fcgid (https://github.com/xyntrix/mod_fcgid)

When will apachehaus release for win64? ;)
Title: Re: mod_fcgid 2.3.8 release?
Post by: Gregg on March 29, 2013, 02:46:05 AM
That clone is old ... compare CHANGES-FCGID files.

https://github.com/xyntrix/mod_fcgid/blob/master/CHANGES-FCGID
vs
http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/CHANGES-FCGID?view=co

I'll make a 2.3.7a with those changes and some testing this weekend.
Title: Re: mod_fcgid 2.3.8 release?
Post by: chromerep on March 29, 2013, 04:17:42 AM
Hope ASF's 2.3.8 should fix the mod_fcgid 2.3.7 bugs.
Title: Re: mod_fcgid 2.3.8 release?
Post by: Gregg on March 29, 2013, 06:59:41 AM
Which bugs?
Title: Re: mod_fcgid 2.3.8 release?
Post by: chromerep on March 29, 2013, 07:53:31 AM
I rememeber there are some issues which causes apache not run well...
Title: Re: mod_fcgid 2.3.8 release?
Post by: Gregg on March 29, 2013, 08:18:46 PM
The only issue with mod_fcgid and Apache that I can remember is the graceful restart/stop bug that was fixed in 2.3.7.

That said, it seems that this bug fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51194
may have been the one that broke the ability to use \\ in FcgidWrapper, per my comment at the bottom of that PR which is a regression. If you do not use any \\ in there and just the forward slash, then all will be fine. PR 51194 is an important fix as far as I'm concerned.

Also, Mario has a bug filed for the noisy forced kill error of the fcgid process. We know this is going to happen so he has included a patch to move this to LogLevel debug. I did not add this patch before compiling late last night so I'll do this and recompile/test after I finish a couple things that have jumped ahead on the TODO list today.
Title: Re: mod_fcgid 2.3.8 release?
Post by: chromerep on March 29, 2013, 10:45:00 PM
gl,thanks for your efforts.
It's will be great to see your compile of mod_fcgid 2.3.8.Though,mod_security 2.3.7 downloaded for apachehaus is so fine I used now. :)
Title: Re: mod_fcgid 2.3.8 release?
Post by: Gregg on April 02, 2013, 09:32:50 PM
First, mod_fcgid 2.3.8 has not been released by the ASF, this must be understood. Because of that, these are mod_fcgid 2.3.7a yet include everything to this point in time that's in what will become 2.3.8. Note also the regression I spoke of above.

Due to the regression, these will not be on our download page but on my server here (https://www.apachehaus.net/modules/).

Have fun, hope they work well for you and anyone else reading this that downloads them. If your php is located in C:/Program Files, mod_fcgid should now have no problem with that any longer. You just cannot use backslashes in FCGIDWrapper.
Title: Re: mod_fcgid 2.3.8 release?
Post by: chromerep on April 02, 2013, 11:11:04 PM
Since ASF not release 2.3.8,I will try mod_fcgid2.3.7a for fun.
I find some changes at changelog.http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/CHANGES-FCGID?view=co (http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/CHANGES-FCGID?view=co)

I don't know whether it's fine or not for apache 2.4.4 runs well. :)
Title: Re: mod_fcgid 2.3.8 release?
Post by: chromerep on April 02, 2013, 11:49:03 PM
I find one error of fcgid disappeared after install the mod_fcgid2.3.7a.
It's the fcgid error before.([fcgid:warn] [pid 3904:tid 444] mod_fcgid: process 2948 graceful kill fail, sending SIGKILL) :D
Title: Re: mod_fcgid 2.3.8 release?
Post by: Gregg on April 03, 2013, 01:24:10 AM
I wouldn't call that an error but a feature! :D I also mentioned I would add this and recompile.

If you really want to see that noise pollute your error log, change your LogLevel for mod_fcgid to debug

If you have now:
LogLevel warn

Change to:
LogLevel warn mod_fcgid:debug

see PR 54597 https://issues.apache.org/bugzilla/show_bug.cgi?id=54597


Title: Re: mod_fcgid 2.3.8 release?
Post by: chromerep on April 03, 2013, 06:01:35 AM
gl,thank your efforts again.

I don't know who wants that kind of pollution logs.Maybe someone wants?Not me :)
I hope to see the mod_fcgid2.3.7a run smoothly than ever I used.
Title: Re: mod_fcgid 2.3.8 release?
Post by: mario on April 18, 2013, 09:28:06 AM
Quote from: chromerep on April 03, 2013, 06:01:35 AM
I don't know who wants that kind of pollution logs.Maybe someone wants?Not me :)

Since linux handles the processes differently I'd like to know if a php-cgi process dies.