Skip to content

Commit

Permalink
Debian 11/12 have httpd 2.4.62 with UnsafeAllow3F
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdputte authored and sni committed Oct 13, 2024
1 parent 4ab24b9 commit 5d15a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ if(!$options->{'nounsafeallow3f'} && !$options->{'unsafeallow3f'}) {
if($os eq 'rhel' && $ver >= 8) {
$options->{'unsafeallow3f'} = 1;
}
if($os eq 'debian' && $ver >= 11) {
$options->{'unsafeallow3f'} = 1;
}
}
if($options->{'nounsafeallow3f'}) {
$options->{'unsafeallow3f'} = '';
Expand Down

0 comments on commit 5d15a77

Please sign in to comment.