Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-21 Thread Rainer Jung
On 19.01.2009 19:48, Rainer Jung wrote: On 19.01.2009 18:33, William A. Rowe, Jr. wrote: Rainer Jung wrote: I built trunk on XP today. When trying to run it, I get a restart loop for the child process, and the error log contains repetitions of: [Sun Jan 18 19:20:43 2009] [notice] Child 4556

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-21 Thread Rainer Jung
On 21.01.2009 18:33, William A. Rowe, Jr. wrote: William A. Rowe, Jr. wrote: Rainer Jung wrote: Could be, that there's something wrong with the code that copies the listen sockets from the main process to the child. Exactly; one of the primary possibilities is that a well documented API

Re: Using gzip and CustomLog

2009-01-22 Thread Rainer Jung
On 22.01.2009 08:38, Paras Fadte wrote: Can anyone respond to this query of mine? I don't have a very nice solution. I expect you need to create something on your own, using the fact, that the pipe syntax in httpd let's you pass the log information to any external logger you like. I

Re: Using gzip and CustomLog

2009-01-22 Thread Rainer Jung
On 23.01.2009 07:55, Paras Fadte wrote: Hi, I get following error when I try to use compress function of zlib in rotatelogs.c . I have included zlib.h in rotatelogs.c . /home/paras/httpd-2.0.55/support/rotatelogs.c:294: undefined reference to `compress' collect2: ld returned 1 exit status

Re: Using gzip and CustomLog

2009-01-23 Thread Rainer Jung
On 23.01.2009 08:45, Paras Fadte wrote: Can you please tell me in which file ? I assume you are building rotatelogs from within the httpd sources. There is a file support/Makefile, which contains a line $(LINK) $(rotatelogs_LTFLAGS) $(rotatelogs_OBJECTS) $(PROGRAM_LDADD) Simply add -lz at

Re: How to treat CHANGES in trunk re: 2.3 alphas

2009-02-07 Thread Rainer Jung
On 01.02.2009 04:29, Ruediger Pluem wrote: On 01/31/2009 10:00 PM, Eric Covener wrote: With 2.3 alphas being rolled from trunk, should we still remove anything that gets backported to 2.2.x? IMHO it does not make sense to remove the entries currently as it would cause a loss of information

Re: mod_proxy_balancer lbset functionality

2009-02-07 Thread Rainer Jung
On 01.02.2009 22:51, Jim Jagielski wrote: On Feb 1, 2009, at 3:08 AM, Mladen Turk wrote: Think Jim introduced the lbset balancer property, so he would probably know best how this is supposed to work. IIUC lbset should allow to create the group of balancer members, and that's great. However IMO

Re: Using gzip and CustomLog

2009-02-08 Thread Rainer Jung
On 28.01.2009 06:50, Paras Fadte wrote: I have somewhat modified the rotatlogs utility to support compression . Although it creates files in compressed format (.gz) and rotates them properly the issue that i am facing is that when apache is restarted (graceful or stop/start way ) the last

Unix line ends in Windows DSP files

2009-02-08 Thread Rainer Jung
Hi, all Windows DSP files in trunk, except for the recent ones for mod_sed and mod_proxy_fcgi, have Unix line ends, even when checked out on Windows. The eol-style is set to native (no difference with the sed or proxy_fcgi one). I assume they have been checked in from Windows but with Unix

Re: Transparent proxy setup works fine, but want to confirm the settings

2009-02-14 Thread Rainer Jung
On 14.02.2009 01:46, Pranav Desai wrote: On Fri, Feb 13, 2009 at 1:26 AM, Graham Leggettminf...@sharp.fm wrote: Pranav Desai wrote: I am trying to setup Apache 2.2.9 as a transparent proxy. So that the users don't have to configure their browsers. Now the URLs coming in are relative for

Re: Optimize behaviour of reverse and forward worker

2009-02-14 Thread Rainer Jung
On 14.02.2009 15:09, Ruediger Pluem wrote: Current we set is_address_reusable to 0 for the reverse and forward worker. Is this really needed? IMHO we could reuse the connection if it goes to the same target (we already check this). By check you mean the code in ap_proxy_determine_connection()?

Re: additional lbmethods in mod_proxy_balancer

2009-03-02 Thread Rainer Jung
What's you balancer configuration leading to the cited error? On 02.03.2009 16:34, Florian S. wrote: Hi everyone! I'm desperately trying to implement an additional loadbalancing algorithm. Did anyone succeeded in declaring own methods? The httpd-users-list did not give any reply, so I'll try

Re: additional lbmethods in mod_proxy_balancer

2009-03-02 Thread Rainer Jung
are in there. You can check the same with your build result. Regards, Rainer Am Montag, den 02.03.2009, 17:46 +0100 schrieb Rainer Jung: What's you balancer configuration leading to the cited error? On 02.03.2009 16:34, Florian S. wrote: Hi everyone! I'm desperately trying to implement

Re: mod_dbd and multiple databases

2009-03-05 Thread Rainer Jung
On 05.03.2009 16:41, Andrew Ford wrote: I suspect that it is a limitation of mod_dbd, but is there a way of having two database connections to different databases of different types in the same context? I can see that it is possible at the APR-Util level, but mod_dbd doesn't seem to allow for

Re: Set-Cookie

2009-03-26 Thread Rainer Jung
On 26.03.2009 10:07, Marco Spinetti wrote: Ok, I have to use apr_table_add instead od apr_table_set. So I should write: apr_table_add(r-headers_out, Set-Cookie, co); apr_table_add(r-headers_out, Set-Cookie, co1); If I write: apr_table_set(r-headers_out, Set-Cookie, co);

Re: svn commit: r758597 - /httpd/httpd/trunk/server/mpm/config.m4

2009-03-26 Thread Rainer Jung
On 26.03.2009 13:25, Justin Erenkrantz wrote: On Thu, Mar 26, 2009 at 1:00 PM, Paul Quernap...@querna.org wrote: I think the default should be event for the time being. +1 Rainer

Re: mod_proxy/mod_proxy_balancer bug

2009-04-17 Thread Rainer Jung
On 14.04.2009 23:23, Jess Holle wrote: Jess Holle wrote: Similarly, when retrying workers in various routines in mod_proxy_balancer.c those worker's lbstatus is incremented. If the retry fails, however, the lbstatus is never reset. This issue also leads to an lbstatus that increases without

Re: 2.2.12 ?

2009-04-21 Thread Rainer Jung
On 21.04.2009 08:48, jean-frederic clere wrote: Philip M. Gollucci wrote: Hi, I count ~24 changes since 2.2.11 and at least 2 of which I've been asked to plop directly in freebsd ports tree. That tells me its time. I know I haven't done it before, but I might consider being the RM if

Re: mod_proxy/mod_proxy_balancer bug

2009-04-21 Thread Rainer Jung
On 20.04.2009 15:57, Jim Jagielski wrote: On Apr 17, 2009, at 4:28 PM, Rainer Jung wrote: The same type of balancing decision algorithm was part of mod_jk between 1.2.7 and 1.2.15. I always had problems to understand, how it exactly behaves in case some workers are out of order

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: 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 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

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

2009-04-28 Thread Rainer Jung
On 27.04.2009 21:11, Rainer Jung wrote: On 27.04.2009 20:39, William A. Rowe, Jr. wrote: Rainer Jung wrote: Just to confirm, you are looking at the significantly refactored trunk, and not the 2.2 branch, right? I did the fix for 2.2.x, but looking at trunk indicates, that the code used

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

2009-04-28 Thread Rainer Jung
On 27.04.2009 21:21, Mario Brandt wrote: 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. I added a few lines about Control-Break to the trunk Windows platform docs. I will backport this in

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

2009-05-03 Thread Rainer Jung
the functionality in the code, I'll remove the wrong parts from the docs. Regards, Rainer On Tue, Apr 28, 2009 at 4:18 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 27.04.2009 21:21, Mario Brandt wrote: I know that (from the code, I think it is not really mentioned in the docs). You are right

Re: mod_proxy / mod_proxy_balancer

2009-05-06 Thread Rainer Jung
Caution: long response! On 05.05.2009 22:41, jean-frederic clere wrote: Jim Jagielski wrote: On May 5, 2009, at 3:02 PM, jean-frederic clere wrote: Jim Jagielski wrote: On May 5, 2009, at 1:18 PM, jean-frederic clere wrote: Jim Jagielski wrote: On May 5, 2009, at 12:07 PM, jean-frederic

Re: mod_proxy / mod_proxy_balancer

2009-05-06 Thread Rainer Jung
On 06.05.2009 10:35, Jess Holle wrote: Rainer Jung wrote: In most situations aplications need stickyness. So balancing will not happen in an ideal situation, instead it tries to keep load equal although most requests are sticky. Because of the influence of sticky requests it can happen

Re: mod_proxy / mod_proxy_balancer

2009-05-06 Thread Rainer Jung
On 06.05.2009 14:35, jean-frederic clere wrote: Jess Holle wrote: Rainer Jung wrote: Yes, I think the counter/aging discussion is for the baseline, i.e. when we do not have any information channel to or from the backend nodes. As soon as mod_cluster comes into play, we can use more up

Re: Backports from trunk to 2.2 proxy-balancers

2009-05-06 Thread Rainer Jung
On 06.05.2009 14:39, Jim Jagielski wrote: It would certainly be easier to maintain a 2.2-proxy branch, with the intent of it actually being folded *into* 2.2, if the branch used the same dir structure as trunk, that is, a separate directory that includes the balancer methods (as well as the

Re: mod_proxy / mod_proxy_balancer

2009-05-06 Thread Rainer Jung
On 06.05.2009 15:08, Jim Jagielski wrote: On May 6, 2009, at 4:35 AM, Jess Holle wrote: Of course that redoes what a servlet engine would be doing and does so with lower fidelity. An ability to ask a backend for its current session count and load balance new requests on that basis would

Re: mod_proxy hooks for clustering and load balancing

2009-05-06 Thread Rainer Jung
On 06.05.2009 20:26, Paul Querna wrote: There is lots of discussion about fixing mod_proxy and mod_proxy_balancer, to try to make it do things that the APIs are just broken for, and right now, it seems from the outside to be turning into a ball of mud. I think the right way to frame the

Calling usage() from the rewrite args hook?

2009-05-06 Thread Rainer Jung
While working on additional windows commandline options I noticed, that there is no consistent checking for validity of the -k arguments. Those arguments are handled by the rewrite args hook, and some MPMs seem to care somehow about invalid or duplicate -k arguments (e.g. Unix outputs a somewhat

Re: Calling usage() from the rewrite args hook?

2009-05-06 Thread Rainer Jung
On 06.05.2009 21:33, Rainer Jung wrote: While working on additional windows commandline options I noticed, that there is no consistent checking for validity of the -k arguments. Those arguments are handled by the rewrite args hook, and some MPMs seem to care somehow about invalid

Re: mod_proxy hooks for clustering and load balancing

2009-05-07 Thread Rainer Jung
On 06.05.2009 22:31, Jim Jagielski wrote: On May 6, 2009, at 4:20 PM, Graham Leggett wrote: Jim Jagielski wrote: I'll stop worrying about 2.2 when 2.4 comes closer to being a reality. Not saying that releasing 2.4 isn't worth it, but there have been stops and starts all along the way,

GCC 4, NULL and missing sentinel warnings

2009-05-12 Thread Rainer Jung
In revision 683278 Joe introduced a sentinel attribute mark to some APR functions (trunk and 1.4). When compiling httpd trunk I noticed, that on Solaris 8 and 10 using GCC 4 I get warnings about missing sentinels in function calls. I also get it on some apr files, like e.g. apr_tables.c. It

Re: GCC 4, NULL and missing sentinel warnings

2009-05-13 Thread Rainer Jung
On 13.05.2009 00:04, William A. Rowe, Jr. wrote: Rainer Jung wrote: Should I prepare a patch along those lines? Maybe bring this up on the d...@apr.apache.org list? You're right, I opened an issue and attached a patch. https://issues.apache.org/bugzilla/show_bug.cgi?id=47191 Once things

Re: svn commit: r735516 - /httpd/httpd/trunk/server/log.c

2009-05-14 Thread Rainer Jung
On 13.05.2009 22:38, William A. Rowe, Jr. wrote: -1. There's really no excuse to abstract an abstraction, when you could have simply added 'int special_stderr;' to the piped_log struct. I reverted. Moving the new member to the existing piped_log structure makes it publicly visible. As for now

Re: svn commit: r735516 - /httpd/httpd/trunk/server/log.c

2009-05-14 Thread Rainer Jung
On 14.05.2009 15:49, Joe Orton wrote: On Thu, May 14, 2009 at 12:51:18PM +0200, Rainer Jung wrote: On 13.05.2009 22:38, William A. Rowe, Jr. wrote: Please revert the introduction of a _wrapper struct and let's simply fix the piped_log structure? Do we really want to add it to the public API

Re: svn commit: r774755 - in /httpd/httpd/trunk: CHANGES server/log.c

2009-05-14 Thread Rainer Jung
On 14.05.2009 18:03, William A. Rowe, Jr. wrote: rj...@apache.org wrote: Author: rjung Date: Thu May 14 12:59:25 2009 New Revision: 774755 URL: http://svn.apache.org/viewvc?rev=774755view=rev Log: Allow relative pathnames for piped loggers in ErrorLog. --- httpd/httpd/trunk/server/log.c

Re: svn commit: r774755 - in /httpd/httpd/trunk: CHANGES server/log.c

2009-05-14 Thread Rainer Jung
On 14.05.2009 18:50, William A. Rowe, Jr. wrote: Rainer Jung wrote: The code is identical to what we do in mod_rewrite and mod_log_forensic. I'll check the details, but I didn't commit this in January without testing especially with rotatelogs and params. Thanks for pointing me at those

Working directory, piped logs and relative paths

2009-05-14 Thread Rainer Jung
I noticed some differences between Unix and Windows way of handling piped loggers I wanted to give notice of: Both platforms use a shell resp. cmd.exe to start the piped logger. In principle both allow to use a relative path for the log program. On Unix the working directory of the httpd

Re: svn commit: r774884 - /httpd/httpd/trunk/server/log.c

2009-05-14 Thread Rainer Jung
On 14.05.2009 23:06, William A. Rowe, Jr. wrote: rj...@apache.org wrote: Author: rjung Date: Thu May 14 19:13:17 2009 New Revision: 774884 URL: http://svn.apache.org/viewvc?rev=774884view=rev Log: Revert r774755: ap_server_root_relative() for piped loggers is nonsense. It doesn't work

Re: svn commit: r735516 - /httpd/httpd/trunk/server/log.c

2009-05-15 Thread Rainer Jung
On 14.05.2009 15:49, Joe Orton wrote: On Thu, May 14, 2009 at 12:51:18PM +0200, Rainer Jung wrote: On 13.05.2009 22:38, William A. Rowe, Jr. wrote: Please revert the introduction of a _wrapper struct and let's simply fix the piped_log structure? Do we really want to add it to the public API

Re: mod_proxy. mod_proxy_balancer and failovers

2009-06-02 Thread Rainer Jung
On 02.06.2009 15:24, Kevac Marko wrote: On Tue, Jun 2, 2009 at 4:15 PM, Nick Kew n...@webthing.com wrote: How is the balancer supposed to know that one valid HTTP response is an error while another is correct? A 404 or other error response doesn't mean there's a problem with the server!

Re: add OS to BugZilla

2009-06-04 Thread Rainer Jung
Done by Mark (Thomas) independent of 'Product' category. On 03.06.2009 17:24, Guenter Knauf wrote: Hi, we support NetWare already from 1.3.x days, and I think it would make sense to add 'NetWare' to the OS dropdown selector in BugZilla; can perhaps someone with the needed karma add this

Re: rotatelogs - Adding timeout for reading from stdin

2009-06-09 Thread Rainer Jung
On 09.06.2009 18:51, William A. Rowe, Jr. wrote: Mladen Turk wrote: Why? Timeout on reading from stdin is a nice and clean way for making the rotation to happen even when there is no log entries fired that would break the block on stdin. Rotation would always happen at midnight, not at some

Re: Events, Destruction and Locking

2009-07-08 Thread Rainer Jung
On 08.07.2009 15:55, Paul Querna wrote: On Wed, Jul 8, 2009 at 3:05 AM, Graham Dumpletongraham.dumple...@gmail.com wrote: 2009/7/8 Graham Leggett minf...@sharp.fm: Paul Querna wrote: It breaks the 1:1: connection mapping to thread (or process) model which is critical to low memory

Re: svn commit: r792554 - in /httpd/httpd/branches/2.2.x: STATUS modules/generators/mod_info.c

2009-07-09 Thread Rainer Jung
On 09.07.2009 15:45, taka...@apache.org wrote: Author: takashi Date: Thu Jul 9 13:45:35 2009 New Revision: 792554 URL: http://svn.apache.org/viewvc?rev=792554view=rev Log: vote and comment I guess the following part of the commit was an accident? That patch is still voted on in the

Re: William Rowe Jr. is now V.P., Apache HTTP Server

2009-07-16 Thread Rainer Jung
On 16.07.2009 09:29, Mladen Turk wrote: On 16/07/09 00:46, Roy T. Fielding wrote: BE IT FURTHER RESOLVED, that William Rowe Jr. be and hereby is appointed to the office of Vice President, Apache HTTP Server, to serve in accordance with and subject to the direction of the Board of Directors

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-21 Thread Rainer Jung
On 21.07.2009 20:44, Ruediger Pluem wrote: Solaris 10(SPARC): worker, event and prefork MPM build and start up. Only limited test results from the framework due to incomplete perl framework on my machine, but no regressions noted.

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-25 Thread Rainer Jung
I built and tested on Windows XP SP3. There's no Win source download available at /dev/dist yet, but I did the build using the Unix sources. It looks good in principle, so +1 but I have some observations to remark (all tests done with Win32DisableAcceptEx). See especially remark number 5). 1)

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-25 Thread Rainer Jung
On 25.07.2009 16:05, Rainer Jung wrote: 5) Starting a service only works using the ApacheMonitor or the Windows Service Control. Using the commandline httpd.exe I can not start the service. The event log shows: [Sat Jul 25 15:11:03 2009] [notice] Disabled use of AcceptEx() WinSock2 API

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-25 Thread Rainer Jung
On 25.07.2009 18:36, William A. Rowe, Jr. wrote: Rainer Jung wrote: On 25.07.2009 16:05, Rainer Jung wrote: 5) Starting a service only works using the ApacheMonitor or the Windows Service Control. Using the commandline httpd.exe I can not start the service. The event log shows: [Sat Jul 25

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-25 Thread Rainer Jung
On 25.07.2009 18:57, Rainer Jung wrote: Oups: and 12, so I'll shut down now and come back when I really know the shut down - shut up

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-25 Thread Rainer Jung
Still not a complete solution to the puzzle, but some more findings below. On 25.07.2009 20:55, William A. Rowe, Jr. wrote: Rainer Jung wrote: On 25.07.2009 18:36, William A. Rowe, Jr. wrote: Rainer Jung wrote: On 25.07.2009 16:05, Rainer Jung wrote: 5) Starting a service only works using

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-25 Thread Rainer Jung
On 26.07.2009 00:41, Rainer Jung wrote: Now the new thing: as I reported before, I was testing rotatelogs, but then when you asked about peculiarities I forgot to mention rotatelogs. And yes: as soon as I throw out rotatelogs, the problem disappears. When I add rotatelogs I can reproduce

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-25 Thread Rainer Jung
Possible patch would be moving the start handling from post config to pre config. That way everything gets easier (we are not establishing listeners and shut them down again shortly after, not establishing rotatelogs etc.). Patch against 2.2 head at

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-26 Thread Rainer Jung
On 26.07.2009 09:54, William A. Rowe, Jr. wrote: It doesn't matter whether I use | or the new ||. It doesn't matter whether I use rotatelogs in ErrorLog or CustomLog or both. Note that || and |$ have not yet been backported. It was done with the following backport: r777193 | jim |

Re: svn commit: r799152 - in /httpd/site/trunk: docs/contributors/index.html xdocs/contributors/index.xml

2009-07-30 Thread Rainer Jung
Hi Paul, I guess you didn't want to delete Dan from the contributors list ;) Regards, Rainer On 30.07.2009 03:36, pque...@apache.org wrote: Author: pquerna Date: Thu Jul 30 01:36:44 2009 New Revision: 799152 URL: http://svn.apache.org/viewvc?rev=799152view=rev Log: Update myself.

Re: svn commit: r799152 - in /httpd/site/trunk: docs/contributors/index.html xdocs/contributors/index.xml

2009-07-31 Thread Rainer Jung
On 31.07.2009 03:18, Paul Querna wrote: ugh, looks like dan never actually added himself to the XML -- only to the HTML. Will fix this in a few. I fixed it in svn, but someone with httpd unix group needs to update the live page on p.a.o: cd /x1/www/httpd.apache.org/contributors svn up

Main httpd web site page: update needed for 2.2.13

2009-08-10 Thread Rainer Jung
Hi, I noticed there was still a 2.2.12 in a section heading of the httpd landing page. I updated in svn: http://svn.apache.org/viewvc?view=revrevision=802660 Could someone with karma on people.apache.org please update /x1/www/httpd.apache.org from svn? Unfortunately Bill has group ownership

Re: Main httpd web site page: update needed for 2.2.13

2009-08-10 Thread Rainer Jung
On 10.08.2009 08:01, Rainer Jung wrote: Hi, I noticed there was still a 2.2.12 in a section heading of the httpd landing page. I updated in svn: http://svn.apache.org/viewvc?view=revrevision=802660 Could someone with karma on people.apache.org please update /x1/www/httpd.apache.org

Re: Main httpd web site page: update needed for 2.2.13

2009-08-10 Thread Rainer Jung
Am 10.08.2009 17:28, schrieb William A. Rowe, Jr.: Rainer Jung wrote: On 10.08.2009 08:01, Rainer Jung wrote: Hi, I noticed there was still a 2.2.12 in a section heading of the httpd landing page. I updated in svn: http://svn.apache.org/viewvc?view=revrevision=802660 Could someone

Re: Main httpd web site page: update needed for 2.2.13

2009-08-10 Thread Rainer Jung
Am 10.08.2009 17:47, schrieb Lars Eilebrecht: Rainer Jung wrote: I noticed there was still a 2.2.12 in a section heading of the httpd landing page. I updated in svn: BTW, the download page actually talks about the release of 2.2.18. That's already fixed in svn, but also needs svn up

Re: Main httpd web site page: update needed for 2.2.13

2009-08-10 Thread Rainer Jung
Am 10.08.2009 17:16, schrieb Guenter Knauf: Hi, Rainer Jung schrieb: I noticed there was still a 2.2.12 in a section heading of the httpd landing page. I updated in svn: http://svn.apache.org/viewvc?view=revrevision=802660 Could someone with karma on people.apache.org please update /x1

Re: svn commit: r806198 - /httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml

2009-08-20 Thread Rainer Jung
I guess you didn't want to commit the first hunk: On 20.08.2009 16:53, lgen...@apache.org wrote: Author: lgentis Date: Thu Aug 20 14:53:30 2009 New Revision: 806198 URL: http://svn.apache.org/viewvc?rev=806198view=rev Log: Two typo corrections. Modified:

Sporadically broken Download for 2.2.13 windows binaries

2009-08-25 Thread Rainer Jung
Hi, I observed strange behaviour for the Windows 2.2.13 binary download. Retrieving it with Firefox and with MSIE 8 directly from http://archive.apache.org/dist/httpd/binaries/win32/apache_2.2.13-win32-x86-openssl-0.9.8k.msi stopped downloading after 4.923.392 Bytes instead of 6.034.944 Bytes.

Re: Fwd: How to configure mod_jk+loadbalance+https in Apache 2.2

2009-08-26 Thread Rainer Jung
Hello, this is a list for the discussion of development topics concerning the Apache web server. The module mod_jk is developed as part of the Apache Tomcat project. Your questions about how to configure mod_jk should be posted to the discussion list us...@tomcat.apache.org Regards, Rainer

Re: mod_reqtimeout: mitigating against slowloris-style attack (different approach)

2009-09-08 Thread Rainer Jung
On 06.09.2009 22:38, Stefan Fritsch wrote: On Tuesday 01 September 2009, Ruediger Pluem wrote: I guess reqtimeout_after_body also needs to be updated to the assert / do nothing if not configured logic like reqtimeout_after_headers Thanks, I missed that. I fixed it and also added

Re: [VOTE] release httpd mod_fcgid-2.3.1?

2009-09-09 Thread Rainer Jung
On 09.09.2009 01:48, William A. Rowe, Jr. wrote: mod_fcgid freinds; Please fetch up the newly minted mod_fcgid-2.3.1.tar.gz (or bz2) or the win32 suitable package mod_fcgid-2.3.1-crlf.zip from: http://httpd.apache.org/dev/dist/mod_fcgid/ review, take it for a spin, and cast your

Build docs for mod_fcgid

2009-09-11 Thread Rainer Jung
After adding something to a docs xml file for mod_fcgid I wanted to update the html transform. I guess the build system for the html docs is not yet in place, so I copied the full docs/manual/build and docs/manual/style in from trunk and ran build.sh. What's the best way to handle this? Should

Re: Build docs for mod_fcgid

2009-09-11 Thread Rainer Jung
On 11.09.2009 22:21, Jeff Trawick wrote: On Fri, Sep 11, 2009 at 3:36 PM, Rainer Jung rainer.j...@kippdata.de mailto:rainer.j...@kippdata.de wrote: After adding something to a docs xml file for mod_fcgid I wanted to update the html transform. See README-FCGID which addresses

Using mod_fcgid without matching files (virtual)

2009-09-11 Thread Rainer Jung
In r814006 and r814017 I added a feature similar to Action ... virtual in CGI to mod_fcgi: By default it is off, but it allows to use FCGI processes in combination with purely virtual URLs, i.e. URLs not pointing to physical files on the server. The most basic FCGI configurations simply run the

Re: Using mod_fcgid without matching files (virtual)

2009-09-11 Thread Rainer Jung
On 11.09.2009 23:40, William A. Rowe, Jr. wrote: Rainer Jung wrote: In r814006 and r814017 I added a feature similar to Action ... virtual in CGI to mod_fcgi: By default it is off, but it allows to use FCGI processes in combination with purely virtual URLs, i.e. URLs not pointing to physical

Re: Using mod_fcgid without matching files (virtual)

2009-09-11 Thread Rainer Jung
On 12.09.2009 01:44, Rainer Jung wrote: On 11.09.2009 23:40, William A. Rowe, Jr. wrote: Rainer Jung wrote: In r814006 and r814017 I added a feature similar to Action ... virtual in CGI to mod_fcgi: By default it is off, but it allows to use FCGI processes in combination with purely virtual

Re: [PATCH/heads up] mod_fcgid: checking for global-only directives in a vhost

2009-09-16 Thread Rainer Jung
On 16.09.2009 17:18, Jeff Trawick wrote: This has the potential for breaking existing configs by forcing the admin to remove some ignored directives they've coded in a vhost. The affected directives are BusyScanInterval, DefaultMaxClassProcessCount, DefaultMinProcessCount, ErrorScanInterval,

Re: svn commit: r816061 - in /httpd/mod_ftp/trunk/modules/ftp: ftp_commands.c ftp_util.c

2009-09-17 Thread Rainer Jung
On 17.09.2009 08:10, William A. Rowe, Jr. wrote: rj...@apache.org wrote: Author: rjung Date: Thu Sep 17 05:45:18 2009 New Revision: 816061 URL: http://svn.apache.org/viewvc?rev=816061view=rev Log: Fix - implicit declaration of function 'fchmod' - 'S_I[RWX](USR|GRP|OTH)' undeclared

Re: svn commit: r816061 - in /httpd/mod_ftp/trunk/modules/ftp: ftp_commands.c ftp_util.c

2009-09-17 Thread Rainer Jung
On 17.09.2009 08:10, William A. Rowe, Jr. wrote: rj...@apache.org wrote: Author: rjung Date: Thu Sep 17 05:45:18 2009 New Revision: 816061 URL: http://svn.apache.org/viewvc?rev=816061view=rev Log: Fix - implicit declaration of function 'fchmod' - 'S_I[RWX](USR|GRP|OTH)' undeclared

Re: [VOTE] release httpd mod_ftp-0.9.5 beta?

2009-09-17 Thread Rainer Jung
On 09.09.2009 01:48, William A. Rowe, Jr. wrote: [ ] -1 for any release of 0.9.5 (regressed from 0.9.4 or earlier?) [X] +1 to release as 0.9.5-beta [ ] +1 to release as 0.9.5-beta, and ready to tag GA (1.0.0) Beta because of build problems on some platforms. On Solaris the build using

Re: svn commit: r816074 - in /httpd/mod_ftp/trunk/modules/ftp: ftp_commands.c ftp_internal.h ftp_util.c

2009-09-17 Thread Rainer Jung
On 17.09.2009 10:18, William A. Rowe, Jr. wrote: rj...@apache.org wrote: Modified: httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h?rev=816074r1=816073r2=816074view=diff

Re: svn commit: r816318 - /httpd/mod_ftp/trunk/modules/ftp/ftp_config.h.in

2009-09-17 Thread Rainer Jung
On 17.09.2009 20:41, William A. Rowe, Jr. wrote: wr...@apache.org wrote: Author: wrowe Date: Thu Sep 17 18:10:49 2009 New Revision: 816318 URL: http://svn.apache.org/viewvc?rev=816318view=rev Log: Add the new HAVE_SYS_STAT_H entry Before I reroll, Rainer, can you verify this clears up

[mod_ftp] Should ftp_connection-pbsz be an int or a long?

2009-09-17 Thread Rainer Jung
I compiled mod_ftp trunk on RHEL5 64 Bits. It warned about fc-pbsz == LONG_MAX ftp_commands.c:1695: warning: comparison is always false due to limited range of data type The pbsz member is declared as being an int, but set by fc-pbsz = strtol(arg, endp, 10); and then compared against

Re: fcgid doc build

2009-09-18 Thread Rainer Jung
On 18.09.2009 01:02, Jeff Trawick wrote: On Thu, Sep 17, 2009 at 5:22 PM, William A. Rowe, Jr. wr...@rowe-clan.net mailto:wr...@rowe-clan.net wrote: (About Status I'll look at what's going on here, but I'd be mostly curious if your build/ subdirectory is up to date?) I just

Re: fcgid doc build

2009-09-18 Thread Rainer Jung
On 18.09.2009 13:29, Jeff Trawick wrote: On Fri, Sep 18, 2009 at 7:09 AM, Rainer Jung rainer.j...@kippdata.de So the generation of the html manual works. Note that I don't have any problems getting the html manual generated per se. I just get slightly different output from you

Re: fcgid doc build

2009-09-18 Thread Rainer Jung
On 19.09.2009 04:27, William A. Rowe, Jr. wrote: Yes, if anyone wants to suggest an update that lets us nuke man/ without modifying the xml, that would be cool. Can we have a conditional on an 'exists' sort of criteria? Like this? --- style/xsl/language.xsl 2009-03-20 19:09:28.0

Re: fcgid doc build

2009-09-19 Thread Rainer Jung
On 19.09.2009 09:27, William A. Rowe, Jr. wrote: Rainer Jung wrote: On 19.09.2009 04:27, William A. Rowe, Jr. wrote: Yes, if anyone wants to suggest an update that lets us nuke man/ without modifying the xml, that would be cool. Can we have a conditional on an 'exists' sort of criteria

Re: fcgid doc build

2009-09-20 Thread Rainer Jung
On 20.09.2009 16:01, Jeff Trawick wrote: On Sun, Sep 20, 2009 at 3:24 AM, William A. Rowe, Jr. wr...@rowe-clan.net mailto:wr...@rowe-clan.net wrote: Rainer Jung wrote: On 19.09.2009 09:27, William A. Rowe, Jr. wrote: Rainer Jung wrote: On 19.09.2009 04:27, William

Re: Virtual Hosts FCGI paths, was Re: [VOTE] release httpd mod_fcgid-2.3.1?

2009-09-21 Thread Rainer Jung
On 21.09.2009 09:11, Paul Querna wrote: While, this is obviously a terrible thing for a general purpose module, I would like to propose that we add a 'FCGIIgnoreVirtualHost' configuration option, which would set the vhost field to a constant value, so FCGI processes would be shared between

[mod_fcgid] Cleaning up configuration directive names

2009-09-21 Thread Rainer Jung
The names of the configuration directives of mod_fcgid are somehow inconsistent. At least it's abit hard to remmber, that some directives use a prefix FCGI, others use FastCgi (and most do not have a prefix for a namespace). I'm not sure, how important we take configuration compatibility with the

Re: Virtual Hosts FCGI paths, was Re: [VOTE] release httpd mod_fcgid-2.3.1?

2009-09-21 Thread Rainer Jung
On 21.09.2009 09:11, Paul Querna wrote: (Sidenote: This virtualhost code is *only* present in the unix process manager, which means there is a separate bug/issue in the win32 process manager code) I compared the two spawn functions and made them more consistent in r817237 (both now using the

Re: [mod_fcgid] Cleaning up configuration directive names

2009-09-21 Thread Rainer Jung
On 21.09.2009 13:03, Jeff Trawick wrote: On Mon, Sep 21, 2009 at 4:18 AM, Ruediger Pluem rpl...@apache.org mailto:rpl...@apache.org wrote: On 09/21/2009 10:07 AM, Rainer Jung wrote: The names of the configuration directives of mod_fcgid are somehow inconsistent. At least

Re: Virtual Hosts FCGI paths, was Re: [VOTE] release httpd mod_fcgid-2.3.1?

2009-09-21 Thread Rainer Jung
On 21.09.2009 13:41, Jeff Trawick wrote: On Mon, Sep 21, 2009 at 4:01 AM, Rainer Jung rainer.j...@kippdata.de mailto:rainer.j...@kippdata.de wrote: On 21.09.2009 09:11, Paul Querna wrote: While, this is obviously a terrible thing for a general purpose module, I would like

Re: [mod_fcgid] Cleaning up configuration directive names

2009-09-21 Thread Rainer Jung
On 21.09.2009 18:51, Chris Darroch wrote: Rainer Jung wrote: The names of the configuration directives of mod_fcgid are somehow inconsistent. At least it's abit hard to remmber, that some directives use a prefix FCGI, others use FastCgi (and most do not have a prefix for a namespace). I'm

Re: svn commit: r817350 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml

2009-09-21 Thread Rainer Jung
On 21.09.2009 20:11, Jeff Trawick wrote: On Mon, Sep 21, 2009 at 1:59 PM, rj...@apache.org mailto:rj...@apache.org wrote: Author: rjung Date: Mon Sep 21 17:59:23 2009 New Revision: 817350 URL: http://svn.apache.org/viewvc?rev=817350view=rev

Re: svn commit: r817338 - /httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c

2009-09-21 Thread Rainer Jung
On 21.09.2009 20:14, Jeff Trawick wrote: On Mon, Sep 21, 2009 at 1:37 PM, rj...@apache.org mailto:rj...@apache.org wrote: Author: rjung Date: Mon Sep 21 17:37:42 2009 New Revision: 817338 URL: http://svn.apache.org/viewvc?rev=817338view=rev

Re: [mod_fcgid] Cleaning up configuration directive names

2009-09-21 Thread Rainer Jung
On 21.09.2009 17:47, William A. Rowe, Jr. wrote: Rainer Jung wrote: Any other name changes needed? I guess SharememPath - SharedMemoryPath would also be good. Nope; refer to other directives. shmem is the abbreviation used by digest, but the usual convention is not identify as what

[mod_fcgid] How to share between vhosts (and extensions)

2009-09-23 Thread Rainer Jung
Sorry for the long mail, especially in case all is well-known. While looking for the right way to implement something like FCGIDGroup I stumbled about something a bit strange in mod_fcgid. When looking for an appropriate existing process to handle a request the following data is used by

Re: [mod_fcgid] How to share between vhosts (and extensions)

2009-09-24 Thread Rainer Jung
On 24.09.2009 01:34, Graham Dumpleton wrote: FWIW, the Python specific hosting module called mod_wsgi for Apache implements named daemon process groups, with ability to control how WSGI applications are delegated to which process group. This includes being able to optionally have process group

Re: [vote] release httpd-2.2.14?

2009-09-24 Thread Rainer Jung
On 24.09.2009 14:38, Graham Leggett wrote: Guenter Knauf wrote: the checksums are in wrong format. We need to commonly agree how to generate checksum files. The documented format what the user expects is: # cat httpd-2.2.14.tar.bz2.md5 a5226203aaf97e5b941c41a71c112704 *httpd-2.2.14.tar.bz2

Re: [vote] release httpd-2.2.14?

2009-09-24 Thread Rainer Jung
On 24.09.2009 15:35, Niklas Edmundsson wrote: On Thu, 24 Sep 2009, Graham Leggett wrote: The huge benefit of this format is that the binaries can then be checked with same tools (option -c). With the downside that what you propose only works on Linux. Rather, it only works on platforms

<    1   2   3   4   5   6   7   8   9   10   >