You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Frank <fr...@basebeans.net> on 2003/05/03 04:10:28 UTC

apache 1.3.27, httpd.conf read twice

I am having the same issue as described here, though for a different
module:
http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=94049991931612&w=2

I was able to "fix" the problem by commenting out the two lines
before the second ap_config_read in http_main.c:
around line 5066 in apache_1.3.27/src/main/http_main.c
     //   ap_clear_pool(pconf);
     //   ptrans = ap_make_sub_pool(pconf);

I am wondering if there is any side-effect.

Frank