есть сервер с убунту
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
есть модуль /usr/lib/apache2/modules/mod_reqtimeout.so
пытаюсь его активировать но получаю ошибку
Command 'a2enmod' not found, but can be installed with:
apt install apache2
апач уже установлен
httpd -v
Server version: Apache/2.4.55 (cPanel)
Server built: Jan 19 2023 00:00:00
пробовал установить только утилиты но получаю ошибку
apt install apache2-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
apache2-utils
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 0 B/84.1 kB of archives.
After this operation, 403 kB of additional disk space will be used.
(Reading database ... 201447 files and directories currently installed.)
Preparing to unpack .../apache2-utils_2.4.41-4ubuntu3.13_amd64.deb ...
Unpacking apache2-utils (2.4.41-4ubuntu3.13) ...
dpkg: error processing archive /var/cache/apt/archives/apache2-utils_2.4.41-4ubuntu3.13_amd64.deb (--unpack):
trying to overwrite '/usr/bin/ab', which is also in package ea-apache24-tools 2.4.55-2+2.2.cpanel
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/apache2-utils_2.4.41-4ubuntu3.13_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
что делать?