Had to reinstall Cyberpanel after upgrading to AlmaLinux9. Now I have the SSL error that shows the site is not secure. Here is what the server details:
Current Version:
2.3
Build:
5
Current Commit:
568d2616f12338607270304dc3a765674304c250
Latest Version:
2.3
Latest Build:
5
Latest Commit:
568d2616f12338607270304dc3a765674304c250
server os version Almalinux9
Main log files:
/usr/local/lsws/lsphp82/bin/lsphp, final uid 5003 gid 5003, flags: 0.
2024-08-12 02:22:24.889390 [NOTICE] [107343] [dtfro6436.655340] add child process pid: 193521
2024-08-12 02:22:24.889545 [INFO] [107343] [dtfro6436.655340]: unlocked pid file [/tmp/lshttpd/dtfro6436.sock.pid].
2024-08-12 02:39:14.920174 [INFO] [107343] [dtfro6436.655340]: locked pid file [/tmp/lshttpd/dtfro6436.sock.pid].
2024-08-12 02:39:14.920209 [INFO] [107343] [dtfro6436.655340] remove unix socket for detached process: /tmp/lshttpd/dtfro6436.sock
2024-08-12 02:39:14.920389 [NOTICE] [107343] [LocalWorker::workerExec] VHost:dtfr700.org suExec check uid 65534 gid 65534 setuidmode 0.
docRoot $VH_ROOT/public_html
vhDomain $VH_NAME
vhAliases www.$VH_NAME
adminEmails [email protected]
enableGzip 1
enableIpGeo 1
index {
useServer 0
indexFiles index.php, index.html
}
errorlog $VH_ROOT/logs/$VH_NAME.error_log {
useServer 0
logLevel WARN
rollingSize 10M
}
accesslog $VH_ROOT/logs/$VH_NAME.access_log {
useServer 0
logFormat “%h %l %u %t “%r” %>s %b “%{Referer}i” “%{User-Agent}i””
logHeaders 5
rollingSize 10M
keepDays 10
compressArchive 1
}
scripthandler {
add lsapi:dtfro6436 php
}
extprocessor dtfro6436 {
type lsapi
address UDS://tmp/lshttpd/dtfro6436.sock
maxConns 10
env LSAPI_CHILDREN=10
initTimeout 600
retryTimeout 0
persistConn 1
pcKeepAliveTimeout 1
respBuffer 0
autoStart 1
path /usr/local/lsws/lsphp82/bin/lsphp
extUser dtfro6436
extGroup dtfro6436
memSoftLimit 2047M
memHardLimit 2047M
procSoftLimit 400
procHardLimit 500
}
phpIniOverride {
php_admin_value open_basedir “/tmp:$VH_ROOT”
}
module cache {
storagePath /usr/local/lsws/cachedata/$VH_NAME
}
rewrite {
enable 1
autoLoadHtaccess 1
}
context /.well-known/acme-challenge {
location /usr/local/lsws/Example/html/.well-known/acme-challenge
allowBrowse 1
rewrite {
enable 0
}
addDefaultCharset off
phpIniOverride {
php_admin_value open_basedir “/tmp:$VH_ROOT”
}
}
vhssl {
keyFile /etc/letsencrypt/live/dtfr700.org/privkey.pem
certFile /etc/letsencrypt/live/dtfr700.org/fullchain.pem
certChain 1
sslProtocol 24
enableECDHE 1
renegProtection 1
sslSessionCache 1
enableSpdy 15
enableStapling 1
ocspRespMaxAge 86400
}
BEGIN LSCACHE
LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
RewriteEngine on CacheLookup on RewriteRule .* - [E=Cache-Control:no-autoflush] RewriteRule \.litespeed_conf\.dat - [F,L]marker ASYNC start
RewriteCond %{REQUEST_URI} /wp-admin/admin-ajax.php
RewriteCond %{QUERY_STRING} action=async_litespeed
RewriteRule .* - [E=noabort:1]
marker ASYNC end
marker CACHE RESOURCE start
RewriteRule wp-content/./[^/](responsive|css|js|dynamic|loader|fonts).php - [E=cache-control:max-age=3600]
marker CACHE RESOURCE end
marker LOGIN COOKIE start
RewriteRule .? - [E=“Cache-Vary:,wp-postpass_70f1314cc324a480b07ec2b749545290”]
marker LOGIN COOKIE end
marker DROPQS start
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
marker DROPQS end
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END LSCACHE # BEGIN NON_LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END NON_LSCACHE ### Rewrite Rules Added by CyberPanel Rewrite Rule GeneratorRewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
End CyberPanel Generated Rules.
cat: /home/dtfr700.org/public_html/.htaccess: No such file or directory
BEGIN LiteSpeed
The directives (lines) between “BEGIN LiteSpeed” and “END LiteSpeed” are
dynamically generated, and should only be modified via WordPress filters.
Any changes to the directives between these markers will be overwritten.
SetEnv noabort 1 # END LiteSpeed # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZA RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
what am I missing?Thanks