Ah, sorry, I read your mail out of context (at least not with enough
context).
So mod_jk default is -ForwardPackets and setting +ForwardPackets or
ForwardPackets is the same.
Since in some mails singular was used and in some mails plural: the
correct spelling is "FlushPackets".
Mladen Turk wrote:
Rainer Jung wrote:
Hi Mladen,
are you sure? I have the impression default is
I meant that the '+' is default:
if (action == '-') {
conf->options &= ~opt;
}
else if (action == '+') {
conf->options |= opt;
}
else { /* for now +Opt == Opt */
conf->options |= opt;
}
So it shouldn't make any difference between:
JkOptions +FlushPackets
and
JkOptions FlushPackets
Regards,
Mladen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]