mod_auth_gssapi already defaults "GssapiSSLonly" to "Off", and in fact this is not something we want to recommend to users.
GssapiSSLonly
Off
See mod_auth_gssapi's README doc regarding GssapiSSLonly for more information.
I was planning to add "SSLRequireSSL" to this section instead, but that is technically a behavior change, so we can do that in a separate PR. This "GssapiSSLonly" removal does not change behavior.
SSLRequireSSL
I've opened #2163 to track removing GssapiSSLonly and adding SSLRequireSSL.
rebased onto b22b330875e279932e84f6e9a667d3e08d04e037
rebased onto 9b037107e3f4f7237baaaec4188741879445e42b
rebased onto 5df3118daa3271fc7a45d50145f75812c1524267
rebased onto b245f705d9a6c349d7caf90d6acd98c739e2be58
Commit 3ab5d672 fixes this pull-request
Pull-Request has been merged by tkopecek
mod_auth_gssapi already defaults "
GssapiSSLonly" to "Off", and in fact this is not something we want to recommend to users.See mod_auth_gssapi's README doc regarding GssapiSSLonly for more information.