Score:0

ProxyPass only works on localhost (127.0.0.1)

cn flag

my httpd configuration is like this:

ProxyRequests On
SSLProxyEngine On
ProxyPass /wss/ http://127.0.0.1:6789/
ProxyPass /wss2/ http://49.12.36.109:6789/
ProxyPass /wss3/ http://www.testingmcafeesites.com/

my problem is that only the first line works

you can check it here:

https://bazaretala.com/wss/ (working)

https://bazaretala.com/wss2/ (not working)

https://bazaretala.com/wss3/ (not working)

why ProxyPass only works on (127.0.0.1)?

I still can not solve the problem after five days of googling

my apache error log after restarting server

2022-04-09 14:19:09.191040 [NOTICE] [21101] SIGUSR2 received, shutdown allowed ...
2022-04-09 14:19:09.191073 [NOTICE] [21101] SIGHUP received, start count down to stop server...
2022-04-09 14:19:09.201548 [NOTICE] [21101] [21101] Server Restart Request via Signal...
2022-04-09 14:19:09.202084 [INFO] [21101] Stop all listeners.
2022-04-09 14:19:09.202102 [INFO] [21101] [*:443] Stop listener.
2022-04-09 14:19:09.202079 [NOTICE] [21101] Forked [21443] for graceful restart.
2022-04-09 14:19:09.202113 [NOTICE] [21101] Start passing listener sockets through forked child [21443].
2022-04-09 14:19:09.202114 [INFO] [21101] [*:80] Stop listener.
2022-04-09 14:19:09.202123 [INFO] [21443] [*:7080] Pass listener, copy fd 22 to 1012.
2022-04-09 14:19:09.202125 [INFO] [21101] [[::]:443] Stop listener.
2022-04-09 14:19:09.202132 [INFO] [21101] [[::]:80] Stop listener.
2022-04-09 14:19:09.202131 [INFO] [21443] [TCP [::]:80], SO_REUSEPORT #0, pass listener copy fd 21 to 1011.
2022-04-09 14:19:09.202139 [INFO] [21443] [TCP [::]:80], SO_REUSEPORT #1, pass listener copy fd 20 to 1010.
2022-04-09 14:19:09.202139 [INFO] [21101] [*:7080] Stop listener.
2022-04-09 14:19:09.202143 [INFO] [21443] [UDP [::]:443], SO_REUSEPORT #0, pass listener copy fd 19 to 1009.
2022-04-09 14:19:09.202147 [INFO] [21443] [UDP [::]:443], SO_REUSEPORT #1, pass listener copy fd 18 to 1008.
2022-04-09 14:19:09.202149 [NOTICE] [21101] Stop all children workers, nowait=0
2022-04-09 14:19:09.202150 [INFO] [21443] [TCP [::]:443], SO_REUSEPORT #0, pass listener copy fd 17 to 1007.
2022-04-09 14:19:09.202156 [INFO] [21443] [TCP [::]:443], SO_REUSEPORT #1, pass listener copy fd 16 to 1006.
2022-04-09 14:19:09.202159 [INFO] [21443] [TCP *:80], SO_REUSEPORT #0, pass listener copy fd 15 to 1005.
2022-04-09 14:19:09.202163 [INFO] [21443] [TCP *:80], SO_REUSEPORT #1, pass listener copy fd 14 to 1004.
2022-04-09 14:19:09.202166 [INFO] [21443] [UDP *:443], SO_REUSEPORT #0, pass listener copy fd 13 to 1003.
2022-04-09 14:19:09.202169 [INFO] [21443] [UDP *:443], SO_REUSEPORT #1, pass listener copy fd 12 to 1002.
2022-04-09 14:19:09.202173 [INFO] [21443] [TCP *:443], SO_REUSEPORT #0, pass listener copy fd 11 to 1001.
2022-04-09 14:19:09.202176 [INFO] [21443] [TCP *:443], SO_REUSEPORT #1, pass listener copy fd 10 to 1000.
2022-04-09 14:19:09.202184 [NOTICE] [21443] Starting new instance: execute '/usr/local/lsws/bin/litespeed'.
2022-04-09 14:19:09.258362 [NOTICE] Your License key will expire in 26 days
2022-04-09 14:19:09.258390 [NOTICE] Loading LiteSpeed/5.4.12 Enterprise ...
2022-04-09 14:19:09.258394 [NOTICE] Using [BoringSSL]
2022-04-09 14:19:09.259018 [NOTICE] [21453] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7076
2022-04-09 14:19:09.259047 [NOTICE] [21453] Loading configuration from /usr/local/lsws/conf/httpd_config.xml ...
2022-04-09 14:19:09.259387 [NOTICE] [21453] [*:443] Recovering server socket
2022-04-09 14:19:09.259402 [NOTICE] [21453] [*:443] SO_REUSEPORT #2, recovering server socket.
2022-04-09 14:19:09.259413 [NOTICE] [21453] [UDP *:443] Recovering server socket, SO_REUSEPORT #2
2022-04-09 14:19:09.259417 [NOTICE] [21453] [*:80] Recovering server socket
2022-04-09 14:19:09.259423 [NOTICE] [21453] [*:80] SO_REUSEPORT #2, recovering server socket.
2022-04-09 14:19:09.259428 [NOTICE] [21453] [[::]:443] Recovering server socket
2022-04-09 14:19:09.259435 [NOTICE] [21453] [[::]:443] SO_REUSEPORT #2, recovering server socket.
2022-04-09 14:19:09.259442 [NOTICE] [21453] [UDP [::]:443] Recovering server socket, SO_REUSEPORT #2
2022-04-09 14:19:09.259446 [NOTICE] [21453] [[::]:80] Recovering server socket
2022-04-09 14:19:09.259451 [NOTICE] [21453] [[::]:80] SO_REUSEPORT #2, recovering server socket.
2022-04-09 14:19:09.259455 [NOTICE] [21453] [*:7080] Recovering server socket
2022-04-09 14:19:09.259470 [NOTICE] [21453] [config] chroot is disabled.
2022-04-09 14:19:09.259479 [INFO] [21453] old priority: 0, new priority: 0
2022-04-09 14:19:09.259491 [INFO] [21453] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2022-04-09 14:19:09.260198 [INFO] [21453] [/usr/local/lsws/bin/lscgid] CloudLinux LVE is disabled.
2022-04-09 14:19:09.260205 [INFO] [21453] [/usr/local/lsws/bin/lscgid] CRIU is disabled.
2022-04-09 14:19:09.260455 [NOTICE] [21453] start cgid: 21454, /usr/local/lsws/bin/lscgid
2022-04-09 14:19:09.260593 [NOTICE] [21453] start cgid: 21455, /usr/local/lsws/bin/httpd
2022-04-09 14:19:09.260669 [INFO] [21453] Add QUIC.cloud IPs from admin/conf/quic-cloud-ips to trusted ACL ...
2022-04-09 14:19:09.260739 [INFO] [21453] Add CloudFlare Subnets to trusted ACL ...
2022-04-09 14:19:09.260958 [NOTICE] [21453] The maximum number of file descriptor limit is set to 50000.
2022-04-09 14:19:09.262546 [NOTICE] [21453] [config:server:rails] Ruby path is not vaild: /usr/local/lsws/fcgi-bin/ea-ruby24
2022-04-09 14:19:09.262563 [NOTICE] [21453] [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off
2022-04-09 14:19:09.262630 [INFO] [21453] [config:server:php] Detected [cPanel], try EA4 PHP handlers
2022-04-09 14:19:09.262660 [INFO] [21453] Create PHP handler [ea-php73] with PHP binary [/opt/cpanel/ea-php73/root/usr/bin/lsphp]
2022-04-09 14:19:09.262676 [INFO] [21453] Add #1 suffix handler [ea-php73]->[ea-php73].
2022-04-09 14:19:09.262693 [INFO] [21453] Associate [php73] with PHP handler [ea-php73].
2022-04-09 14:19:09.262699 [INFO] [21453] Add #2 suffix handler [php73]->[ea-php73].
2022-04-09 14:19:09.262706 [INFO] [21453] Create PHP handler [ea-php74] with PHP binary [/opt/cpanel/ea-php74/root/usr/bin/lsphp]
2022-04-09 14:19:09.262713 [INFO] [21453] Add #3 suffix handler [ea-php74]->[ea-php74].
2022-04-09 14:19:09.262716 [INFO] [21453] Associate [php74] with PHP handler [ea-php74].
2022-04-09 14:19:09.262719 [INFO] [21453] Add #4 suffix handler [php74]->[ea-php74].
2022-04-09 14:19:09.262725 [INFO] [21453] Create PHP handler [ea-php80] with PHP binary [/opt/cpanel/ea-php80/root/usr/bin/lsphp]
2022-04-09 14:19:09.262730 [INFO] [21453] Add #5 suffix handler [ea-php80]->[ea-php80].
2022-04-09 14:19:09.262733 [INFO] [21453] Associate [php80] with PHP handler [ea-php80].
2022-04-09 14:19:09.262737 [INFO] [21453] Add #6 suffix handler [php80]->[ea-php80].
2022-04-09 14:19:09.262739 [INFO] [21453] [config:server:php] Try CloudLinux PHP selector handlers
2022-04-09 14:19:09.262743 [INFO] [21453] Create PHP handler [phpsel] with PHP binary [/usr/local/bin/lsphp]
2022-04-09 14:19:09.262752 [INFO] [21453] Add #7 suffix handler [phpsel]->[phpsel].
2022-04-09 14:19:09.262770 [INFO] [21453] Add #8 suffix handler [php]->[ea-php73].
2022-04-09 14:19:09.262772 [INFO] [21453] Default PHP handler is [ea-php73], path [/opt/cpanel/ea-php73/root/usr/bin/lsphp]
2022-04-09 14:19:09.262865 [INFO] [21453] Processing config directory: /etc/apache2/conf.modules.d
2022-04-09 14:19:09.262942 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/000_mod_mpm_worker.conf
2022-04-09 14:19:09.262959 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/000_mod_systemd.conf
2022-04-09 14:19:09.262968 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/005_mod_cgid.conf
2022-04-09 14:19:09.262977 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/010_mod_access_compat.conf
2022-04-09 14:19:09.262986 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/015_mod_actions.conf
2022-04-09 14:19:09.262994 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/020_mod_alias.conf
2022-04-09 14:19:09.263002 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/035_mod_auth_basic.conf
2022-04-09 14:19:09.263011 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/045_mod_authn_core.conf
2022-04-09 14:19:09.263019 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/065_mod_authn_file.conf
2022-04-09 14:19:09.263027 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/075_mod_authz_core.conf
2022-04-09 14:19:09.263034 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/090_mod_authz_groupfile.conf
2022-04-09 14:19:09.263047 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/095_mod_authz_host.conf
2022-04-09 14:19:09.263055 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/105_mod_authz_user.conf
2022-04-09 14:19:09.263063 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/110_mod_autoindex.conf
2022-04-09 14:19:09.263070 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/115_mod_brotli.conf
2022-04-09 14:19:09.263079 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/170_mod_deflate.conf
2022-04-09 14:19:09.263087 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/180_mod_dir.conf
2022-04-09 14:19:09.263095 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/195_mod_expires.conf
2022-04-09 14:19:09.263103 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/210_mod_filter.conf
2022-04-09 14:19:09.263111 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/215_mod_headers.conf
2022-04-09 14:19:09.263119 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/225_mod_include.conf
2022-04-09 14:19:09.263127 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/235_mod_log_config.conf
2022-04-09 14:19:09.263135 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/250_mod_logio.conf
2022-04-09 14:19:09.263143 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/265_mod_mime.conf
2022-04-09 14:19:09.263152 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/275_mod_negotiation.conf
2022-04-09 14:19:09.263160 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/280_mod_proxy.conf
2022-04-09 14:19:09.263168 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/300-mod_evasive.conf
2022-04-09 14:19:09.263176 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/325_mod_proxy_fcgi.conf
2022-04-09 14:19:09.263184 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/340_mod_proxy_http.conf
2022-04-09 14:19:09.263192 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/350_mod_proxy_wstunnel.conf
2022-04-09 14:19:09.263200 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/385_mod_rewrite.conf
2022-04-09 14:19:09.263208 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/395_mod_setenvif.conf
2022-04-09 14:19:09.263216 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/405_mod_slotmem_shm.conf
2022-04-09 14:19:09.263225 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/410_mod_socache_dbm.conf
2022-04-09 14:19:09.263233 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/420_mod_socache_shmcb.conf
2022-04-09 14:19:09.263242 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/425_mod_socache_redis.conf
2022-04-09 14:19:09.263250 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/435_mod_status.conf
2022-04-09 14:19:09.263258 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/445_mod_suexec.conf
2022-04-09 14:19:09.263265 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/450_mod_unique_id.conf
2022-04-09 14:19:09.263273 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/455_mod_unixd.conf
2022-04-09 14:19:09.263281 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/460_mod_userdir.conf
2022-04-09 14:19:09.263290 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/490_mod_bwlimited.conf
2022-04-09 14:19:09.263298 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/495_mod_ssl.conf
2022-04-09 14:19:09.263306 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/500_mod_http2.conf
2022-04-09 14:19:09.263314 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/800-mod_security2.conf
2022-04-09 14:19:09.263326 [INFO] [21453] Processing config file: /etc/apache2/conf.modules.d/90-suphp.conf
2022-04-09 14:19:09.263337 [INFO] [21453] Processing config file: /etc/apache2/conf.d/includes/pre_main_global.conf
2022-04-09 14:19:09.263379 [INFO] [21453] Processing config file: /etc/apache2/conf.d/includes/pre_main_2.conf
2022-04-09 14:19:09.265114 [INFO] [21453] [/etc/apache2/conf/httpd.conf:233] try to add listener: '*:80'.
2022-04-09 14:19:09.265129 [INFO] [21453] [/etc/apache2/conf/httpd.conf:234] try to add listener: '[::]:80'.
2022-04-09 14:19:09.265145 [INFO] [21453] [/etc/apache2/conf/httpd.conf:266] try to add listener: '*:443'.
2022-04-09 14:19:09.265150 [INFO] [21453] [/etc/apache2/conf/httpd.conf:267] try to add listener: '[::]:443'.
2022-04-09 14:19:09.265162 [INFO] [21453] Processing config directory: /etc/apache2/conf.d
2022-04-09 14:19:09.265190 [INFO] [21453] Processing config file: /etc/apache2/conf.d/00-suphp.conf
2022-04-09 14:19:09.265202 [INFO] [21453] Processing config file: /etc/apache2/conf.d/300-mod_evasive.conf
2022-04-09 14:19:09.265219 [INFO] [21453] Processing config file: /etc/apache2/conf.d/300-mod_evasive_local_ips.conf
2022-04-09 14:19:09.265229 [INFO] [21453] Processing config file: /etc/apache2/conf.d/autoindex.conf
2022-04-09 14:19:09.265251 [INFO] [21453] Processing config file: /etc/apache2/conf.d/brotli.conf
2022-04-09 14:19:09.265270 [INFO] [21453] Processing config file: /etc/apache2/conf.d/cgid.conf
2022-04-09 14:19:09.265279 [INFO] [21453] Processing config file: /etc/apache2/conf.d/cperror.conf
2022-04-09 14:19:09.265296 [INFO] [21453] Processing config file: /etc/apache2/conf.d/http2.conf
2022-04-09 14:19:09.265305 [INFO] [21453] Processing config file: /etc/apache2/conf.d/modsec2.conf
2022-04-09 14:19:09.265331 [INFO] [21453] Processing config file: /etc/apache2/conf.d/modsec/modsec2.user.conf
2022-04-09 14:19:09.265344 [INFO] [21453] Processing config file: /etc/apache2/conf.d/modsec/modsec2.cpanel.conf
2022-04-09 14:19:09.265354 [INFO] [21453] Processing config file: /etc/apache2/conf.d/php.conf
2022-04-09 14:19:09.265365 [NOTICE] [21453] [/etc/apache2/conf.d/php.conf:16] Ignore Action config for 'application/x-httpd-ea-php73'
2022-04-09 14:19:09.265368 [NOTICE] [21453] [/etc/apache2/conf.d/php.conf:17] Ignore Action config for 'application/x-httpd-ea-php74'
2022-04-09 14:19:09.265371 [NOTICE] [21453] [/etc/apache2/conf.d/php.conf:18] Ignore Action config for 'application/x-httpd-ea-php80'
2022-04-09 14:19:09.265373 [NOTICE] [21453] [/etc/apache2/conf.d/php.conf:19] Ignore Action config for 'application/x-httpd-ea-php81'
2022-04-09 14:19:09.265378 [NOTICE] [21453] [/etc/apache2/conf.d/php.conf:32] Ignore Action config for 'application/x-httpd-ea-php74'
2022-04-09 14:19:09.265392 [NOTICE] [21453] [/etc/apache2/conf.d/php.conf:49] Ignore Action config for 'application/x-httpd-ea-php80'
2022-04-09 14:19:09.265396 [INFO] [21453] Processing config file: /etc/apache2/conf.d/php_add_handler_fix.conf
2022-04-09 14:19:09.265456 [INFO] [21453] Processing config file: /etc/apache2/conf.d/includes/account_suspensions.conf
2022-04-09 14:19:09.265471 [INFO] [21453] Processing config file: /etc/apache2/conf.d/includes/errordocument.conf
2022-04-09 14:19:09.265492 [INFO] [21453] Processing config file: /etc/apache2/conf.d/includes/pre_virtualhost_global.conf
2022-04-09 14:19:09.265507 [INFO] [21453] Processing config file: /etc/apache2/conf.d/includes/pre_virtualhost_2.conf
2022-04-09 14:19:09.265560 [INFO] [21453] Processing config directory: /etc/apache2/conf.d/userdata
2022-04-09 14:19:09.265573 [INFO] [21453] Processing config file: /etc/apache2/conf.d/userdata/lscache_vhosts.conf
2022-04-09 14:19:09.265614 [INFO] [21453] Processing config directory: /etc/apache2/conf.d/userdata
2022-04-09 14:19:09.265626 [INFO] [21453] Processing config file: /etc/apache2/conf.d/userdata/lscache_vhosts.conf
2022-04-09 14:19:09.265753 [INFO] [21453] Processing config file: /etc/apache2/conf.d/includes/post_virtualhost_global.conf
2022-04-09 14:19:09.265765 [INFO] [21453] Processing config file: /etc/apache2/conf.d/includes/post_virtualhost_2.conf
2022-04-09 14:19:09.266082 [INFO] [21453] [37183.7host.cloud] is a sub domain of new domain at #1.
2022-04-09 14:19:09.266118 [INFO] [21453] [37183.7host.cloud] is a sub domain of old domain at #1.
2022-04-09 14:19:09.266138 [INFO] [21453] [bazaretala.com] is a new domain at #2.
2022-04-09 14:19:09.266962 [INFO] [21453] [bazaretala.com] is a old domain at #2.
2022-04-09 14:19:09.269881 [INFO] [21453] [37183.7host.cloud] is a sub domain of old domain at #1.
2022-04-09 14:19:09.273110 [INFO] [21453] [37183.7host.cloud] is a sub domain of old domain at #1.
2022-04-09 14:19:09.273847 [INFO] [21453] [37183.7host.cloud] is a sub domain of old domain at #1.
[Sat Apr  9 14:19:09 2022] [notice] Finish reading Apache configuration, server configured -- resuming normal operations
2022-04-09 14:19:09.275437 [NOTICE] [21453] Litespeed is ready to serve...
2022-04-09 14:19:09.275585 [NOTICE] [21453] [AutoRestarter] new child process with pid=21456 is forked!
2022-04-09 14:19:09.275703 [NOTICE] [21453] [AutoRestarter] new child process with pid=21457 is forked!
2022-04-09 14:19:09.275812 [NOTICE] [21456] [*:443] Activates #1->0 SO_REUSEPORT socket: 10
2022-04-09 14:19:09.275838 [NOTICE] [21456] [UDP *:443] Activates #1->0 SO_REUSEPORT socket: 12
2022-04-09 14:19:09.275874 [INFO] [21456] registered RT signal 38
2022-04-09 14:19:09.275886 [INFO] [21456] [UDP 0.0.0.0:443] initPacketsIn: allocated 100 packets
2022-04-09 14:19:09.275889 [NOTICE] [21457] [*:443] Activates #2->1 SO_REUSEPORT socket: 11
2022-04-09 14:19:09.275906 [NOTICE] [21456] [*:80] Activates #1->0 SO_REUSEPORT socket: 14
2022-04-09 14:19:09.275913 [NOTICE] [21457] [UDP *:443] Activates #2->1 SO_REUSEPORT socket: 13
2022-04-09 14:19:09.275928 [NOTICE] [21456] [[::]:443] Activates #1->0 SO_REUSEPORT socket: 16
2022-04-09 14:19:09.275932 [NOTICE] [21456] [UDP [::]:443] Activates #1->0 SO_REUSEPORT socket: 18
2022-04-09 14:19:09.275938 [INFO] [21456] [UDP [::]:443] initPacketsIn: allocated 100 packets
2022-04-09 14:19:09.275945 [INFO] [21457] registered RT signal 38
2022-04-09 14:19:09.275947 [NOTICE] [21456] [[::]:80] Activates #1->0 SO_REUSEPORT socket: 20
2022-04-09 14:19:09.275980 [INFO] [21457] [UDP 0.0.0.0:443] initPacketsIn: allocated 100 packets
2022-04-09 14:19:09.275999 [NOTICE] [21457] [*:80] Activates #2->1 SO_REUSEPORT socket: 15
2022-04-09 14:19:09.276018 [NOTICE] [21457] [[::]:443] Activates #2->1 SO_REUSEPORT socket: 17
2022-04-09 14:19:09.276023 [NOTICE] [21457] [UDP [::]:443] Activates #2->1 SO_REUSEPORT socket: 19
2022-04-09 14:19:09.276029 [INFO] [21457] [UDP [::]:443] initPacketsIn: allocated 100 packets
2022-04-09 14:19:09.276036 [NOTICE] [21457] [[::]:80] Activates #2->1 SO_REUSEPORT socket: 21
2022-04-09 14:19:09.276042 [INFO] [21457] [*:7080] Stop listener.
2022-04-09 14:19:09.300163 [NOTICE] [21101] Main process [21101] detects new litespeed process is ready, stop child process in 300 seconds.
2022-04-09 14:19:09.305846 [NOTICE] [21101] [AutoRestarter] cleanup children processes and unix sockets of process with pid=21104 !
2022-04-09 14:19:09.305866 [NOTICE] [21101] [AutoRestarter] child process with pid=21104 exited with status=0!
2022-04-09 14:19:09.276155 [NOTICE] [21457] [Child: 21457] Setup swapping space...
2022-04-09 14:19:09.276176 [NOTICE] [21457] Successfully change current user to nobody
2022-04-09 14:19:09.276180 [NOTICE] [21457] Core dump is enabled.
2022-04-09 14:19:09.276337 [INFO] [21457] [SSL_APK] created offloader with 2 workers.
2022-04-09 14:19:09.276340 [ALERT] [21457] LiteSpeed/5.4.12 Enterprise starts successfully!
2022-04-09 14:19:09.201717 [NOTICE] [21105] killed by SIGINT!
2022-04-09 14:19:09.201741 [NOTICE] [21105] Start shutting down gracefully ...
2022-04-09 14:19:09.201757 [NOTICE] [21105] Event-loop lingering start.
2022-04-09 14:19:09.302741 [NOTICE] [21105] New litespeed process is ready, stops listeners
2022-04-09 14:19:09.302749 [INFO] [21105] Stop all listeners.
2022-04-09 14:19:09.302752 [INFO] [21105] [*:443] Stop listener.
2022-04-09 14:19:09.302757 [INFO] [21105] [*:80] Stop listener.
2022-04-09 14:19:09.302759 [INFO] [21105] [[::]:443] Stop listener.
2022-04-09 14:19:09.302762 [INFO] [21105] [[::]:80] Stop listener.
2022-04-09 14:19:09.302764 [NOTICE] [21105] QuicEngine::startCoolDown(), active connections: 1
2022-04-09 14:19:09.276099 [NOTICE] [21456] [Child: 21456] Setup swapping space...
2022-04-09 14:19:09.276115 [NOTICE] [21456] Successfully change current user to nobody
2022-04-09 14:19:09.276119 [NOTICE] [21456] Core dump is enabled.
2022-04-09 14:19:09.276338 [INFO] [21456] [SSL_APK] created offloader with 2 workers.
2022-04-09 14:19:09.276350 [ALERT] [21456] LiteSpeed/5.4.12 Enterprise starts successfully!
2022-04-09 14:20:01.223766 [INFO] [21457] [127.0.0.1:57054#APVH_127.0.0.1:80_37183.7host.cloud] File not found [/var/www/html/whm-server-status] 
2022-04-09 14:20:02.643379 [NOTICE] [21101] [21101] Cmd from child: [extappkill:21171:-3:0]
2022-04-09 14:20:02.643483 [INFO] [21101] [CLEANUP] Send signal: 15 to process: 21171
2022-04-09 14:20:02.647663 [NOTICE] [21101] [AutoRestarter] cleanup children processes and unix sockets of process with pid=21105 !
2022-04-09 14:20:02.647675 [NOTICE] [21101] [AutoRestarter] child process with pid=21105 exited with status=0!
2022-04-09 14:20:02.647732 [NOTICE] [21101] Main server stopped!
vidarlo avatar
ar flag
What does your logs show?
Mohammad Masoudian avatar
cn flag
@vidarlo i updated my question
djdomi avatar
za flag
does this server runs somekind of administration panel? and it shows me somekind of web page in a language i dont understand
Mohammad Masoudian avatar
cn flag
@djdomi yes it runs CPanel, i expect to see `http://www.testingmcafeesites.com/` when i go to `https://bazaretala.com/wss3/`, but my site opens with 404 error
djdomi avatar
za flag
Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.