Re: Writing Apache 2 Modules

2003-03-01 Thread Chris Monson
Try looking at the subversion code. It uses APXS and has a fairly intelligent set of macros to do it. It also looks for and uses apr-config and apu-config. It's pretty cool. http://subversion.tigris.org/project_source.html Good luck. I can also send you the appropriate m4 files if you are

Writing Apache 2 Modules

2003-03-01 Thread Philip M. Gollucci
First of all, I'll take any and all pointers to documentation on this. Second, I am trying to setup autoconf/automake/CVS build environment in my configure.ac dnl Compile time options AC_ARG_WITH( apxs, [AC_HELP_STRING([--with-apxs path to apxs binary])],

Re: PR 8889: 1.3 apidoc is broken and I don't know how to fix :)

2003-03-01 Thread André Malo
* Erik Abele wrote: > I've fixed that in cvs:/site-tools/httpd-docs/APIdict.pm cool catch. Thanks! > we'll need somebody else to fix this :) yep. Somebody out there? ;-) nd -- > [...] weiß jemand zufällig, was der Tag DIV ausgeschrieben bedeutet? DIVerses. Benannt nach all dem unstrukturierte

Re: mod_proxy and AAAA queries

2003-03-01 Thread Chris Monson
Cliff Woolley wrote: On Sat, 1 Mar 2003, Chris Monson wrote: Done. Where shall I submit the patch? Is it kosher to send it to this list? Absolutely. (Well, sometimes if the patch is really really big, we have people post it to a webpage somewhere and just mail the URL to the list, but

Re: mod_proxy and AAAA queries

2003-03-01 Thread Cliff Woolley
On Sat, 1 Mar 2003, Chris Monson wrote: > Done. Where shall I submit the patch? Is it kosher to send it to this > list? Absolutely. (Well, sometimes if the patch is really really big, we have people post it to a webpage somewhere and just mail the URL to the list, but most of the time just go

Re: mod_proxy and AAAA queries

2003-03-01 Thread Chris Monson
By the way, thanks for taking this on!! This was a missing bit of reality check in the current support for IPv6. The usual two round drips to the DNS really sucks. Done. Where shall I submit the patch? Is it kosher to send it to this list? C

Re: PR 8889: 1.3 apidoc is broken and I don't know how to fix :)

2003-03-01 Thread Erik Abele
André Malo wrote: * André Malo wrote: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8889 All the links inside of the text are causing 404s (missing apidoc_ prefix and .html suffix). Where is that stuff stored and generated? Although it's 1.3 we should keep it clean :) hmm. It seems, I'm not t

Re: cvs commit: httpd-2.0/server connection.c

2003-03-01 Thread André Malo
* Jeff Trawick wrote: > if it changes code from prior release and it is user visible, log it; > otherwise, probably not if you ask me unless it is something really big > like making mod_rewrite easier to read :) hehehe ;-) Actually a lot of things in mod_rewrite can be simplified and implemented

Re: mod_proxy and AAAA queries

2003-03-01 Thread Chris Monson
Also, you should take a look at this thread in the archives starting last September -- "IPv6 capability and name lookup cost" -- to see if somebody brought up some useful points that I can't remember at the present time. I read the thread. I am beginning the implementation using IPLookups as

Re: mod_proxy and AAAA queries

2003-03-01 Thread Jeff Trawick
Chris Monson wrote: Sounds good. I am a teeny bit new to the Apache 2.0 sources, so I was wondering if you would point me at the appropriate file to add a per-server (global) config parameter to. I'll hunt for it on my own, but some help may expedite the process. Look at this array static const

Re: mod_proxy and AAAA queries

2003-03-01 Thread Chris Monson
Jeff Trawick wrote: Chris Monson wrote: I have noticed that mod_proxy, in its apr_sockaddr_info_get calls uses unspecified resolution and sends it no flags. This, of course, allows the APR to make the decision as to how to resolve the hostname, but it causes some truly amazing slowdowns when AAA

Re: IMPORTAND PROBLEM

2003-03-01 Thread Jeff Trawick
EMRE KUNT (Ebi Bsk. - Sistem Prog) wrote: When i type the address and if an index page is not there, all directory content can be seen. How to deny this? See doc for mod_autoindex (http://httpd.apache.org/docs/mod/mod_autoindex.html) and the Options (http://httpd.apache.org/docs/mod/core.html#o

IMPORTAND PROBLEM

2003-03-01 Thread EMRE KUNT (Ebi Bsk. - Sistem Prog)
Hello, Using apache 1 3 27. When i type the address and if an index page is not there, all directory content can be seen. How to deny this? Thanks and regards, Emre Kunt

Re: Proposed solution for bug #16056

2003-03-01 Thread Anthony Howe
Has there been any further discussion of this? Anthony Howe William A. Rowe, Jr. wrote: At 06:14 AM 2/5/2003, Anthony Howe wrote: Please find enclosed a proposed solution for the bug I posted last month: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16056 The source code comments in the pat

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-03-01 Thread Thom May
* Cliff Woolley ([EMAIL PROTECTED]) wrote : > On Fri, 28 Feb 2003, Trevor Hurst wrote: > > > > Anyone in users have this problem, or should I say > > > how mny out there have successfully compiled apache2.0.44 > > > with ldap and auth-ldap support? > > > > > > Did anyone have the same problem I'm