Problem with directives

2008-01-10 Thread karim Bendadda
Hi All, I'm creating a custom module wish connects to an Ldap directory (openldap) and other operations... 1- I tried to add directives to the module on the httpd.conf file : *Location /name_module url http:\\10.114.20.8\myopenldap port 389 baseDn someone /Location* 2- in my module I have

Re: Problem with directives

2008-01-10 Thread Joe Lewis
karim Bendadda wrote: *Location /name_module url http:\\10.114.20.8\myopenldap port 389 baseDn someone /Location* I'm not sure port is the best one to use. Perhaps something more specific to your module, such as MyLDAPPort, or even relying on the ldaputil.c settings to set up that

request headers in Apache input filer

2008-01-10 Thread Peter Belau
Hi, I'm trying to add/modify request headers in an Apache input filter with no success. I can read existing headers with no problems but by the time I try to modify them they are already onto the wire. Can anyone lend some insight into why this happening and what I need to do differently ?

Re: [VOTE] initial release of httpd-mod_ftp-0.9.1

2008-01-10 Thread Niklas Edmundsson
On Wed, 9 Jan 2008, William A. Rowe, Jr. wrote: Uhm. It seems that the old bug of not delivering http with mod_ftp loaded is back... Or am I seeing a ghost? Same symptoms as before, 0-length replies... Ghost is possibly working in trunk without doing the make clean; make I mentioned? I did

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-10 Thread Jim Jagielski
On Jan 9, 2008, at 4:42 PM, Jim Jagielski wrote: Just a FYI: Since I have some plans for this evening, the TR of the Holy Trinity :) will occur tomorrow am. Will give it a few more hours and then will TR around 11/12 eastern

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-10 Thread Takashi Sato
On Thu, 10 Jan 2008 09:06:49 -0500 Jim Jagielski [EMAIL PROTECTED] wrote: On Jan 9, 2008, at 4:42 PM, Jim Jagielski wrote: Just a FYI: Since I have some plans for this evening, the TR of the Holy Trinity :) will occur tomorrow am. Will give it a few more hours and then will TR

Re: [VOTE] initial release of httpd-mod_ftp-0.9.1

2008-01-10 Thread William A. Rowe, Jr.
Niklas Edmundsson wrote: I haven't looked closer at the code, but it seems to me that something is broken. Should it even try to insert an ftp filter for non-ftp connections? It should not, I think. Time for me to spend cycles in 2.2, since all my testing was on 2.0, and try some dynamic

Before rolling new tarballs ... if it's not too late.

2008-01-10 Thread Nick Kew
The copyright date needs updating to 2008. I just tried to commit the update, but svn.a.o isn't responding. Files affected: NOTICE and docs/manual/style/xsl/common.xsl in all versions, plus lots of docs generated using common.xsl. -- Nick Kew Application Development with Apache - the Apache

Re: Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8

2008-01-10 Thread Nick Kew
On Thu, 10 Jan 2008 13:04:27 -0500 Jim Jagielski [EMAIL PROTECTED] wrote: Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for download and test at: http://httpd.apache.org/dev/dist/ Their availability does not constitute an official release.

Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8

2008-01-10 Thread Jim Jagielski
Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for download and test at: http://httpd.apache.org/dev/dist/ Their availability does not constitute an official release. However, please download and test. I will be calling for a release VOTE in the next 24-48

Re: Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8

2008-01-10 Thread Oden Eriksson
Den Thursday 10 January 2008 19.04.27 skrev Jim Jagielski: Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for download and test at: http://httpd.apache.org/dev/dist/ Their availability does not constitute an official release. However, please download

Re: Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8

2008-01-10 Thread Steffen
+1 if I had to vote Steffen - Original Message - From: Jim Jagielski [EMAIL PROTECTED] To: dev@httpd.apache.org; [EMAIL PROTECTED] Sent: Thursday, 10 January, 2008 19:04 Subject: Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8 Pre-release tarballs of Apache HTTP Server

Re: Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8

2008-01-10 Thread Paul Querna
Jim Jagielski wrote: Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for download and test at: http://httpd.apache.org/dev/dist/ Their availability does not constitute an official release. However, please download and test. I will be calling for a release

Re: mod_wombat build help

2008-01-10 Thread josh rotenberg
On linux, the check for lua needs to include libm: (from config.log ..) configure:2689: checking for luaL_newstate in -llua configure:2719: gcc -o conftest -g -O2 -L/home/jrotenberg/src/lua-5.1.2//lib conftest.c -llua 5 /home/jrotenberg/src/lua-5.1.2//lib/liblua.a(lvm.o): In function `Arith':