diff options
Diffstat (limited to 'server/vhost.c')
-rw-r--r-- | server/vhost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/vhost.c b/server/vhost.c index d7a0a07e..5b79fea5 100644 --- a/server/vhost.c +++ b/server/vhost.c @@ -677,7 +677,7 @@ AP_DECLARE(void) ap_fini_vhost_config(apr_pool_t *p, server_rec *main_s) #endif if (ap_exists_config_define("DUMP_VHOSTS")) { apr_file_t *thefile = NULL; - apr_file_open_stderr(&thefile, p); + apr_file_open_stdout(&thefile, p); dump_vhost_config(thefile); } } |