Configuration of modcluster via JVMRoute longer than 80 characters will cause segfault.
A segmentation fault can occur in Apache HTTPD 2.2.
The crash is due to a strcpy buffer overflow in modcluster's modmanager.
https://github.com/modcluster/modcluster/blob/1.2.9.Final/native/modmanager/node.c#L227 [Open URL]
If clients send a request with a JVMRoute longer than 80 characters (the size of the strcpy destination), the strcpy segfaults.