Summary: {"STDERR": "Failed to create directory
/var/lib/leapp/el8userspace//sys/fs/selinux: Read only file system
Failed to create directory /var/lib/leapp/el8userspace//sys/fs/selinux: Read-only file
system\nNo matches found for the following disable plugin patterns: subscription-manager
Repository extras is listed more than once in the configuration
Repository extras-source is listed more than once in the configuration
Warning: Package marked by Leapp to upgrade not found in repositories metadata: gpg-
pubkey leapp-upgrade-el7toel8 leapp python2-leapp
Error: Error downloading packages:
psa-autoinstaller-3.64.0-0redhat.8.240819.0536.x86_64: Cannot download, all mirrors were
already tried without success\n", "STDOUT": "Last metadata expiration check: 0:00:18 ago
on Sat Oct 5 00:23:56 2024.
Package python3-inotify-0.9.6-2.centos.7+p18.0.63.0+t240715.1829.x86_64 is already
installed.
Dependencies resolved.
# yum install dnf-plugins-core
# for i in plesk bin domain --list; do plesk bin domain -u $i -err_docs true; done
# plesk bin apache --listen-on-localhost true
# plesk bin apache --listen-on-localhost false
# httpd -t
httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 36 of /etc/httpd/conf.modules.d/00-base.conf: Cannot load modules/mod_ext_filter.so into server: /etc/httpd/modules/mod_ext_filter.so: cannot open shared object file: No such file or directory
ls -l /etc/httpd/modules/mod_ext_filter.so
ls: cannot access /etc/httpd/modules/mod_ext_filter.so: No such file or directory
# systemctl start httpd
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
-- Unit httpd.service has begun starting up.
httpd[29946]: httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 36 of /etc/httpd/conf.modules.d/00-base.conf: Cannot load modules/mod_ext_filter.so into server: /etc/httpd/modules/mod_ext_filter.so: cannot open shared object file: No such file or directory
systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
systemd[1]: Failed to start The Apache HTTP Server.
# grep -lR "mod_ext_filter.so" /etc/httpd/
/etc/httpd/conf.modules.d/00-base.con
f# vi /etc/httpd/conf.modules.d/00-base.conf
#LoadModule ext_filter_module modules/mod_ext_filter.so
# service httpd restart
6.Run the following command:# plesk repair web
# httpd -t
Syntax OK
set_real_ip_from 192.0.2.2/8;
real_ip_header X-Forwarded-For;
real_ip_recursive on;
RemoteIPHeader X-Forwarded-For
RemoteIPInternalProxy 192.0.2.2/8;
set_real_ip_from 192.0.2.2/8;
real_ip_header X-Forwarded-For;
real_ip_recursive on;
# plesk bin settings --set disable_check_session_ip=true