Re: help on apache mod_rewrite

2007-07-28 Thread Arnold Daniels
Hi Marc, This is not the correct list for you question. This list is for developers of the apache http server only. Use to following to get a bit more info of what is going on: RewriteLog /var/log/rewrite.log RewriteLogLevel 2 The `stuff` you are talking about are regular expressions

Re: What do you think about Lighttpd?

2007-02-27 Thread Arnold Daniels
Hi, 1. Apache 2.2 can be used event based request handling, though is is still under development. http://httpd.apache.org/docs/2.2/mod/event.html 2. Apache supports fast cgi Best regards, Arnold howard chen wrote: Can anyone give some comments abt in their implementations which are

Re: What do you think about Lighttpd?

2007-02-27 Thread Arnold Daniels
Howerd, PHP does not recommend running php as a module in a threaded environment, because a number of PHP extensions are not thread-safe. Apache2 MPM-prefork will run just fine with php as module. Nick already told you, that Apache allows you to choose. So simply use the fast-cgi/mpm-event

small patch init.d

2007-02-15 Thread Arnold Daniels
Hi, I've noticed that /etc/init.d/apache2, gives an error when trying to grep the pid file, when an include expression (dir/*.conf) would include nothing. Server version: Apache/2.0.55 Server built: Sep 27 2006 16:52:14 The attached patch solves this, though I don't know if this is the

Re: State of perchild MPM

2007-02-02 Thread Arnold Daniels
Hi, Comments below. Arnold Ivan Ristic schreef: Comments below. On 1/31/07, Arnold Daniels [EMAIL PROTECTED] wrote: Hi, I can't answer all your questions, since I'm not the developer of the patch and module. I've forwarded this message to Rik Arends. But let me answer the onces I can

Re: State of perchild MPM

2007-01-31 Thread Arnold Daniels
be sure to post a message on the apache list when the patch is made ready for public viewing. Best regards, Arnold Daniels Javeline (www.javeline.net) - Rik Arends schreef: Hi Andi, I'm Rik Arends, i co-wrote the kernel patch + apache module for in-process user switching

Re: State of perchild MPM

2007-01-31 Thread Arnold Daniels
increase you gain with your solution (as opposed to having a pure suExec-based approach)? 3) Do you require a secret of some kind to change users? For example, can I change the user from custom CGI script or a binary executed from PHP? Thanks, Ivan On 1/31/07, Arnold Daniels [EMAIL PROTECTED] wrote

Re: How do I find the current request

2007-01-22 Thread Arnold Daniels
Hi, Sorry I can't help you with your problem, but your project sounds interesting. What are you working on exactly? Arnold Joachim Zobel schreef: Hi. To plug libxml2 into apache memory handling I need to provide it with global malloc and free functions. Assuming I am in an output filter,

Re: mod_rewrite XML RewriteMap

2006-12-31 Thread Arnold Daniels
. Best regards, Arnold Akins, Brian schreef: On 12/29/06 3:58 PM, Arnold Daniels [EMAIL PROTECTED] wrote: I use mod_rewrite quite often. The thing I really miss is the option for an XML based RewriteMap, where an XPath statement can be used as key. Luckily Apache is open-source, so I've edited