Re: cvs commit: httpd-2.0/server config.c core.c protocol.c

2001-08-08 Thread Ryan Morgan
On Thu, Aug 02, 2001 at 04:25:20AM -, [EMAIL PROTECTED] wrote: rbb 01/08/01 21:25:20 Modified:.CHANGES include http_config.h http_core.h http_protocol.h httpd.h modules/aaa mod_access.c modules/http http_protocol.c

Re: cvs commit: httpd-2.0/server config.c core.c protocol.c

2001-08-01 Thread Ryan Bloom
On Wednesday 01 August 2001 21:25, [EMAIL PROTECTED] wrote: rbb 01/08/01 21:25:20 Modified:.CHANGES include http_config.h http_core.h http_protocol.h httpd.h modules/aaa mod_access.c modules/http http_protocol.c

Re: cvs commit: httpd-2.0/server config.c

2001-05-11 Thread Victor J. Orlikowski
Why are some AP_CORE_DECLARE and others AP_DECLARE? That doesn't make sense. I was trying to use the correct macro for each of the modified functions. If I was in error, I'll be glad to fix it. Victor -- Victor J. Orlikowski == [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

RE: cvs commit: httpd-2.0/server config.c

2001-05-11 Thread Ian Holsman
-Original Message- From: Greg Stein [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 2:42 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: httpd-2.0/server config.c Why are some AP_CORE_DECLARE and others AP_DECLARE? That doesn't make sense. I'm not sure. I've looked

Re: cvs commit: httpd-2.0/server config.c

2001-03-28 Thread Bill Stoddard
On Tue, 27 Mar 2001, Bill Stoddard wrote: Isn't this a huge security whole? You have basically allowed somebody to server information off a web server without even checking for authentication. It is up to the module author using the quick_handler hook to do the right thing.

Re: cvs commit: httpd-2.0/server config.c

2001-03-27 Thread Bill Stoddard
I have had more time to review this patch. -1. This has some serious implications for how we serve content. Take the following example: There is a directory htdocs/foobar and a directive alias /foobar/ /usr/local/foobar/ Serving content out of this phase means that we will serve

Re: cvs commit: httpd-2.0/server config.c

2001-03-27 Thread rbb
On Tue, 27 Mar 2001, Bill Stoddard wrote: Isn't this a huge security whole? You have basically allowed somebody to server information off a web server without even checking for authentication. It is up to the module author using the quick_handler hook to do the right thing. Consider

RE: cvs commit: httpd-2.0/server config.c

2001-03-27 Thread GOMEZ Henri
Hi, On mod_jk up to apache 2.0 alpha14 we used : s-remote_host = (char *)ap_get_remote_host(r-connection, r-per_dir_config, REMOTE_HOST); now ap_get_remote_host need another parameter and I choose to use REMOTE_NAME : s-remote_host = (char *)ap_get_remote_host(r-connection,