I'm planning on installing Apache, in a jail, from a port because I want more granular control as to what options and modules get installed from scratch. If I understand it correctly, I can run
Correct so far?
My other question is: how do you patch Apache, in the jail, as security vulnerability patches are released from time to time? I've subscribed to the Apache security notification list, but I'm just not clear on how you apply the patch(es) as they're released. Or, is it just like I install it - i.e., just apply the patch (as if it wasn't running in a jail), and then re-run
Thank you,
Ed
make rmconfig to remove the default options and then make config to select the options I want.Correct so far?
My other question is: how do you patch Apache, in the jail, as security vulnerability patches are released from time to time? I've subscribed to the Apache security notification list, but I'm just not clear on how you apply the patch(es) as they're released. Or, is it just like I install it - i.e., just apply the patch (as if it wasn't running in a jail), and then re-run
make install clean?Thank you,
Ed