Any comment on the following patch?
Thanks,
Danek
Two weeks ago, I wrote:
> Index: server/listen.c
> ===================================================================
> RCS file: /home/cvspublic/httpd-2.0/server/listen.c,v
> retrieving revision 1.53
> diff -u -r1.53 listen.c
> --- server/listen.c 2001/04/05 19:04:14 1.53
> +++ server/listen.c 2001/05/03 22:27:58
> @@ -275,6 +275,8 @@
>
> /* allocate a default listener if necessary */
> if (ap_listeners == NULL) {
> + if (ap_exists_config_define("NO_DEFAULT_LISTENER"))
> + return -1;
> alloc_listener(process, NULL, port ? port : DEFAULT_HTTP_PORT);
> }
>
- [PATCH] option to remove default listener Danek Duvall
- Re: [PATCH] option to remove default listener Danek Duvall
- Re: [PATCH] option to remove default listene... dean gaudet
- Re: [PATCH] option to remove default lis... Danek Duvall
- Re: [PATCH] option to remove default... Roy T. Fielding
- Re: [PATCH] option to remove de... Danek Duvall
- Re: [PATCH] option to remov... Roy T. Fielding
- Re: [PATCH] option to r... Danek Duvall
- Re: [PATCH] option to remove de... Danek Duvall
- Re: [PATCH] option to remov... William A. Rowe, Jr.
- Re: [PATCH] option to r... Danek Duvall
- Re: [PATCH] option to r... Greg Stein
