Re: Apache2 docs: Generating HTML from XML

2002-09-26 Thread Bojan Smojver
Thanks Justin. 2 minutes after I hit "Send" I found it :-( Apologies everyone, not my day today. Now, where was that coffee... Bojan Quoting Justin Erenkrantz <[EMAIL PROTECTED]>: > On Fri, Sep 27, 2002 at 03:03:36PM +1000, Bojan Smojver wrote: > > Where do I look to find out how that's done,

Re: Apache2 docs: Generating HTML from XML

2002-09-26 Thread Justin Erenkrantz
On Fri, Sep 27, 2002 at 03:03:36PM +1000, Bojan Smojver wrote: > Where do I look to find out how that's done, what software is required to do it > and so on? http://httpd.apache.org/docs-project/ http://httpd.apache.org/docs-project/docsformat.html BTW, the appropriate forum for this is the [EM

Apache2 docs: Generating HTML from XML

2002-09-26 Thread Bojan Smojver
Where do I look to find out how that's done, what software is required to do it and so on? Bojan - This mail sent through IMP: http://horde.org/imp/

Re: mod_custom_log exits too late?

2002-09-26 Thread dean gaudet
[a little birdie said folks were quoting me ;) hi!] On 16 Sep 2002, Brian Pane wrote: > Linux kernel modules are a special case due to some characteristics > that don't apply to Apache: > * Most Linux kernel modules are available in source form most are available in source form simply because

httpd_ldap: session time out

2002-09-26 Thread Thomas Bennett
Hello, I have had two problems using an MS exchange server :) to autheticate. The first is that ldap queries allways return a dn with and extra cn attribute as as below: cn=qzlg4d,cn=Recipients,ou=EXNZ01,o=ABC but when you try and bind with the same dn it fails unless you remove the cn=Recipien

Re: mod_blanks

2002-09-26 Thread Bojan Smojver
Cool! Someone actually created a tidy library, so I'm guessing it should be possible to make direct calls into that functionality from the module. That would make it self contained and a bit better performing. BTW, I'm just saying this as something that might be interesting to the original poste

Re: mod_blanks

2002-09-26 Thread Jeff Trawick
Bojan Smojver <[EMAIL PROTECTED]> writes: > This comment led me to another idea - how about plugging tidy > (http://tidy.sourceforge.net/) in there instead, which will not only > strip blanks if you tell it, but also clean the (X)HTML as well. Just a > thought... This works for me (but I'm not a

Re: mod_blanks

2002-09-26 Thread Bojan Smojver
On Fri, 2002-09-27 at 04:37, Ian Holsman wrote: > fabio rohrich wrote: > > I'm going to develop this topic for thesis. > > Has anybody of you any suggest for it? Something to > > addin the development (like compression of the string > > ) or some feature to implement! > > > > And, the last thing,

Re: mod_blanks

2002-09-26 Thread Greg Stein
Yup, I'd agree with Peter on this one, from a practical standpoint. Reducing spaces might be an interesting thesis topic, but the result would not have much practical use. I'll also point out that Apache 2.0 includes mod_deflate which is a solution similar to mod_gzip (still not quite sure on how

Re: mod_blanks

2002-09-26 Thread David Burry
I agree that mod_gzip does a lot better job as far as compression goes, and it doesn't even use more cpu likely. However, it's still important to remove HTML and JavaScript comments sometimes for security reasons, but I suspect this could probably be better done as part of the publishing process,

RE: mod_blanks

2002-09-26 Thread Peter J. Cranstone
Fabio, Mod_gzip for Apache is a better solution. Prior to it's release both Kevin and I looked at what we call "poor man's compression". I.e. just removing the blank spaces, lines and other garbage in a served page. Here was what we learned. No one was interested. It didn't save much on the ove

Re: [PATCH] Alerting when fnctl is going bad

2002-09-26 Thread Scott Hess
On Wed, 25 Sep 2002, Sander van Zoest wrote: > On Wed, 25 Sep 2002, Justin Erenkrantz wrote: > > On Thu, Sep 26, 2002 at 02:11:59AM +0200, Dirk-Willem van Gulik wrote: > > > ->Makes the wait loop no longer endless - but causes it > > > to bail out (and emit some warnings ahead of time) a

Re: mod_blanks

2002-09-26 Thread Ian Holsman
fabio rohrich wrote: > I'm going to develop this topic for thesis. > Has anybody of you any suggest for it? Something to > addin the development (like compression of the string > ) or some feature to implement! > > And, the last thing, what do you think about it? > > Thanks a lot, > Fabio > > -

Re: mod_blanks

2002-09-26 Thread Jim Jagielski
Looks like a useful use for E-K as well... Graham Leggett wrote: > > fabio rohrich wrote: > > > - mod_blanks: a module for the Apache web server which > > would on-the-fly > > remove unnecessary blank space, comments and other > > non-interesting > > things from the served page. > > Very coo

Re: mod_blanks

2002-09-26 Thread Graham Leggett
fabio rohrich wrote: > - mod_blanks: a module for the Apache web server which > would on-the-fly > remove unnecessary blank space, comments and other > non-interesting > things from the served page. Very cool idea. In our tomcat based apps, we have a jsp tag that goes through the output line

Re: cvs commit: apache-1.3/src/modules/standard mod_headers.c

2002-09-26 Thread Sander van Zoest
On Thu, Sep 26, 2002 at 10:22:11AM -0700, Aaron Bannert wrote: > On Thu, Sep 26, 2002 at 07:51:42AM -0500, William A. Rowe, Jr. wrote: > > Hmmm. If it was written by Michael, I'd think; > Was it? Yes. Michael Radwin wrote the code. I wanted to make sure he got credit for that. After talking t

Re: core dump in mod_include from daedalus

2002-09-26 Thread gregames
[EMAIL PROTECTED] wrote: > > /usr/local/apache2.0.42/corefiles/httpd.core.2 > > #0 bndm (n=0x281f7351 "

Re: cvs commit: apache-1.3/src/modules/standard mod_headers.c

2002-09-26 Thread Aaron Bannert
On Thu, Sep 26, 2002 at 07:51:42AM -0500, William A. Rowe, Jr. wrote: > Hmmm. If it was written by Michael, I'd think; Was it? -aaron

core dump in mod_include from daedalus

2002-09-26 Thread gregames
/usr/local/apache2.0.42/corefiles/httpd.core.2 #0 bndm (n=0x281f7351 "

Re: UDP ?

2002-09-26 Thread rbb
Serving content over UDP does work with 2.0. It takes some work, but all of the required features are there. However, I modified Apache a couple of years ago to serve HTTP over UDP, it doesn't work. The only reason to serve over UDP with Apache, is to serve a different protocol. IF you would

Re: How Do I Create A Per-Worker Pool?

2002-09-26 Thread rbb
On Wed, 25 Sep 2002, Charles Reitzel wrote: > Thanks for the reply. Forget the worker_rec for the time being. How do > you access the per-thread pool from a module? > > Sorry if I need it spelled out. But I don't see a pointer to it on the > request_rec, the server_rec is process-wide and t

Re: [PATCH] add simple ${ENV} substitution during config file read

2002-09-26 Thread rbb
On Thu, 26 Sep 2002, Dirk-Willem van Gulik wrote: > > In the department of scratching old itches - any strong objections to me > adding the following patch which allows one to do things like > > # httpd.conf > ServerRoot ${HOME}/apache > Port ${PORT:=80} > ErrorDocument

Re: cvs commit: apache-1.3/src/modules/standard mod_headers.c

2002-09-26 Thread William A. Rowe, Jr.
At 03:03 AM 9/26/2002, Dirk-Willem van Gulik wrote: >On Wed, 25 Sep 2002, William A. Rowe, Jr. wrote: > >> Why did you principally credit Sander van Zoest for submitting the >> patch of Michael Radwin ? > >Darn - not intentionally - I wanted to separate who wrote it and who >actually submitted

Re: mod_blanks

2002-09-26 Thread Daniel Lorch
hi, > > Little suggestion: "Compression" statistics (just > > like the old mod_gzip does) > > Better explanation, please. I don't understand. Can u > suggest me sone links or documentation fot it? > Thanks He suggested that you create stastistics on how much bandwidth was saved by using mod_bla

Re: mod_blanks

2002-09-26 Thread Christian Kruse
Hi, fabio rohrich <[EMAIL PROTECTED]> wrote: > > Little suggestion: "Compression" statistics (just > > like the old mod_gzip does) > > Better explanation, please. I don't understand. Can u > suggest me sone links or documentation fot it? http://www.schroepl.net/projekte/mod_gzip/ mod_gzip se

Re: mod_blanks

2002-09-26 Thread Günter Knauf
Hi Johannes, >> Little suggestion: "Compression" statistics (just >> like the old mod_gzip does) > Better explanation, please. I don't understand. Can u > suggest me sone links or documentation fot it? http://www.gknw.de/development/apache/httpd-2.0/unix/modules/mod_gzip-2.0.40.tar.gz Guenter.

Re: mod_blanks

2002-09-26 Thread fabio rohrich
--- "johannes m. richter" <[EMAIL PROTECTED]> ha scritto: > Since this seems to be rather understandable - will > you make the source for > this available? (To try to learn..) I'll develop it in the next three months. For sure the source it'll be available!!! > Little suggestion: "Com

Re: mod_blanks

2002-09-26 Thread Dirk-Willem van Gulik
On Thu, 26 Sep 2002, [iso-8859-1] fabio rohrich wrote: > I'm going to develop this topic for thesis. > Has anybody of you any suggest for it? Apache 2.0 filtering is cool ! > Something to addin the development Of course the 'right' place to do this is when the content is generated - either b

Re: mod_blanks

2002-09-26 Thread johannes m. richter
Since this seems to be rather understandable - will you make the source for this available? (To try to learn..) Little suggestion: "Compression" statistics (just like the old mod_gzip does) Good luck :) johannes -- Theorie ist, wenn man alles weiß und nichts klappt. Praxis ist, wenn alles funkt

mod_blanks

2002-09-26 Thread fabio rohrich
I'm going to develop this topic for thesis. Has anybody of you any suggest for it? Something to addin the development (like compression of the string ) or some feature to implement! And, the last thing, what do you think about it? Thanks a lot, Fabio - mod_blanks: a module for the Apache web se

Re: [PATCH] add simple ${ENV} substitution during config file read

2002-09-26 Thread Dirk-Willem van Gulik
On Thu, 26 Sep 2002, Jim Jagielski wrote: > After 1.3.27 please :) > > I want as little "new stuff" in between now and the release (hopefully > *very* soon) to avoid problems and complications ;) No worries- no hurry :-) Dw

Re: [PATCH] Alerting when fnctl is going bad

2002-09-26 Thread Dirk-Willem van Gulik
Aye - no hurry with this one. On Thu, 26 Sep 2002, Jim Jagielski wrote: > I'd prefer this wait until after 1.3.27 is released. > >

Re: How Do I Create A Per-Worker Pool?

2002-09-26 Thread Charles Reitzel
Thanks for the reply. Forget the worker_rec for the time being. How do you access the per-thread pool from a module? Sorry if I need it spelled out. But I don't see a pointer to it on the request_rec, the server_rec is process-wide and the child_init() callback is called once-per-process, n

Re: [PATCH] add simple ${ENV} substitution during config file read

2002-09-26 Thread Jim Jagielski
After 1.3.27 please :) I want as little "new stuff" in between now and the release (hopefully *very* soon) to avoid problems and complications ;) -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.c

Re: [PATCH] Alerting when fnctl is going bad

2002-09-26 Thread Jim Jagielski
I'd prefer this wait until after 1.3.27 is released. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lo

Re: modules/dav/util/lockview not found

2002-09-26 Thread Greg Stein
On Thu, Sep 26, 2002 at 08:13:04AM +0200, Astrid Kessler wrote: > >> The mod_dav documentation mentions a tool lockview to be found at > >> modules/dav/util. But I can't found it, neither in the release not at > >> the CVS. Does it exist, but has never been committed? Or has it never > >> been wri

Re: modules/dav/util/lockview not found

2002-09-26 Thread Astrid Kessler
>> The mod_dav documentation mentions a tool lockview to be found at >> modules/dav/util. But I can't found it, neither in the release not at >> the CVS. Does it exist, but has never been committed? Or has it never >> been written? > I've just compiled the dav mopdule for Apache 1.3 and there is

Re: PKCS Mime Types

2002-09-26 Thread Dirk-Willem van Gulik
> > I was wondering about the mime.types configuration file. There are what > > appear to me to be a couple of omissions thus: > > > > application/x-pkcs7-certificates p7b > > application/x-x509-email-certpem, cer > > > > > > because these extensions and Mime Types do seem to be in us

Re: cvs commit: apache-1.3/src/modules/standard mod_headers.c

2002-09-26 Thread Dirk-Willem van Gulik
On Wed, 25 Sep 2002, William A. Rowe, Jr. wrote: > Why did you principally credit Sander van Zoest for submitting the > patch of Michael Radwin ? Darn - not intentionally - I wanted to separate who wrote it and who actually submitted it to the ASF into the (bug db) - i.e. there it said that