Permissions on global mutex

2003-08-18 Thread Gregory (Grisha) Trubetskoy
This is probably true for any os on which APR favors file locking for global mutexes, in my case it's FreeBSD. When a global mutex is created with apr_global_mutex_create(), it creates a file owned by root/wheel whose perms are 600. After the server changes uid/gid, it no longer has permissions t

Scoreboard access rights on Windows

2003-08-18 Thread Juan Rivera
Title: Scoreboard access rights on Windows Does Apache set access rights in the scoreboard so that no other processes can write to it? I refer to named scoreboards using ScoreBoardFile. Juan

Re: Need example of filter code for method POST data

2003-08-18 Thread Nick Kew
On Mon, 18 Aug 2003, Pascal MILON wrote: > Is anybody have an example of a code that read the post_data in a filter, just the > minimum of the prototyped functions and the good > functions to call to read the args in POST request ? Take a look at http://www.webthing.com/software/mod_upload/> whi

Re: [patch] adding mpm info to httpd -V

2003-08-18 Thread Stas Bekman
Geoffrey Young wrote: this came up on test-dev@ a while ago. while we haven't quite fully settled on an interface to Apache-Test yet, I thought to post this patch here, since it implements some XXX comments in core. the output for the prefork and worker builds I have look like Server version:

RE: [PATCH] Review & Test: mod_include redesign

2003-08-18 Thread Ron Park
Our problems also only seem to occur in production (likely due to increased bucketizing/brigadeering on a congested network), but we'll try to get these into various QA environs to help shake out any bugs. Thanks, Ron > -Original Message- > From: Glenn Nielsen [mailto:[EMAIL PROTECTED] >

Need example of filter code for method POST data

2003-08-18 Thread Pascal MILON
Hello everybody, We use a cgi-bin developed in C to perform some tags treatments on our pages. We have installed the Apache 2.0.47 on our server and it is working well. We think about transform our C program to an apache filter but we block on : "How to read the Post arguments of the page when w