set default type to application/octet-stream

2004-01-05 Thread André Malo
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14095 If there are no objections, I'm going to change the distributed defaultType config in 2.x and 1.3 to application/octet-stream. It seems also a reasonable default to me. In fact, I'd like to change the hardcoded default in 2.1 as well. Objec

a dll section

2004-01-05 Thread Saul, Sherwyn
A section on how to install a .dll mod with out the corresponding .c file (ex. libphp4.dll) would be good.   -sherwyn

Re: Possibility to unset or modify some HTTP headers with mod_headers ?

2004-01-05 Thread Stas Bekman
CASTELLE Thomas wrote: Hi there ! Just a small question, is it possible in a HTTP response to unset or modify the Date and Content-Type header with mod_headers ? I can't manage to do it and I'm wondering if there's not a restriction on some Headers... I haven't used mod_headers, so I can't tell wh

handling thread exiting

2004-01-05 Thread Nedelcho Stanev
Hello all,   how i can handle when some thread exit/die?there are ap_hook_child_init hookbut nothing for cleanup.   decho

Possibility to unset or modify some HTTP headers with mod_headers ?

2004-01-05 Thread CASTELLE Thomas
Title: Possibility to unset or modify some HTTP headers with mod_headers ? Hi there ! Just a small question, is it possible in a HTTP response to unset or modify the Date and Content-Type header with mod_headers ? I can't manage to do it and I'm wondering if there's not a restriction on some

Re: how to set external module variable in other httpd-module

2004-01-05 Thread Paul Querna
Lubo wrote: > I need to change this variable from within this module mod_vdbh. The > idea is, that every virtual host should have his own open_basedir > value (/mnt/webs/user1, /mnt/webs/user2), etc... > > Is it possible ? I spend some time with apache-API, documentation, > programming, but I have

Re: cvs commit: httpd-2.0/modules/loggers mod_log_forensic.c

2004-01-05 Thread André Malo
* [EMAIL PROTECTED] wrote: > -#include "test_char.h" > +#include "../../server/test_char.h" Maybe you did not follow the discussion on [EMAIL PROTECTED] This breaks the build at least on netware. nd

how to set external module variable in other httpd-module

2004-01-05 Thread Lubo
Hello, i am using mod_vdbh with MySQL database for my Virtual Hosts. I need to implement one feature in mod_vdbh, which allows to change external (mod_php) variable "open_basedir" to different vaules (based on Virtualhost-home directory). This variable can be set directly in php.ini or in httpd