how is the httpd.conf file being read?

2008-10-21 Thread adrian golding
hi, i want to modify apache such that when the httpd.conf file is being opened, i would measure the configuration file as part of integrity checking. I tried looking at the source code myself but its huge. how is the httpd.conf read and where is it being read? is the httpd.conf file read once du

Re: mod_rewrite

2008-10-21 Thread Eric Covener
On Tue, Oct 21, 2008 at 5:14 PM, System Support <[EMAIL PROTECTED]> wrote: > I am having trouble getting the external program option of RewriteMap to > work. This belongs on the users list. http://httpd.apache.org/userslist.html -- Eric Covener [EMAIL PROTECTED]

mod_ssl docs

2008-10-21 Thread Sascha Kersken
Hi all, the mod_ssl documentation states that the context for the SSLUserName directive is "server config, directory, .htaccess". Is this correct, or is "virtual host" missing? Regards Sascha

mod_rewrite

2008-10-21 Thread System Support
I am having trouble getting the external program option of RewriteMap to work. RewriteMap convert rnd:/path/to/rnd/file and RewriteMap convert txt:/path/to/txt/file and RewriteMap convert int:tolower all work as expected. RewriteMap convert prg:/path/to/prg/file does not work, and the program

Re: svn commit: r697357 - in /httpd/httpd/trunk: include/ modules/http/ modules/test/ server/ server/mpm/experimental/event/

2008-10-21 Thread Ruediger Pluem
On 10/21/2008 01:09 AM, Nick Kew wrote: > [EMAIL PROTECTED] wrote: > >> --- httpd/httpd/trunk/modules/http/http_request.c (original) >> +++ httpd/httpd/trunk/modules/http/http_request.c Sat Sep 20 04:58:08 >> 2008 > >> @@ -257,24 +297,7 @@ >> ap_die(access_status, r); >> } >> >>