Commit 74af5844 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

config.m4: support mod_ext_filter (I'd been using --with-module

           until the recent build changes)
mod_ext_filter.c: get rid of a warning


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87287 13f79535-47bb-0310-9956-ffa450edef68
parent 42f231ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,5 +4,6 @@ APACHE_MODPATH_INIT(experimental)
APACHE_MODULE(charset_lite, character set translation, , , no)
APACHE_MODULE(cache, dynamic file caching, , , no)
APACHE_MODULE(disk_cache, disk caching module, , , no)
APACHE_MODULE(ext_filter, external filter module, , , no)

APACHE_MODPATH_FINISH
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ static apr_status_t init_ext_filter_process(ap_filter_t *f)
                                  
    rc = apr_create_process(ctx->proc, 
                            ctx->filter->command, 
                            ctx->filter->args, 
                            (const char * const *)ctx->filter->args, 
                            NULL, /* environment */
                            ctx->procattr, 
                            ctx->p);