Webadmin Openlitespeed SSL tab in Host not opening

#1
I am trying to set rewrite rule for my fresh install of openlitespeed and wordpress. I am using OpenLiteSpeed 1.6.19.

Whenever
1. I try to set rewrite rules Add the OpenLiteSpeed Web Server WebAdmin > Virtual Hosts > Rewrite > Rewrite Rules I get Error 404! Page not found.
1612436076141.png

2. Also whenever I try to visit OpenLiteSpeed Web Server WebAdmin > Virtual Hosts > SSL I get the same screen.


I have installed by wordpress at a directory /blog inside the /var/www/html folder.
 

Cold-Egg

Administrator
#2
mhm, it happens probably due to the wrong config file. Do you see any errors from the error log?
Code:
tail -f /usr/local/lsws/logs/*
 
#3
Please find the error.

Code:
==> /usr/local/lsws/logs/access.log <==
133.125.37.48 - - [05/Feb/2021:04:55:35 +0000] "GET /login HTTP/1.0" 404 1236
133.125.37.48 - - [05/Feb/2021:04:55:36 +0000] "GET /jenkins/login HTTP/1.0" 404 1236
133.125.37.48 - - [05/Feb/2021:04:55:36 +0000] "GET /manager/html HTTP/1.0" 404 1236
162.158.166.159 - - [05/Feb/2021:05:01:18 +0000] "GET / HTTP/1.1" 404 705  GuzzleHttp/6.5.5 curl/7.58.0 PHP/7.4.14
162.158.166.139 - - [05/Feb/2021:05:16:13 +0000] "GET / HTTP/1.1" 404 705  GuzzleHttp/6.5.5 curl/7.58.0 PHP/7.4.14
162.158.166.107 - - [05/Feb/2021:05:31:14 +0000] "GET / HTTP/1.1" 404 705  GuzzleHttp/6.5.5 curl/7.58.0 PHP/7.4.14
184.105.247.254 - - [05/Feb/2021:05:35:19 +0000] "" 200 -
162.158.166.21 - - [05/Feb/2021:05:46:10 +0000] "GET / HTTP/1.1" 404 705  GuzzleHttp/6.5.5 curl/7.58.0 PHP/7.4.14
172.68.146.164 - - [05/Feb/2021:06:01:12 +0000] "GET / HTTP/1.1" 404 705  GuzzleHttp/6.5.5 curl/7.58.0 PHP/7.4.14
162.158.166.107 - - [05/Feb/2021:06:16:17 +0000] "GET / HTTP/1.1" 404 705  GuzzleHttp/6.5.5 curl/7.58.0 PHP/7.4.14

==> /usr/local/lsws/logs/error.log <==
2021-02-04 20:47:53.388838 [NOTICE] [40967] [lsphp] add child process pid: 48021
2021-02-04 20:47:53.388940 [INFO] [40967] [lsphp]: unlocked pid file [/tmp/lshttpd/lsphp.sock.pid].
2021-02-05 03:11:10.358618 [NOTICE] [40967] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 997 gid 33 setuidmode 2.
2021-02-05 03:11:10.358657 [NOTICE] [40967] [LocalWorker::workerExec] Config[AdminPHP]: suExec uid -1 gid -1 cmd /usr/local/lsws/admin/fcgi-bin/admin_php -c ../conf/php.ini, final uid 997 gid 33.
2021-02-05 03:11:10.359197 [NOTICE] [40967] [AdminPHP] add child process pid: 52280
2021-02-05 04:01:45.422639 [INFO] [40967] [lsphp]: locked pid file [/tmp/lshttpd/lsphp.sock.pid].
2021-02-05 04:01:45.422664 [INFO] [40967] [lsphp] remove unix socket for detached process: /tmp/lshttpd/lsphp.sock
2021-02-05 04:01:45.422825 [NOTICE] [40967] [LocalWorker::workerExec] Config[lsphp]: suExec uid 33 gid 33 cmd /usr/local/lsws/lsphp74/bin/lsphp, final uid 33 gid 33.
2021-02-05 04:01:45.423240 [NOTICE] [40967] [lsphp] add child process pid: 53019
2021-02-05 04:01:45.423351 [INFO] [40967] [lsphp]: unlocked pid file [/tmp/lshttpd/lsphp.sock.pid].

==> /usr/local/lsws/logs/lsrestart.log <==
Wed Feb  3 17:02:39 UTC 2021
stop, LSWS running: 0
Wed Feb  3 17:02:40 UTC 2021
start, LSWS running: 0
Thu Feb  4 10:50:08 UTC 2021
delay-stop, LSWS running: 1
Thu Feb  4 10:50:11 UTC 2021
start, LSWS running: 0
Thu Feb  4 10:50:21 UTC 2021
restart, LSWS running: 1

==> /usr/local/lsws/logs/stderr.log <==
 
Top