https://issues.apache.org/bugzilla/show_bug.cgi?id=45405
--- Comment #2 from rahul <[EMAIL PROTECTED]> 2008-07-17 06:40:37 PST --- > 1) In this version, you're still defining variables inside the for(;;) > statement. As noted in the parent enhancement 44806, that is not a portable > construction for some compilers. Please pull the declarations out of the > for() oops sorry, some habits are hard to break :( > Configuration notes: > - Workers defined via ProxySet BEFORE ProxyBindAddress would inherit the > default settings of no info (unspecified address, port 0, range 1). > - Workers defined via ProxySet AFTER ProxyBindAddress should inherit the > ProxyBindAddress settings in effect for its scope (main config, virtual host, > etc). I am not sure relying on the order of definition is a good thing. Perhaps a better idea would be to delay the merge of server and worker conf until the actual connection has to be made? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
