support specifying scheme/method in apache server configs

2011-07-13 Thread David Gwynne
in my environment i have nginx in front of apache to offload ssl and to let me easily point different parts of the uri namespace at all crazy backends we have. this works fine except if the apache wants to canonicalise something on the "ssl" backends. because the ssl is done in nginx, apache doesnt

Re: apple macbook/usb keyboard fn key support

2011-07-13 Thread Miod Vallat
> Index: dev/usb/ukbd.c > @@ -227,6 +234,25 @@ ukbd_attach(struct device *parent, struc > if (hidkbd_attach(self, kbd, 1, qflags, repid, desc, dlen) != 0) > return; > > + /* check for apple keyboards that need Fn-key help */ > + if (uha->uaa->vendor == USB_VENDOR_APPL