Hey everyone!
I want to apply some stricter policies to my apache 2.4.x configuration to allow heavier hits. I am hardening with ap24-mod_qos; however when I go to install it and update pkg repositories; I am getting some strange errors that is leading me to believe it could be a security issue.
Could somebody please ease my mind and perhaps explain to me what is happening and how to remedy this?
Thank you very much!
OS is: FreeBSD 12.1-RELEASE
Updating inside a Jail [SERVER1]
What I did:
Thanks in advanced!
~ TruthSword
I want to apply some stricter policies to my apache 2.4.x configuration to allow heavier hits. I am hardening with ap24-mod_qos; however when I go to install it and update pkg repositories; I am getting some strange errors that is leading me to believe it could be a security issue.
Could somebody please ease my mind and perhaps explain to me what is happening and how to remedy this?
Thank you very much!
OS is: FreeBSD 12.1-RELEASE
Updating inside a Jail [SERVER1]
What I did:
Code:
# pkg update
Updating FreeBSD repository catalogue...
[SERVER1] Fetching meta.txz: 100% 916 B 0.9kB/s 00:01
[SERVER1] Fetching packagesite.txz: 100% 6 MiB 3.2MB/s 00:02
Processing entries: 0%
Newer FreeBSD version for package py37-mlt:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1202000
- running kernel: 1201000
Ignore the mismatch and continue? [Y/n]: n
pkg: repository FreeBSD contains packages for wrong OS version: FreeBSD:12:amd64
Processing entries: 100%
Unable to update repository FreeBSD
Error updating repositories!
root@
Code:
# pkg install ap24-mod_qos
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Updating database digests format: 100%
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
ap24-mod_qos: 11.66
Number of packages to be installed: 1
90 KiB to be downloaded.
Proceed with this action? [y/N]: y
[SERVER1] [1/1] Fetching ap24-mod_qos-11.66.txz: 100% 89 KiB 91.6kB/s 00:01
pkg: cached package ap24-mod_qos-11.66: size mismatch, fetching from remote
[SERVER1] Fetching ap24-mod_qos-11.66.txz: 100% 89 KiB 91.6kB/s 00:01
pkg: cached package ap24-mod_qos-11.66: size mismatch, cannot continue
Consider running 'pkg update -f'
root@SERVER1:/usr/local/etc/apache24/extra # pkg install ap24-mod_qos
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
ap24-mod_qos: 11.66
Number of packages to be installed: 1
90 KiB to be downloaded.
Proceed with this action? [y/N]: n
root@
Thanks in advanced!
~ TruthSword