Issues with EasyApache 4 and mod_http2 on AlmaLinux
Hello,
I am experiencing issues with configuring EasyApache 4 to enable the mod_http2 module on my server. Here are my current specifications:
- Operating System: AlmaLinux
- cPanel Version: 120.0.14
- WordPress Version: 6.6.1
- PHP Version: 8.1
Problem:
I followed the recommendations to enable mod_http2 by disabling incompatible modules like mod_cgi, mod_ruid2, and mod_mpm_prefork. I customized the "cPanel Worker MPM" profile as instructed:
As of this writing, none of our provided EA4 profiles include mod_http2. If you want HTTP2, you must customize a profile.
Since mod_http2 is not compatible with MPM Prefork, it is easiest to customize one of our profiles that uses MPM Worker, such as the All PHP Options + OpCache profile. To do this click the "Customize" button next to that profile, then under the "Apache Modules" section toggle the option for "mod_http2", then click "Review". On the next page double-check the packages that will be installed/uninstalled as a result, and click "Provision" at the bottom if you see the results you want.
After applying these changes, I ended up with the profile "cPanel Worker MPM cpanel + mod_http2". However, my WordPress site is now experiencing several issues:
-
When trying to access the admin (/wp-admin/), I get the following error:
The page isn’t redirecting properly
An error occurred during a connection to www.name.com.
This problem can sometimes be caused by disabling or refusing to accept cookies. - On the front-end, the site responds but the loading time is very slow and CSS is not loading properly.
- However, the site replies in HTTP2.
Questions:
- What could be causing the redirection error in the admin back-end?
- Why is the front-end so slow and why is the CSS not loading properly?
- Are there any specific configurations needed to ensure mod_http2 works correctly with WordPress under this setup?
Thank you in advance for your help.
Configuration:
HTTP 1.1
config
config-runtime
mod_bwlimited
mod_cgi
mod_deflate
mod_expires
mod_headers
mod_mpm_prefork
mod_proxy
mod_proxy_fcgi
mod_proxy_http
mod_proxy_wstunnel
mod_ruid2
mod_security2
mod_ssl
mod_unique_id
toolsPHP 8.1
pear
php-bcmath
php-calendar
php-cli
php-common
php-curl
php-devel
php-fpm
php-ftp
php-gd
php-iconv
php-imap
php-litespeed
php-mbstring
php-mysqlnd
php-pdo
php-posix
php-sockets
php-xml
php-zip
runtimeAdditional Packages
apr
apr-util
brotli
cpanel-tools
documentroot
libargon2
libxml2
libzip
modsec-sdbm-util
oniguruma
oniguruma-devel
php-cli
php-cli-lsphp
profiles-cpanel
cPanel Worker MPM cpanel + mod_http2:
config
config-runtime
mod_bwlimited
mod_cgid
mod_deflate
mod_expires
mod_headers
mod_http2
mod_mpm_worker
mod_proxy
mod_proxy_fcgi
mod_proxy_http
mod_proxy_wstunnel
mod_security2
mod_ssl
mod_suexec
mod_suphp
mod_unique_id
toolsPHP 8.1
pear
php-bcmath
php-calendar
php-cli
php-common
php-curl
php-devel
php-fpm
php-ftp
php-gd
php-iconv
php-imap
php-litespeed
php-mbstring
php-mysqlnd
php-pdo
php-posix
php-sockets
php-xml
php-zip
runtimePHP 8.2
pear
php-bcmath
php-calendar
php-cli
php-common
php-curl
php-devel
php-fpm
php-ftp
php-gd
php-iconv
php-imap
php-litespeed
php-mbstring
php-mysqlnd
php-pdo
php-posix
php-sockets
php-xml
php-zip
runtimeAdditional Packages
apr
apr-util
brotli
cpanel-tools
documentroot
libargon2
libnghttp2
libxml2
libzip
modsec-sdbm-util
nghttp2
oniguruma
oniguruma-devel
php-cli
php-cli-lsphp
profiles-cpanel
-
Hey there! The first thing I would do is revert EasyApache 4 to one of the standard profiles - if things work well there, then we know the issue is related to the http2 change.
I haven't heard of similar behavior when installing that package, so we may ultimately need to have you submit a ticket on this one if the EA4 interface doesn't provide you with a working configuration.
0 -
Hi cPRex,
Thank you very much for your intervention, I really appreciate it.
I have just retested with the "cPanel Default" profile and only added mod_http2, but the issue persists. Here are the current packages installed on the server:
Unfortunately, I would like to open a ticket but it seems I do not have the right to do so because I purchased my cPanel license through OVH in France, and apparently, I am not eligible to open a ticket.
Is there any other way I could get support for this issue?
Thank you again for your assistance.
Apache 2.4
config
config-runtime
mod_bwlimited
mod_cgid
mod_deflate
mod_expires
mod_headers
mod_http2
mod_mpm_worker
mod_proxy
mod_proxy_fcgi
mod_proxy_http
mod_proxy_wstunnel
mod_security2
mod_ssl
mod_unique_id
toolsPHP 8.1
pear
php-bcmath
php-calendar
php-cli
php-common
php-curl
php-devel
php-fpm
php-ftp
php-gd
php-iconv
php-imap
php-litespeed
php-mbstring
php-mysqlnd
php-pdo
php-posix
php-sockets
php-xml
php-zip
runtimePHP 8.2
pear
php-bcmath
php-calendar
php-cli
php-common
php-curl
php-devel
php-fpm
php-ftp
php-gd
php-iconv
php-imap
php-litespeed
php-mbstring
php-mysqlnd
php-pdo
php-posix
php-sockets
php-xml
php-zip
runtimeAdditional Packages
apr
apr-util
brotli
cpanel-tools
documentroot
libargon2
libnghttp2
libxml2
libzip
modsec-sdbm-util
nghttp2
oniguruma
oniguruma-devel
php-cli
php-cli-lsphp
profiles-cpanel0 -
And if you remove http2 and choose the defaults, do things go back to working normally? If so, that's odd.
You would still be able to open a ticket, it would just go to OVH instead of us.
0 -
cPRex,
Thank you for the quick response.
When I revert to the default settings without mod_http2, everything works normally. It’s indeed strange that the issue only arises with mod_http2.
Regarding the ticket, I understand that it would go to OVH. Unfortunately, they do not handle this kind of ticket and only focus on server-related issues.
Is there any detailed documentation or steps you could provide that might help me troubleshoot this further on my own?
Thank you again for your assistance.
0 -
After you make the change with http2, do you see any entries in the main Apache log at /etc/apache2/logs/error_log that may provide more information?
0 -
cPRex,
I checked the Apache error log at /etc/apache2/logs/error_log after making the change with http2. Here are some relevant entries that might provide more information:
[Thu Jul 25 20:10:20.744733 2024] [mpm_prefork:notice] [pid 142499:tid 142499] AH00169: caught SIGTERM, shutting down
[Thu Jul 25 20:10:21.322631 2024] [security2:notice] [pid 160916:tid 160916] ModSecurity for Apache/2.9.7 (http://www.modsecurity.org/) configured.
[Thu Jul 25 20:10:21.322666 2024] [security2:notice] [pid 160916:tid 160916] ModSecurity: APR compiled version="1.7.4"; loaded version="1.7.4"
[Thu Jul 25 20:10:21.322669 2024] [security2:notice] [pid 160916:tid 160916] ModSecurity: PCRE compiled version="8.42 "; loaded version="8.42 2018-03-20"
[Thu Jul 25 20:10:21.322672 2024] [security2:notice] [pid 160916:tid 160916] ModSecurity: LUA compiled version="Lua 5.3"
[Thu Jul 25 20:10:21.322684 2024] [security2:notice] [pid 160916:tid 160916] ModSecurity: YAJL compiled version="2.1.0"
[Thu Jul 25 20:10:21.322686 2024] [security2:notice] [pid 160916:tid 160916] ModSecurity: LIBXML compiled version="2.12.6"
[Thu Jul 25 20:10:21.322688 2024] [security2:notice] [pid 160916:tid 160916] ModSecurity: Status engine is currently disabled, enable it by set SecStatusEngine to On.
[Thu Jul 25 20:10:21.323030 2024] [suexec:notice] [pid 160916:tid 160916] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Jul 25 20:10:21.342291 2024] [http2:info] [pid 160920:tid 160920] AH03090: mod_http2 (v2.0.22, feats=CHPRIO+SHA256+INVHD+DWINS, nghttp2 1.62.1), initializing...
[Thu Jul 25 20:10:21.347119 2024] [http2:info] [pid 160925:tid 160925] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:21.348798 2024] [http2:info] [pid 160954:tid 160954] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:21.348873 2024] [mpm_worker:notice] [pid 160920:tid 160920] AH00292: Apache/2.4.62 (cPanel) OpenSSL/1.1.1k mod_bwlimited/1.4 configured -- resuming normal operations
[Thu Jul 25 20:10:21.348885 2024] [core:notice] [pid 160920:tid 160920] AH00094: Command line: '/usr/sbin/httpd'
[Thu Jul 25 20:10:21.349552 2024] [http2:info] [pid 160926:tid 160926] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:21.350019 2024] [http2:info] [pid 160955:tid 160955] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:21.350854 2024] [http2:info] [pid 160951:tid 160951] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:24.737749 2024] [core:crit] [pid 160954:tid 160963] (13)Permission denied: [remote 90.9.225.203:26075] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/membres.html?meet=liste&pays=®ion=&dep=&ville=&gps=&km=&pseudo=&sex=3&zsex=2&z2sex=&homo=0&ageMin=45&ageMax=95&tailleMin=140&tailleMax=200&poidsMin=140&poidsMax=220&mot=&photo=&profil=&astro=&relation=&id=246353&pagine=5&profilS0%5B%5D=&profilS1%5B%5D=
[Thu Jul 25 20:10:24.840171 2024] [proxy_fcgi:error] [pid 160954:tid 160963] (32)Broken pipe: [remote 90.9.225.203:26075] AH01075: Error dispatching request to : (sending stdin), referer: https://www.ndd.com/membres.html?meet=liste&pays=®ion=&dep=&ville=&gps=&km=&pseudo=&sex=3&zsex=2&z2sex=&homo=0&ageMin=45&ageMax=95&tailleMin=140&tailleMax=200&poidsMin=140&poidsMax=220&mot=&photo=&profil=&astro=&relation=&id=246353&pagine=5&profilS0%5B%5D=&profilS1%5B%5D=
[Thu Jul 25 20:10:33.710294 2024] [core:crit] [pid 160926:tid 161002] (13)Permission denied: [remote 86.195.41.97:56614] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:33.742423 2024] [core:crit] [pid 160926:tid 160982] (13)Permission denied: [remote 86.195.41.97:56614] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:33.743166 2024] [core:crit] [pid 160926:tid 160983] (13)Permission denied: [remote 86.195.41.97:56614] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:33.743773 2024] [core:crit] [pid 160926:tid 160984] (13)Permission denied: [remote 86.195.41.97:56614] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:33.744373 2024] [core:crit] [pid 160926:tid 160987] (13)Permission denied: [remote 86.195.41.97:56614] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:33.744966 2024] [core:crit] [pid 160926:tid 160990] (13)Permission denied: [remote 86.195.41.97:56614] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:33.745578 2024] [core:crit] [pid 160926:tid 160993] (13)Permission denied: [remote 86.195.41.97:56614] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:36.045079 2024] [mpm_worker:notice] [pid 160920:tid 160920] AH00297: SIGUSR1 received. Doing graceful restart
[Thu Jul 25 20:10:36.128430 2024] [http2:info] [pid 160920:tid 160920] AH03090: mod_http2 (v2.0.22, feats=CHPRIO+SHA256+INVHD+DWINS, nghttp2 1.62.1), initializing...
[Thu Jul 25 20:10:36.128742 2024] [mpm_worker:notice] [pid 160920:tid 160920] AH00292: Apache/2.4.62 (cPanel) OpenSSL/1.1.1k mod_bwlimited/1.4 configured -- resuming normal operations
[Thu Jul 25 20:10:36.128759 2024] [core:notice] [pid 160920:tid 160920] AH00094: Command line: '/usr/sbin/httpd'
[Thu Jul 25 20:10:36.130487 2024] [http2:info] [pid 161324:tid 161324] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:36.131216 2024] [http2:info] [pid 161325:tid 161325] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:36.133100 2024] [http2:info] [pid 161341:tid 161341] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:36.135041 2024] [http2:info] [pid 161374:tid 161374] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:36.136875 2024] [http2:info] [pid 161399:tid 161399] h2_workers: created with min=25 max=37 idle_ms=600000
[Thu Jul 25 20:10:37.941223 2024] [core:crit] [pid 161325:tid 161353] (13)Permission denied: [remote 86.195.41.97:56618] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/blog.html
[Thu Jul 25 20:10:37.946447 2024] [core:crit] [pid 161325:tid 161356] (13)Permission denied: [remote 86.195.41.97:56618] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/blog.html
[Thu Jul 25 20:10:37.952316 2024] [core:crit] [pid 161325:tid 161358] (13)Permission denied: [remote 86.195.41.97:56618] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/blog.html
[Thu Jul 25 20:10:37.968578 2024] [core:crit] [pid 161325:tid 161360] (13)Permission denied: [remote 86.195.41.97:56618] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/blog.html
[Thu Jul 25 20:10:37.969464 2024] [core:crit] [pid 161325:tid 161365] (13)Permission denied: [remote 86.195.41.97:56618] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/blog.html
[Thu Jul 25 20:10:37.970337 2024] [core:crit] [pid 161325:tid 161370] (13)Permission denied: [remote 86.195.41.97:56618] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/blog.html
[Thu Jul 25 20:10:37.971297 2024] [core:crit] [pid 161325:tid 161375] (13)Permission denied: [remote 86.195.41.97:56618] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/blog.html
[Thu Jul 25 20:10:40.602927 2024] [core:crit] [pid 161341:tid 161457] (13)Permission denied: [remote 37.169.87.172:64808] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/membres.html
[Thu Jul 25 20:10:44.244757 2024] [core:crit] [pid 161324:tid 161326] (13)Permission denied: [remote 88.178.21.151:63978] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/membres.html?meet=vst&id=visite
[Thu Jul 25 20:10:45.458255 2024] [core:crit] [pid 161374:tid 161509] (13)Permission denied: [remote 94.238.176.146:57081] AH00529: /home/ndd/public_html/wp-content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-content/' is executable, referer: https://www.ndd.com/membres.html?meet=msg&id=239845
[Thu Jul 25 20:10:47.414354 2024] [core:crit] [pid 161325:tid 161390] (13)Permission denied: [remote 86.195.41.97:56622] AH00529: /home/ndd/public_html/wp-includes/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-includes/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:47.414595 2024] [core:crit] [pid 161325:tid 161392] (13)Permission denied: [remote 86.195.41.97:56622] AH00529: /home/ndd/public_html/wp-includes/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ndd/public_html/wp-includes/' is executable, referer: https://www.ndd.com/
[Thu Jul 25 20:10:47.415419 2024] [core:crit] [pid 161325:tid 161364] (13)Permission denied: [remote 86.195.41.97:56622] AH00529: /homeCould you help me understand what might be going wrong based on these log entries?
Thank you again for your assistance.
0 -
Unfortunately that doesn't show much as it starts with the "caught sigterm" entry, so we can't see *what* sent the sigterm. Is there anything just before that? If not, is there anything interesting in /var/log/messages from that same time?
0 -
cPRex,
I checked
/var/log/messages
for entries around the same time. Here are the relevant entries from two minutes before and two minutes after the "caught sigterm" entry:Thank you for your help.
Jul 25 20:05:11 server systemd[1]: Removed slice User Slice of UID 1001.
Jul 25 20:05:14 server systemd[1]: Stopping User Manager for UID 0...
Jul 25 20:05:14 server systemd[160055]: Stopped target Default.
Jul 25 20:05:14 server systemd[160055]: Stopped target Basic System.
Jul 25 20:05:14 server systemd[160055]: Stopped target Timers.
Jul 25 20:05:14 server systemd[160055]: Stopped target Sockets.
Jul 25 20:05:14 server systemd[160055]: Closed D-Bus User Message Bus Socket.
Jul 25 20:05:14 server systemd[160055]: Stopped target Paths.
Jul 25 20:05:14 server systemd[160055]: Reached target Shutdown.
Jul 25 20:05:14 server systemd[160055]: Started Exit the Session.
Jul 25 20:05:14 server systemd[160055]: Reached target Exit the Session.
Jul 25 20:05:14 server systemd[1]: user@0.service: Succeeded.
Jul 25 20:05:14 server systemd[1]: Stopped User Manager for UID 0.
Jul 25 20:05:14 server systemd[1]: Stopping User runtime directory /run/user/0...
Jul 25 20:05:14 server systemd[1]: run-user-0.mount: Succeeded.
Jul 25 20:05:14 server systemd[1]: user-runtime-dir@0.service: Succeeded.
Jul 25 20:05:14 server systemd[1]: Stopped User runtime directory /run/user/0.
Jul 25 20:05:14 server systemd[1]: Removed slice User Slice of UID 0.
Jul 25 20:09:01 server systemd[1]: Created slice User Slice of UID 0.
Jul 25 20:09:01 server systemd[1]: Starting User runtime directory /run/user/0...
Jul 25 20:09:01 server systemd[1]: Started User runtime directory /run/user/0.
Jul 25 20:09:01 server systemd[1]: Starting User Manager for UID 0...
Jul 25 20:09:01 server systemd[160449]: Reached target Paths.
Jul 25 20:09:01 server systemd[160449]: Reached target Timers.
Jul 25 20:09:01 server systemd[160449]: Starting D-Bus User Message Bus Socket.
Jul 25 20:09:01 server systemd[160449]: Listening on D-Bus User Message Bus Socket.
Jul 25 20:09:01 server systemd[160449]: Reached target Sockets.
Jul 25 20:09:01 server systemd[160449]: Reached target Basic System.
Jul 25 20:09:01 server systemd[160449]: Reached target Default.
Jul 25 20:09:01 server systemd[160449]: Startup finished in 41ms.
Jul 25 20:09:01 server systemd[1]: Started User Manager for UID 0.
Jul 25 20:09:01 server systemd[1]: Started Session 3231 of user root.
Jul 25 20:09:02 server systemd[1]: session-3231.scope: Succeeded.
Jul 25 20:09:12 server systemd[1]: Stopping User Manager for UID 0...
Jul 25 20:09:13 server systemd[160449]: Stopped target Default.
Jul 25 20:09:13 server systemd[160449]: Stopped target Basic System.
Jul 25 20:09:13 server systemd[160449]: Stopped target Sockets.
Jul 25 20:09:13 server systemd[160449]: Closed D-Bus User Message Bus Socket.
Jul 25 20:09:13 server systemd[160449]: Stopped target Paths.
Jul 25 20:09:13 server systemd[160449]: Stopped target Timers.
Jul 25 20:09:13 server systemd[160449]: Reached target Shutdown.
Jul 25 20:09:13 server systemd[160449]: Started Exit the Session.
Jul 25 20:09:13 server systemd[160449]: Reached target Exit the Session.
Jul 25 20:09:13 server systemd[1]: user@0.service: Succeeded.
Jul 25 20:09:13 server systemd[1]: Stopped User Manager for UID 0.
Jul 25 20:09:13 server systemd[1]: Stopping User runtime directory /run/user/0...
Jul 25 20:09:13 server systemd[1]: run-user-0.mount: Succeeded.
Jul 25 20:09:13 server systemd[1]: user-runtime-dir@0.service: Succeeded.
Jul 25 20:09:13 server systemd[1]: Stopped User runtime directory /run/user/0.
Jul 25 20:09:13 server systemd[1]: Removed slice User Slice of UID 0.
Jul 25 20:10:01 server systemd[1]: Starting system activity accounting tool...
Jul 25 20:10:01 server systemd[1]: sysstat-collect.service: Succeeded.
Jul 25 20:10:01 server systemd[1]: Started system activity accounting tool.
Jul 25 20:10:01 server systemd[1]: Created slice User Slice of UID 1001.
Jul 25 20:10:01 server systemd[1]: Starting User runtime directory /run/user/1001...
Jul 25 20:10:01 server systemd[1]: Started User runtime directory /run/user/1001.
Jul 25 20:10:01 server systemd[1]: Starting User Manager for UID 1001...
Jul 25 20:10:01 server systemd[1]: Created slice User Slice of UID 0.
Jul 25 20:10:01 server systemd[1]: Starting User runtime directory /run/user/0...
Jul 25 20:10:01 server systemd[1]: Started User runtime directory /run/user/0.
Jul 25 20:10:01 server systemd[1]: Starting User Manager for UID 0...
Jul 25 20:10:01 server systemd[160644]: Starting D-Bus User Message Bus Socket.
Jul 25 20:10:01 server systemd[160644]: Reached target Paths.
Jul 25 20:10:01 server systemd[160644]: Started Mark boot as successful after the user session has run 2 minutes.
Jul 25 20:10:01 server systemd[160644]: Reached target Timers.
Jul 25 20:10:01 server systemd[160644]: Listening on D-Bus User Message Bus Socket.
Jul 25 20:10:01 server systemd[160644]: Reached target Sockets.
Jul 25 20:10:01 server systemd[160644]: Reached target Basic System.
Jul 25 20:10:01 server systemd[160644]: Reached target Default.
Jul 25 20:10:01 server systemd[160644]: Startup finished in 34ms.
Jul 25 20:10:01 server systemd[1]: Started User Manager for UID 1001.
Jul 25 20:10:01 server systemd[1]: Started Session 3233 of user sublimerencontre.
Jul 25 20:10:01 server systemd[160649]: Starting D-Bus User Message Bus Socket.
Jul 25 20:10:01 server systemd[160649]: Reached target Paths.
Jul 25 20:10:01 server systemd[160649]: Reached target Timers.
Jul 25 20:10:01 server systemd[160649]: Listening on D-Bus User Message Bus Socket.
Jul 25 20:10:01 server systemd[160649]: Reached target Sockets.
Jul 25 20:10:01 server systemd[160649]: Reached target Basic System.
Jul 25 20:10:01 server systemd[160649]: Reached target Default.
Jul 25 20:10:01 server systemd[160649]: Startup finished in 38ms.
Jul 25 20:10:01 server systemd[1]: Started User Manager for UID 0.
Jul 25 20:10:01 server systemd[1]: Started Session 3234 of user root.
Jul 25 20:10:02 server systemd[1]: session-3233.scope: Succeeded.
Jul 25 20:10:05 server systemd[1]: session-3234.scope: Succeeded.
Jul 25 20:10:12 server systemd[1]: Stopping User Manager for UID 1001...
Jul 25 20:10:12 server systemd[160644]: Stopped target Default.
Jul 25 20:10:12 server systemd[160644]: Stopped target Basic System.
Jul 25 20:10:12 server systemd[160644]: Stopped target Timers.
Jul 25 20:10:12 server systemd[160644]: Stopped target Sockets.
Jul 25 20:10:12 server systemd[160644]: Stopped target Paths.
Jul 25 20:10:12 server systemd[160644]: Stopped Mark boot as successful after the user session has run 2 minutes.
Jul 25 20:10:12 server systemd[160644]: Closed D-Bus User Message Bus Socket.
Jul 25 20:10:12 server systemd[160644]: Reached target Shutdown.
Jul 25 20:10:12 server systemd[160644]: Started Exit the Session.
Jul 25 20:10:12 server systemd[160644]: Reached target Exit the Session.
Jul 25 20:10:12 server systemd[1]: user@1001.service: Succeeded.
Jul 25 20:10:12 server systemd[1]: Stopped User Manager for UID 1001.
Jul 25 20:10:12 server systemd[1]: Stopping User runtime directory /run/user/1001...
Jul 25 20:10:12 server systemd[1]: run-user-1001.mount: Succeeded.
Jul 25 20:10:12 server systemd[1]: user-runtime-dir@1001.service: Succeeded.
Jul 25 20:10:12 server systemd[1]: Stopped User runtime directory /run/user/1001.
Jul 25 20:10:12 server systemd[1]: Removed slice User Slice of UID 1001.
Jul 25 20:10:15 server systemd[1]: Stopping User Manager for UID 0...
Jul 25 20:10:15 server systemd[160649]: Stopped target Default.
Jul 25 20:10:15 server systemd[160649]: Stopped target Basic System.
Jul 25 20:10:15 server systemd[160649]: Stopped target Timers.
Jul 25 20:10:15 server systemd[160649]: Stopped target Paths.
Jul 25 20:10:15 server systemd[160649]: Stopped target Sockets.
Jul 25 20:10:15 server systemd[160649]: Closed D-Bus User Message Bus Socket.
Jul 25 20:10:15 server systemd[160649]: Reached target Shutdown.
Jul 25 20:10:15 server systemd[160649]: Started Exit the Session.
Jul 25 20:10:15 server systemd[160649]: Reached target Exit the Session.
Jul 25 20:10:15 server systemd[1]: user@0.service: Succeeded.
Jul 25 20:10:15 server systemd[1]: Stopped User Manager for UID 0.
Jul 25 20:10:15 server systemd[1]: Stopping User runtime directory /run/user/0...
Jul 25 20:10:15 server systemd[1]: run-user-0.mount: Succeeded.
Jul 25 20:10:15 server systemd[1]: user-runtime-dir@0.service: Succeeded.
Jul 25 20:10:15 server systemd[1]: Stopped User runtime directory /run/user/0.
Jul 25 20:10:15 server systemd[1]: Removed slice User Slice of UID 0.
Jul 25 20:10:17 server systemd[1]: Reloading.
Jul 25 20:10:20 server systemd[1]: Stopping Apache web server managed by cPanel EasyApache...
Jul 25 20:10:20 server systemd[1]: httpd.service: Succeeded.
Jul 25 20:10:20 server systemd[1]: Stopped Apache web server managed by cPanel EasyApache.
Jul 25 20:10:21 server php-fpm[133013]: [25-Jul-2024 20:10:21] NOTICE: using inherited socket fd=7, "/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5b1619acd8d69d4c4b09f6b163192a268fd6302b.sock"
Jul 25 20:10:21 server php-fpm[133013]: [25-Jul-2024 20:10:21] NOTICE: using inherited socket fd=7, "/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5b1619acd8d69d4c4b09f6b163192a268fd6302b.sock"
Jul 25 20:10:21 server systemd[1]: Starting Apache web server managed by cPanel EasyApache...
Jul 25 20:10:21 server php-fpm[133013]: [25-Jul-2024 20:10:21] NOTICE: using inherited socket fd=7, "/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5b1619acd8d69d4c4b09f6b163192a268fd6302b.sock"
Jul 25 20:10:21 server php-fpm[133013]: [25-Jul-2024 20:10:21] NOTICE: using inherited socket fd=7, "/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5b1619acd8d69d4c4b09f6b163192a268fd6302b.sock"
Jul 25 20:10:21 server systemd[1]: httpd.service: Can't open PID file /run/apache2/httpd.pid (yet?) after start: No such file or directory
Jul 25 20:10:21 server systemd[1]: Started Apache web server managed by cPanel EasyApache.
Jul 25 20:10:24 server systemd[1]: Stopping The PHP FastCGI Process Manager...
Jul 25 20:10:24 server systemd[1]: ea-php81-php-fpm.service: Succeeded.
Jul 25 20:10:24 server systemd[1]: Stopped The PHP FastCGI Process Manager.
Jul 25 20:10:24 server systemd[1]: Starting The PHP FastCGI Process Manager...
Jul 25 20:10:24 server systemd[1]: Started The PHP FastCGI Process Manager.
Jul 25 20:11:46 server systemd[1]: Reloading.
Jul 25 20:11:49 server systemd[1]: Stopping Apache web server managed by cPanel EasyApache...
Jul 25 20:11:49 server systemd[1]: httpd.service: Succeeded.
Jul 25 20:11:49 server systemd[1]: Stopped Apache web server managed by cPanel EasyApache.
Jul 25 20:11:49 server php-fpm[161267]: [25-Jul-2024 20:11:49] NOTICE: using inherited socket fd=7, "/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5b1619acd8d69d4c4b09f6b163192a268fd6302b.sock"
Jul 25 20:11:49 server php-fpm[161267]: [25-Jul-2024 20:11:49] NOTICE: using inherited socket fd=7, "/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5b1619acd8d69d4c4b09f6b163192a268fd6302b.sock"
Jul 25 20:11:49 server systemd[1]: Starting Apache web server managed by cPanel EasyApache...
Jul 25 20:11:49 server php-fpm[161267]: [25-Jul-2024 20:11:49] NOTICE: using inherited socket fd=7, "/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5b1619acd8d69d4c4b09f6b163192a268fd6302b.sock"
Jul 25 20:11:49 server php-fpm[161267]: [25-Jul-2024 20:11:49] NOTICE: using inherited socket fd=7, "/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5b1619acd8d69d4c4b09f6b163192a268fd6302b.sock"
Jul 25 20:11:49 server systemd[1]: httpd.service: Can't open PID file /run/apache2/httpd.pid (yet?) after start: No such file or directory
Jul 25 20:11:49 server systemd[1]: Started Apache web server managed by cPanel EasyApache.
Jul 25 20:11:53 server systemd[1]: Stopping The PHP FastCGI Process Manager...
Jul 25 20:11:53 server systemd[1]: ea-php81-php-fpm.service: Succeeded.
Jul 25 20:11:53 server systemd[1]: Stopped The PHP FastCGI Process Manager.
Jul 25 20:11:53 server systemd[1]: Starting The PHP FastCGI Process Manager...
Jul 25 20:11:53 server systemd[1]: Started The PHP FastCGI Process Manager.
Jul 25 20:15:01 server systemd[1]: Created slice User Slice of UID 0.
Jul 25 20:15:01 server systemd[1]: Starting User runtime directory /run/user/0...
Jul 25 20:15:01 server systemd[1]: Started User runtime directory /run/user/0.
Jul 25 20:15:01 server systemd[1]: Starting User Manager for UID 0...
Jul 25 20:15:01 server systemd[1]: Created slice User Slice of UID 1001.
Jul 25 20:15:01 server systemd[1]: Starting User runtime directory /run/user/1001...
Jul 25 20:15:01 server systemd[1]: Started User runtime directory /run/user/1001.
Jul 25 20:15:01 server systemd[1]: Starting User Manager for UID 1001...
Jul 25 20:15:01 server systemd[162202]: Starting D-Bus User Message Bus Socket.
Jul 25 20:15:01 server systemd[162202]: Reached target Paths.
Jul 25 20:15:01 server systemd[162202]: Reached target Timers.
Jul 25 20:15:01 server systemd[162206]: Starting D-Bus User Message Bus Socket.
Jul 25 20:15:01 server systemd[162206]: Started Mark boot as successful after the user session has run 2 minutes.
Jul 25 20:15:01 server systemd[162206]: Reached target Timers.
Jul 25 20:15:01 server systemd[162206]: Reached target Paths.
Jul 25 20:15:01 server systemd[162202]: Listening on D-Bus User Message Bus Socket.
Jul 25 20:15:01 server systemd[162202]: Reached target Sockets.
Jul 25 20:15:01 server systemd[162202]: Reached target Basic System.
Jul 25 20:15:01 server systemd[162202]: Reached target Default.
Jul 25 20:15:01 server systemd[162202]: Startup finished in 40ms.
Jul 25 20:15:01 server systemd[1]: Started User Manager for UID 0.
Jul 25 20:15:01 server systemd[1]: Started Session 3238 of user root.
Jul 25 20:15:01 server systemd[1]: Started Session 3237 of user root.
Jul 25 20:15:01 server systemd[162206]: Listening on D-Bus User Message Bus Socket.
Jul 25 20:15:01 server systemd[162206]: Reached target Sockets.
Jul 25 20:15:01 server systemd[162206]: Reached target Basic System.
Jul 25 20:15:01 server systemd[162206]: Reached target Default.
Jul 25 20:15:01 server systemd[162206]: Startup finished in 57ms.
Jul 25 20:15:01 server systemd[1]: Started User Manager for UID 1001.
Jul 25 20:15:01 server systemd[1]: Started Session 3239 of user sublimerencontre.
Jul 25 20:15:01 server systemd[1]: session-3237.scope: Succeeded.
Jul 25 20:15:01 server systemd[1]: session-3239.scope: Succeeded.
Jul 25 20:15:04 server systemd[1]: session-3238.scope: Succeeded.
Jul 25 20:15:11 server systemd[1]: Stopping User Manager for UID 1001...
Jul 25 20:15:11 server systemd[162206]: Stopped target Default.
Jul 25 20:15:11 server systemd[162206]: Stopped target Basic System.
Jul 25 20:15:11 server systemd[162206]: Stopped target Paths.
Jul 25 20:15:11 server systemd[162206]: Stopped target Timers.
Jul 25 20:15:11 server systemd[162206]: Stopped Mark boot as successful after the user session has run 2 minutes.
Jul 25 20:15:11 server systemd[162206]: Stopped target Sockets.
Jul 25 20:15:11 server systemd[162206]: Closed D-Bus User Message Bus Socket.
Jul 25 20:15:11 server systemd[162206]: Reached target Shutdown.
Jul 25 20:15:11 server systemd[162206]: Started Exit the Session.
Jul 25 20:15:11 server systemd[162206]: Reached target Exit the Session.
Jul 25 20:15:11 server systemd[1]: user@1001.service: Succeeded.
Jul 25 20:15:11 server systemd[1]: Stopped User Manager for UID 1001.
Jul 25 20:15:11 server systemd[1]: Stopping User runtime directory /run/user/1001...
Jul 25 20:15:11 server systemd[1]: run-user-1001.mount: Succeeded.
Jul 25 20:15:11 server systemd[1]: user-runtime-dir@1001.service: Succeeded.
Jul 25 20:15:11 server systemd[1]: Stopped User runtime directory /run/user/1001.
Jul 25 20:15:11 server systemd[1]: Removed slice User Slice of UID 1001.
Jul 25 20:15:14 server systemd[1]: Stopping User Manager for UID 0...
Jul 25 20:15:14 server systemd[162202]: Stopped target Default.
Jul 25 20:15:14 server systemd[162202]: Stopped target Basic System.
Jul 25 20:15:14 server systemd[162202]: Stopped target Paths.
Jul 25 20:15:14 server systemd[162202]: Stopped target Sockets.
Jul 25 20:15:14 server systemd[162202]: Closed D-Bus User Message Bus Socket.
Jul 25 20:15:14 server systemd[162202]: Reached target Shutdown.
Jul 25 20:15:14 server systemd[162202]: Started Exit the Session.
Jul 25 20:15:14 server systemd[162202]: Reached target Exit the Session.
Jul 25 20:15:14 server systemd[162202]: Stopped target Timers.
Jul 25 20:15:14 server systemd[1]: user@0.service: Succeeded.
Jul 25 20:15:14 server systemd[1]: Stopped User Manager for UID 0.
Jul 25 20:15:14 server systemd[1]: Stopping User runtime directory /run/user/0...
Jul 25 20:15:14 server systemd[1]: run-user-0.mount: Succeeded.
Jul 25 20:15:14 server systemd[1]: user-runtime-dir@0.service: Succeeded.
Jul 25 20:15:14 server systemd[1]: Stopped User runtime directory /run/user/0.
Jul 25 20:15:14 server systemd[1]: Removed slice User Slice of UID 0.
Jul 25 20:18:01 server systemd[1]: Created slice User Slice of UID 0.
Jul 25 20:18:01 server systemd[1]: Starting User runtime directory /run/user/0...
Jul 25 20:18:01 server systemd[1]: Started User runtime directory /run/user/0.
Jul 25 20:18:01 server systemd[1]: Starting User Manager for UID 0...
Jul 25 20:18:01 server systemd[162264]: Reached target Paths.
Jul 25 20:18:01 server systemd[162264]: Reached target Timers.
Jul 25 20:18:01 server systemd[162264]: Starting D-Bus User Message Bus Socket.
Jul 25 20:18:01 server systemd[162264]: Listening on D-Bus User Message Bus Socket.
Jul 25 20:18:01 server systemd[162264]: Reached target Sockets.
Jul 25 20:18:01 server systemd[162264]: Reached target Basic System.
Jul 25 20:18:01 server systemd[162264]: Reached target Default.
Jul 25 20:18:01 server systemd[162264]: Startup finished in 37ms.
Jul 25 20:18:01 server systemd[1]: Started User Manager for UID 0.
Jul 25 20:18:01 server systemd[1]: Started Session 3242 of user root.
Jul 25 20:18:01 server systemd[1]: session-3242.scope: Succeeded.
Jul 25 20:18:11 server systemd[1]: Stopping User Manager for UID 0...
Jul 25 20:18:11 server systemd[162264]: Stopped target Default.
Jul 25 20:18:11 server systemd[162264]: Stopped target Basic System.
Jul 25 20:18:11 server systemd[162264]: Stopped target Timers.
Jul 25 20:18:11 server systemd[162264]: Stopped target Sockets.
Jul 25 20:18:11 server systemd[162264]: Closed D-Bus User Message Bus Socket.
Jul 25 20:18:11 server systemd[162264]: Stopped target Paths.
Jul 25 20:18:11 server systemd[162264]: Reached target Shutdown.
Jul 25 20:18:11 server systemd[162264]: Started Exit the Session.0 -
Well that certainly confirms that something happened, but I'm still not sure what. I would still recommend reaching out to OVH to see if they can help. You can always purchase your cPanel license directly through us if you'd like to get direct support - if you wanted to start that process you can email cs@cpanel.net.
0
Please sign in to leave a comment.
Comments
9 comments