Am 2 site-uri web de wordpress pe LAMP (Linux, Apache2, MariaDB și PHP-FPM).
Dacă dezactivez mpm-prefork și activez fie mpm-worker, fie mpm-event, apache afișează doar o pagină goală (am câteva site-uri wordpress).
Lucrul ciudat este că jurnalul nu spune nimic despre probleme.
Am următoarea configurație a Apache
Configurare VirtualHost:
*:80 este un NameVirtualHost
server implicit www.example.com (/etc/httpd24/conf.sh/example-80.conf:1)
portul 80 namevhost www.example.com (/etc/httpd24/conf.sh/example-80.conf:1)
alias example.com
portul 80 namevhost www.sub.example.com (/etc/httpd24/conf.sh/sub-80.conf:1)
alias sub.example.com
*:443 este un NameVirtualHost
server implicit ip-172-31-0-20.ec2.internal (/etc/httpd24/conf.d/ssl.conf:56)
portul 443 namevhost ip-172-31-0-20.ec2.internal (/etc/httpd24/conf.d/ssl.conf:56)
portul 443 namevhost www.example.com (/etc/httpd24/conf.sh/example.conf:1)
alias example.com
portul 443 namevhost www.sub.example.com (/etc/httpd24/conf.sh/sub.conf:1)
alias sub.example.com
ServerRoot: „/etc/httpd24”
DocumentRoot principal: „/var/www/html”
ErrorLog principal: „/etc/httpd24/logs/error_log”
Mutex authdigest-opaque: using_defaults
Mutex watchdog-callback: using_defaults
Mutex proxy-balancer-shm: using_defaults
Mutex rewrite-map: using_defaults
Mutex ssl-stapling-refresh: using_defaults
Mutex authdigest-client: using_defaults
Mutex lua-ivm-shm: using_defaults
Mutex ssl-stapling: using_defaults
Mutex proxy: using_defaults
Mutex authn-socache: using_defaults
Mutex ssl-cache: using_defaults
Mutex implicit: dir="/etc/httpd24/run/" mecanism=default
Mutex mpm-accept: using_defaults
Mutex cache-socache: using_defaults
Fișier Pid: „/etc/httpd24/run/httpd.pid”
Definiți: DUMP_VHOSTS
Definiți: DUMP_RUN_CFG
Utilizator: name="apache" id=48
Grup: name="apache" id=48
Și acestea sunt modulele relevante:
httpd24 -M | egrep 'proxy|http2|eveniment'
http2_module (partajat)
mpm_event_module (partajat)
proxy_module (partajat)
proxy_ajp_module (partajat)
proxy_balancer_module (partajat)
proxy_connect_module (partajat)
proxy_express_module (partajat)
proxy_fcgi_module (partajat)
proxy_fdpass_module (partajat)
proxy_ftp_module (partajat)
proxy_http_module (partajat)
proxy_hcheck_module (partajat)
proxy_scgi_module (partajat)
proxy_uwsgi_module (partajat)
proxy_wstunnel_module (partajat)
Versiunea de pachete este:
httpd24-httpd-tools-2.4.34-22.el7.x86_64
rh-php73-php-fpm-7.3.20-1.el7.x86_64
httpd24-libnghttp2-1.7.1-8.el7.1.x86_64
httpd24-httpd-2.4.34-22.el7.x86_64
httpd24-mod_ssl-2.4.34-22.el7.x86_64
httpd24-runtime-1.1-19.el7.x86_64
httpd24-1.1-19.el7.x86_64
Sistemul de operare este Centos 7:
uname -a ; cat /etc/redhat-release
Linux ip-172-31-0-20.ec2.internal 3.10.0-1160.21.1.el7.x86_64 #1 SMP Mar 16 Mar 18:28:22 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
CentOS Linux versiunea 7.9.2009 (Core)
De ce se întâmplă acest lucru?
Cum pot repara?