How to parse POST arguments?

2009-04-16 Thread Kevac Marko
Hello 1. How to parse POST arguments? 2. Why there is no functions to parse GET and POST arguments in Apache? Thanks. -- Marko Kevac

Re: How to parse POST arguments?

2009-04-16 Thread Jérôme Renard
Hi Marko, Kevac Marko a écrit : Hello 1. How to parse POST arguments? You might find mod_form useful : - http://apache.webthing.com/mod_form/ This thread might help as well : -

Re: Regarding setup modules for server 2.2

2009-04-16 Thread Joe Lewis
fortanu82 wrote: Hi I have to completely replace the Apache 1.3 HTTP server with Apache 2.2. In Apache 1.3 modules like mod_fastcgi, mod_perl and mod_oprocmgr are present. Now I just wanted to confirm two things, 1) If our application does not use any CGI or perl scripts, Is it necessary to

[OT] Re: Regarding setup modules for server 2.2

2009-04-16 Thread Sam Carleton
Tarun, First off, this forum is for Apache C Module development, not configuration, so you are a bit off topic. The quick and dirty is this: No module is *needed*, Apache can run just fine without any modules. It will be very limited in what it can do and how you can configure it, but it can

Re: Regarding setup modules for server 2.2

2009-04-16 Thread Ray Morris
1) If our application does not use any CGI or perl scripts, Is it necessary to have the modules like mod_perl and mod_fastcgi to be present in the sever. Even if you WERE using CGI, neither mod_perl nor mod_fastcgi would be required. mod_perl wouldn't be recommended unlss you either

Re: How to parse POST arguments?

2009-04-16 Thread Bertrand Mansion
On Thu, Apr 16, 2009 at 7:41 PM, Kevac Marko ma...@kevac.org wrote: 2009/4/16 Jérôme Renard j...@ez.no: You might find mod_form useful : - http://apache.webthing.com/mod_form/ Yes, thank you, mod_form helped. But why this basic functionality is not implemented inside Apache? There is some

Re: How to parse POST arguments?

2009-04-16 Thread Lin Luo
Hi Bertrand, What kind of dependency you mean for apreq lib? Lynn On Fri, Apr 17, 2009 at 3:15 AM, Bertrand Mansion bmans...@mamasam.netwrote: On Thu, Apr 16, 2009 at 7:41 PM, Kevac Marko ma...@kevac.org wrote: 2009/4/16 Jérôme Renard j...@ez.no: You might find mod_form useful : -

Re: State of Apache::Test?

2009-04-16 Thread Dan Poirier
Torsten Foertsch torsten.foert...@gmx.net writes: On Wed 15 Apr 2009, Dan Poirier wrote: I'm wondering - what's the state of Apache::Test and httpd/test?  Are there active developers using them who understand how they work?  Or have they fallen into disuse? Background: I wanted to see if I

Re: State of Apache::Test?

2009-04-16 Thread Jeff Trawick
On Thu, Apr 16, 2009 at 8:36 AM, Dan Poirier poir...@pobox.com wrote: Torsten Foertsch torsten.foert...@gmx.net writes: On Wed 15 Apr 2009, Dan Poirier wrote: I'm wondering - what's the state of Apache::Test and httpd/test? Are there active developers using them who understand how they

Re: mod_fcgid support

2009-04-16 Thread Chris Darroch
William A. Rowe, Jr. wrote: Chris, I'm really confused. Are you asking to branch httpd trunk into a 2.4 branch (bad, we aren't there) or a 2.3 branch (overkill IMHO, if we don't have cycles to get to 2.4/3.0 with what's in trunk, we certainly don't have cycles to make the determinations of

Re: Apache logging in prev?

2009-04-16 Thread Bob Ionescu
2009/4/15 Michele Waldman mmwald...@nyc.rr.com: ./server/util_script.c apr_table_addn(e, REMOTE_USER, r-user); apr_table_addn(e, REDIRECT_REMOTE_USER, back-user); I could this. Is this the right place? That's for ENVs, but not the place where a module reads and sets

Re: mod_fcgid support

2009-04-16 Thread William A. Rowe, Jr.
Chris Darroch wrote: * use the httpd/mod_fcgid subtree for bug fix releases of mod_fcgid (retain compatibility with httpd 2.0/2.2 as well as existing mod_fcgid configurations) I see where you're going with this, and I like it. It means that for the time being, we just ignore the

Re: mod_fcgid support

2009-04-16 Thread William A. Rowe, Jr.
Chris Darroch wrote: I see where you're going with this, and I like it. It means that for the time being, we just ignore the incomplete autoconf/build stuff in mod_fcgid's sandbox. FWIW, httpd/mod_ftp/ has a build schema that can literally be dropped on top of an httpd source tree, or run

Re: [PATCH] mod_dbd: execute SQL statements after DB connection has been established

2009-04-16 Thread Kevac Marko
On Tue, Apr 14, 2009 at 1:16 AM, Nick Kew n...@webthing.com wrote: On 12 Apr 2009, at 16:36, Kevac Marko wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=46827 This patch adds ability to the mod_dbd Apache module to execute any SQL statements after DB connection have been