On 14 May 2013, at 19:54, Graham Leggett wrote: > Hi all, > > I am currently getting a segfault in the proxy during httpd-test, it looks > like conf->mutex is being used before being initialised:
http://svn.eu.apache.org/viewvc?view=revision&revision=1480627 The logic looks screwed to me: it's in create_proxy_config, and the merge just copies from base. If there's no proxy in the first vhost then you're likely in trouble! Should presumably be created server-wide in post- (or pre-)config and attached in child_init, if memory serves. -- Nick Kew
