initgroups() in mpm_common.c

2011-03-15 Thread Guenter Knauf
Hi all, I would like to get rid of a missing prototype compiler warning ... in mpm_common.c we provide an initgroups() for platforms which dont have that function. This function just returns 0 for _OSD_POSIX, OS2, WIN32 and NETWARE. Currently in httpd sources there are only 2 places where initg

Re: mod_lua broken - was: NetWare autobuild httpd-HEAD / apr-HEAD failed

2011-03-15 Thread Guenter Knauf
Hi, Am 16.03.2011 02:30, schrieb zhiguo zhao: Please try remove *.h, *.c in mod_lua, and update from svn again. later i will test it on linux. no, this cant be the issue since each autobuild is a fresh clean export from SVN - so always uptodate. I did though now commit some fixes to SVN: http:/

Re: mod_lua broken - was: NetWare autobuild httpd-HEAD / apr-HEAD failed

2011-03-15 Thread zhiguo zhao
Please try remove *.h, *.c in mod_lua, and update from svn again. later i will test it on linux. 2011/3/16 Guenter Knauf > Hi all, > I just want to clarify that the mail below is not my new nag mailer, but an > automatically generated mail from a Linux box which builds the NetWare > target of

Re: Re: HEAD on trunk broken

2011-03-15 Thread Gregg L. Smith
Thanks R??diger, Jim, This fixes the crash on Window's I had reported couple week ago. Ping Nick. Regards, Gregg -Original Message- From: Jim Jagielski To: dev@httpd.apache.org Date: Thu, 10 Mar 2011 11:51:14 -0500 Subject: Re: HEAD on trunk broken On Mar 10, 2011, at 11:43 AM, Pl??m,

mod_lua broken - was: NetWare autobuild httpd-HEAD / apr-HEAD failed

2011-03-15 Thread Guenter Knauf
Hi all, I just want to clarify that the mail below is not my new nag mailer, but an automatically generated mail from a Linux box which builds the NetWare target of httpd-HEAD + APR-HEAD all six hours from SVN ... I was today self suprised how nicely it works ... :-) Did setup the stuff a few d

NetWare autobuild httpd-HEAD / apr-HEAD failed

2011-03-15 Thread fuankg
Complete buildlog: http://svwe20.itex.at/autobuilds/asf/httpd/201103152310-netware-httpd.txt.gz = Exporting httpd-trunk ... Path: trunk URL: http://svn.apache.org/repos/asf/httpd/httpd/trunk Repository Root: http://svn.apa

Re: a plan mod_lua and 2.4

2011-03-15 Thread Akins, Brian
On 3/15/11 2:25 PM, "Dan Poirier" wrote: > I agree too, but the discussion was about whether mod_lua might replace > PHP some day, and I think if that's your goal (worthwhile or not) you'd > have to provide web page embedding. We never, ever run mod_php, only via fastcgi, anyway. No need to emb

Re: a plan mod_lua and 2.4

2011-03-15 Thread Dan Poirier
On Tue. 2011-03-15 at 11:47 AM EDT, Jeff Trawick wrote: > On Tue, Mar 15, 2011 at 10:53 AM, Akins, Brian wrote: >> On 3/15/11 10:05 AM, "Dan Poirier" wrote: >> >>> Maybe if people could embed lua in web pages. >> >> FWIW, I don't think the web needs yet another web page generator embedded >> ins

NetWare autobuild httpd-HEAD / apr-HEAD failed

2011-03-15 Thread fuankg
Complete buildlog: http://svwe20.itex.at/autobuilds/asf/httpd/201103151710-netware-httpd.txt.gz = Exporting httpd-trunk ... Path: trunk URL: http://svn.apache.org/repos/asf/httpd/httpd/trunk Repository Root: http://svn.apa

Re: a plan mod_lua and 2.4

2011-03-15 Thread Jeff Trawick
On Tue, Mar 15, 2011 at 10:53 AM, Akins, Brian wrote: > On 3/15/11 10:05 AM, "Dan Poirier" wrote: > > >> Maybe if people could embed lua in web pages. > > FWIW, I don't think the web needs yet another web page generator embedded > inside a web server.  We apps should be ran by application servers

Re: a plan mod_lua and 2.4

2011-03-15 Thread Brian McCallister
On Tue, Mar 15, 2011 at 7:08 AM, Akins, Brian wrote: > On 3/14/11 7:51 PM, "Brian McCallister" wrote: > >> I think the right path for this is to shrink the core mod_lua module >> to be the *minimal* set for integration, and pull all the higher level >> functionality into a non-core module, which

Re: a plan mod_lua and 2.4

2011-03-15 Thread Akins, Brian
On 3/15/11 10:05 AM, "Dan Poirier" wrote: > Maybe if people could embed lua in web pages. FWIW, I don't think the web needs yet another web page generator embedded inside a web server. We apps should be ran by application servers - fastcgi, proxy, etc. But that's just my opinion ;) -- Brian

Re: a plan mod_lua and 2.4

2011-03-15 Thread HyperHacker
On Tue, Mar 15, 2011 at 08:05, Dan Poirier wrote: > On Tue. 2011-03-15 at 09:36 AM EDT, HyperHacker wrote: > >> I've been eagerly looking forward to a stable mod_lua with which to >> make my sites. If done well, Lua could replace PHP as the #1 web >> scripting language > > Maybe if people could e

Re: a plan mod_lua and 2.4

2011-03-15 Thread Dan Poirier
On Tue. 2011-03-15 at 09:36 AM EDT, HyperHacker wrote: > I've been eagerly looking forward to a stable mod_lua with which to > make my sites. If done well, Lua could replace PHP as the #1 web > scripting language Maybe if people could embed lua in web pages.

Re: a plan mod_lua and 2.4

2011-03-15 Thread HyperHacker
On Tue, Mar 15, 2011 at 07:08, Akins, Brian wrote: > On 3/14/11 7:51 PM, "Brian McCallister" wrote: > >> I think the right path for this is to shrink the core mod_lua module >> to be the *minimal* set for integration, and pull all the higher level >> functionality into a non-core module, which us

Re: a plan mod_lua and 2.4

2011-03-15 Thread Dan Poirier
On Mon. 2011-03-14 at 07:51 PM EDT, Brian McCallister wrote: > I think the right path for this is to shrink the core mod_lua module > to be the *minimal* set for integration, and pull all the higher level > functionality into a non-core module, which uses the core mod_lua to > hook into the serve

Re: a plan mod_lua and 2.4

2011-03-15 Thread Akins, Brian
On 3/14/11 7:51 PM, "Brian McCallister" wrote: > I think the right path for this is to shrink the core mod_lua module > to be the *minimal* set for integration, and pull all the higher level > functionality into a non-core module, which uses the core mod_lua to > hook into the server. +1 How ma

NetWare autobuild httpd-HEAD / apr-HEAD failed

2011-03-15 Thread fuankg
Complete buildlog: http://svwe20.itex.at/autobuilds/asf/httpd/201103151110-netware-httpd.txt.gz = Exporting httpd-trunk ... Path: trunk URL: http://svn.apache.org/repos/asf/httpd/httpd/trunk Repository Root: http://svn.apa

Re: Bug in mod_log_config

2011-03-15 Thread Torsten Förtsch
On Thursday, March 03, 2011 14:55:40 Jim Jagielski wrote: > Thx for the report and the patch... I will verify and apply > to trunk w/ a backport req for 2.2. Just a polite reminder. > On Mar 3, 2011, at 8:45 AM, Torsten Förtsch wrote: > > On Thursday, March 03, 2011 13:44:57 Torsten Förtsch wrote