Inexplicable 404 error for OLS

#1
Hello,I had been installed for CyberPanel&OLS
but I modified for the configuration file for OLS default Example host,it's got an inexplicable 404 error
(The host is managed by OLS DIRECTLY,not by CyberPanel)
Section of httpd_config.conf below
NGINX:
virtualhost Example {
  vhRoot                  /var/www
  configFile              $SERVER_ROOT/conf/vhosts/Example/vhconf.conf
  allowSymbolLink         1
  enableScript            1
  restrained              1
  setUIDMode              2
}
vhconf.conf below
NGINX:
docRoot                   $VH_ROOT/html/
enableGzip                1

errorlog $VH_ROOT/logs/error.log {
  useServer               1
  logLevel                DEBUG
  rollingSize             10M
}

accesslog $VH_ROOT/logs/access.log {
  useServer               0
  rollingSize             10M
  keepDays                30
  compressArchive         0
}

index  {
  useServer               0
  indexFiles              index.html, index.php
  autoIndex               0
  autoIndexURI            /_autoindex/default.php
}

expires  {
  enableExpires           1
}

accessControl  {
  allow                   *
}

context / {
  location                $DOC_ROOT/
  allowBrowse             1
}

rewrite  {
  enable                  0
  autoLoadHtaccess        0
  logLevel                0
}
/var/www/html is owned by nobody:nobody
but it's got UNLOGED 404 error
 
#3
There are no entries in `/usr/local/lsws/log/error.log` about the 404?
no
Code:
[root@Lyra ~]# cat /usr/local/lsws/logs/error.log
2018-11-27 03:59:56.612933 [INFO] [PlainConf] [httpServerConfig:] start parsing file /usr/local/lsws/conf/httpd_config.conf
2018-11-27 03:59:56.612957 [INFO] [PlainConf] [httpServerConfig:] RCS checkin config file /usr/local/lsws/conf/httpd_config.conf0 OK.
2018-11-27 03:59:56.612965 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [enablecache 0]
2018-11-27 03:59:56.612972 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [qscache 1]
2018-11-27 03:59:56.612978 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [reqcookiecache 1]
2018-11-27 03:59:56.612985 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [respcookiecache 1]
2018-11-27 03:59:56.612992 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [ignorereqcachectrl 1]
2018-11-27 03:59:56.612998 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [ignorerespcachectrl 0]
2018-11-27 03:59:56.613005 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [enableprivatecache 0]
2018-11-27 03:59:56.613012 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [privateexpireinseconds 1000]
2018-11-27 03:59:56.613018 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [expireinseconds 1000]
2018-11-27 03:59:56.613025 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [storagepath cachedata]
2018-11-27 03:59:56.613031 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [checkprivatecache 1]
2018-11-27 03:59:56.613038 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [checkpubliccache 1]
2018-11-27 03:59:56.613055 [NOTICE] Loading LiteSpeed/1.4.40 Open ...
2018-11-27 03:59:56.613538 [NOTICE] Using [BoringSSL]
2018-11-27 03:59:56.639921 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7468
2018-11-27 03:59:56.640724 [NOTICE] chroot is disabled.
2018-11-27 03:59:56.640754 [INFO] old priority: 0, new priority: 0
2018-11-27 03:59:56.640824 [INFO] [config:server:basics2] For better obscurity, server version number is hidden in the response header.
2018-11-27 03:59:56.773858 [INFO] [PlainConf] RCS checkin config file /usr/local/lsws/conf/mime.properties0 OK.
2018-11-27 03:59:56.774865 [NOTICE] [PID: 576]: forked cgid: 604
2018-11-27 03:59:56.775757 [INFO] [PlainConf] [adminConfig:] start parsing file /usr/local/lsws/admin/conf/admin_config.conf
2018-11-27 03:59:56.839869 [INFO] [PlainConf] [adminConfig:] RCS checkin config file /usr/local/lsws/admin/conf/admin_config.conf0 OK.
2018-11-27 03:59:56.854431 [INFO] [Module: modcompress 1.1] has been initialized successfully
2018-11-27 03:59:56.854810 [INFO] [Module: moddecompress 1.1] has been initialized successfully
2018-11-27 03:59:56.855195 [INFO] [Module: cache 1.57] has been initialized successfully
2018-11-27 03:59:56.862156 [NOTICE] The maximum number of file descriptor limit is set to 102400.
2018-11-27 03:59:56.864174 [NOTICE] [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off
2018-11-27 03:59:56.864672 [INFO] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/Example/vhconf.conf
2018-11-27 03:59:56.916194 [INFO] [PlainConf] [virtualHostConfig:] RCS checkin config file /usr/local/lsws/conf/vhosts/Example/vhconf.conf0 OK.
2018-11-27 03:59:56.917410 [INFO] [config:server:vhosts:vhost:Example] config conxtext /.
2018-11-27 03:59:56.918164 [INFO] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/status.utb.one/vhost.conf
2018-11-27 03:59:56.944554 [INFO] [PlainConf] [virtualHostConfig:] RCS checkin config file /usr/local/lsws/conf/vhosts/status.utb.one/vhost.conf0 OK.
2018-11-27 03:59:56.947549 [INFO] [config:server:vhosts:vhost:status.utb.one] config conxtext /.filemanager.
2018-11-27 03:59:56.948612 [INFO] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/utb.one/vhost.conf
2018-11-27 03:59:56.978889 [INFO] [PlainConf] [virtualHostConfig:] RCS checkin config file /usr/local/lsws/conf/vhosts/utb.one/vhost.conf0 OK.
2018-11-27 03:59:56.982231 [INFO] [config:server:vhosts:vhost:utb.one] config conxtext /.filemanager.
2018-11-27 03:59:56.982683 [INFO] [PlainConf] [virtualHostTemplate:] start parsing file /usr/local/lsws/conf/templates/ccl.conf
2018-11-27 03:59:56.999982 [INFO] [PlainConf] [virtualHostTemplate:] RCS checkin config file /usr/local/lsws/conf/templates/ccl.conf0 OK.
2018-11-27 03:59:57.000113 [INFO] [PlainConf] [context:/] rewrite [] add rules [rewritefile .htaccess]
2018-11-27 03:59:57.000170 [INFO] [PlainConf] [virtualHostTemplate:] start parsing file /usr/local/lsws/conf/templates/phpsuexec.conf
2018-11-27 03:59:57.021079 [INFO] [PlainConf] [virtualHostTemplate:] RCS checkin config file /usr/local/lsws/conf/templates/phpsuexec.conf0 OK.
2018-11-27 03:59:57.021253 [INFO] [PlainConf] [context:/] rewrite [] add rules [rewritefile .htaccess]
2018-11-27 03:59:57.021428 [INFO] [PlainConf] [virtualHostTemplate:] start parsing file /usr/local/lsws/conf/templates/rails.conf
2018-11-27 03:59:57.041081 [INFO] [PlainConf] [virtualHostTemplate:] RCS checkin config file /usr/local/lsws/conf/templates/rails.conf0 OK.
2018-11-27 03:59:57.041246 [INFO] [PlainConf] [context:/] rewrite [] add rules [rewritefile .htaccess]
2018-11-27 03:59:57.041328 [NOTICE] [ZConfManager] No VHosts added, do not send!
2018-11-27 03:59:57.042194 [NOTICE] [AutoRestarter] new child process with pid=679 is forked!
2018-11-27 03:59:57.042660 [NOTICE] [AutoRestarter] new child process with pid=680 is forked!
2018-11-27 03:59:57.045538 [INFO] Stop listener *:7080.
2018-11-27 03:59:57.046064 [NOTICE] [child: 680] Successfully change current user to nobody
2018-11-27 03:59:57.046091 [NOTICE] Child: 680] Core dump is enabled.
2018-11-27 03:59:57.046123 [NOTICE] [Child: 680] Setup swapping space...
2018-11-27 03:59:57.046924 [NOTICE] [child: 679] Successfully change current user to nobody
2018-11-27 03:59:57.047015 [NOTICE] Child: 679] Core dump is enabled.
2018-11-27 03:59:57.047069 [NOTICE] [Child: 679] Setup swapping space...
2018-11-27 03:59:57.047226 [NOTICE] [Child: 679] LiteSpeed/1.4.40 Open starts successfully!
2018-11-27 03:59:57.047345 [NOTICE] [Child: 680] LiteSpeed/1.4.40 Open starts successfully!
 
Top