Bug report for Apache httpd-1.3 [2009/04/26]

2009-04-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

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

2009-04-27 Thread Kevac Marko
Anything new? -- Marko Kevac

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

2009-04-27 Thread Nick Kew
On 27 Apr 2009, at 08:11, Kevac Marko wrote: Anything new? What, since http://svn.apache.org/viewvc?view=revrevision=766938 ? -- Nick Kew

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

2009-04-27 Thread Kevac Marko
On Mon, Apr 27, 2009 at 11:50 AM, Nick Kew n...@webthing.com wrote: What, since http://svn.apache.org/viewvc?view=revrevision=766938 ? Wow. I didn't know about that. Thanks. Than i will go with mod_dbd pool patches soon. -- Marko Kevac

New syntax for httpd on Windows commandline stop/restart

2009-04-27 Thread Rainer Jung
When running httpd under Windows not as a service, there is a known bug (BZ 25484), that you can't restart or stop it from another commandline (DOS box). This worked in httpd 1.3, never worked in 2.x and is still documented as working. Most of the code needed to make it work is already there,

Re: svn commit: r760866 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_ssl.xml modules/proxy/mod_proxy_http.c modules/ssl/mod_ssl.c modules/ssl/ssl_engine_config.c modules/ssl/ssl_engine_io.c mo

2009-04-27 Thread Joe Orton
On Wed, Apr 01, 2009 at 12:07:49PM -, rpl...@apache.org wrote: Author: rpluem Date: Wed Apr 1 12:07:47 2009 New Revision: 760866 URL: http://svn.apache.org/viewvc?rev=760866view=rev Log: ... +if (sc-proxy_ssl_check_peer_expire == SSL_ENABLED_TRUE) { +apr_time_t

Re: svn commit: r760866 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_ssl.xml modules/proxy/mod_proxy_http.c modules/ssl/mod_ssl.c modules/ssl/ssl_engine_config.c modules/ssl/ssl_engine_io.c

2009-04-27 Thread Eric Covener
On Mon, Apr 27, 2009 at 12:08 PM, Joe Orton jor...@redhat.com wrote: * Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable stricter checking of remote server certificates. Also maybe default these to on for the trunk? +1 -- Eric Covener cove...@gmail.com

Re: New syntax for httpd on Windows commandline stop/restart

2009-04-27 Thread Mario Brandt
Hi Rainer, is there realy a need for that? You can stop it with Ctrl + c and restart it with ctrl + break. regards Mario

Re: New syntax for httpd on Windows commandline stop/restart

2009-04-27 Thread Rainer Jung
On 27.04.2009 20:11, Mario Brandt wrote: Hi Rainer, is there realy a need for that? You can stop it with Ctrl + c and restart it with ctrl + break. I know that (from the code, I think it is not really mentioned in the docs). I do like the idea of having a mostly uniform commandline interface

Re: New syntax for httpd on Windows commandline stop/restart

2009-04-27 Thread William A. Rowe, Jr.
Rainer Jung wrote: Any comments on this change at all? Note that it will not break any use case, that already works. Just to confirm, you are looking at the significantly refactored trunk, and not the 2.2 branch, right? Will ponder the proposal a day or two... did you also consider -n

Re: New syntax for httpd on Windows commandline stop/restart

2009-04-27 Thread Rainer Jung
Hi Bill, On 27.04.2009 20:39, William A. Rowe, Jr. wrote: Rainer Jung wrote: Any comments on this change at all? Note that it will not break any use case, that already works. Just to confirm, you are looking at the significantly refactored trunk, and not the 2.2 branch, right? I did the

Re: New syntax for httpd on Windows commandline stop/restart

2009-04-27 Thread Mario Brandt
I know that (from the code, I think it is not really mentioned in the docs). You are right. There is only ctrl+c documented. Ctrl + break is missing. Mario

Re: svn commit: r769020 - in /httpd/httpd/trunk/modules/proxy: balancers/mod_lbmethod_bybusyness.c balancers/mod_lbmethod_byrequests.c balancers/mod_lbmethod_bytraffic.c balancers/mod_lbmethod_heartbe

2009-04-27 Thread Ruediger Pluem
On 04/27/2009 05:02 PM, j...@apache.org wrote: Author: jim Date: Mon Apr 27 15:02:40 2009 New Revision: 769020 URL: http://svn.apache.org/viewvc?rev=769020view=rev Log: Fold in initial template for methods to be able to reset (initialize) and age their data, useful when adding new

Re: svn commit: r760866 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_ssl.xml modules/proxy/mod_proxy_http.c modules/ssl/mod_ssl.c modules/ssl/ssl_engine_config.c modules/ssl/ssl_engine_io.c mo

2009-04-27 Thread Ruediger Pluem
On 04/27/2009 06:08 PM, Joe Orton wrote: On Wed, Apr 01, 2009 at 12:07:49PM -, rpl...@apache.org wrote: Author: rpluem Date: Wed Apr 1 12:07:47 2009 New Revision: 760866 URL: http://svn.apache.org/viewvc?rev=760866view=rev Log: ... +if (sc-proxy_ssl_check_peer_expire ==

Re: New syntax for httpd on Windows commandline stop/restart

2009-04-27 Thread William A. Rowe, Jr.
Rainer Jung wrote: httpd -k start -n MyApache: start MyApache as a service httpd -k start -N MyApache: start MyApache as a console app and then the same for stop, shutdown, restart. Just FYI; the console will need more than just one signal to one PID, right now there are service stop and