Problems with chrooting Apache 2 and mod_auth_digest

2004-09-27 Thread Werner Schalk
Hi, I have successfully chrooted Apache 2 and everything works pretty well. Unfortunately I can't get it working with mod_auth_digest because I always end up getting the following error message: [Mon Sep 27 20:13:35 2004] [crit] (2)No such file or directory: Digest: error generating secret:

Global variables in self-written Module for Apache 2

2004-03-31 Thread Werner Schalk
Hi, I have written a database-driven module for the Apache 2 on Windows (mpm_winnt). I am actually creating and storing all data send by the clients in global variables (within that module) so each client process is able to access all data globally (not only the data send by him or her) until

Error message when trying to chroot Apache 2

2003-08-10 Thread Werner Schalk
Hi, I have tried to install Apache 2 in a chroot environment and I have created a basic filesystem which includes all libraries necessary to run Apache 2. Unfortunately when I now want to start the Apache I get the following error message: [crit] (19)No such device: apr_proc_detach failed

Release date for Apache 2.1 or 2.2

2003-06-30 Thread Werner Schalk
Hi, is there any plan to release Apache 2.1 or 2.2 in the near future or is there a kind of roadmap or something? Bye and thanks, Werner.

RE: book about apache 2?

2002-11-01 Thread Werner Schalk
Hello, for the german speaking people: According to the website addison-wesley.de there will be a german (sorry!) book at the end of this month. The book seems to be quite interesting, does somebody know something about it? Bye and thanks, Werner.

RE: book about apache 2?

2002-11-01 Thread Werner Schalk
What about listing this book at http://httpd.apache.org/info/apache_books.html, it seems to be the one which covers only Apache2 (here in Germany)? In my opinion books published by addisonwesley are quite good, or? But anyway, there a lot more books available about the apache here in Germany and

Apache 2.x module development

2002-10-14 Thread Werner Schalk
Hello, where can I find information about programming an Apache 2.x module? I mean I have found the sample section of www.devspace.com but the link is dead. Any hints? Bye and thanks, Werner.

typo in suexec.h

2002-08-29 Thread Werner Schalk
Hello, on line 120 of suexec.h is written: #define AP_LOG_EXEC /usr/local/apache/logs/cgi.log I suppose this should be: #define AP_LOG_EXEC /usr/local/apache2/logs/cgi.log Bye, Werner.

RE: Questions about filter placement

2002-08-29 Thread Werner Schalk
Hello Alex, tell me more about your module. Is it already available for testing and apache2? Bye and thanks, Werner. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 1:23 AM To: [EMAIL PROTECTED] Subject: Re: Questions about filter

filename-to-filename hook

2002-08-08 Thread Werner Schalk
Hello, I have already asked the people of the users mailing list but nobody did answer my question so I gonna ask it here: In the docs is written that it is not needed to add the [PT] option to a RewriteRule, when passing it through another module because apache2 now supports a

no NDBM support is compiled in

2002-08-08 Thread Werner Schalk
Hello, I have already asked the people of the users mailing list but nobody did answer my question so I gonna ask it here: I have created a dbm file using the txt2dbm script of the pdf handbook of apache2. I have configured my apache using ./configure --prefix=apache --enable-rewrite and now I

RE: root on first instance?

2002-07-25 Thread Werner Schalk
Hi Oden, yes it is normal that the initial proces of the apache is running as root because only the root user is able to switch to another user or bind the apache to a special port etc. Bye, Werner.

Listen directive

2002-07-01 Thread Werner Schalk
Hi, I did post this issue to the users list but no one was able to answer this question so I decided to post it here. I have a question concerning the listen directive: The docs say at http://httpd.apache.org/docs-2.0/mod/mpm_common.html#listen the listen option is only available when using the