imunify360_country_blacklist all -- anywhere anywhere NFLOG all -- anywhere anywhere match-set i360.ipv4.whitelist.static src nflog-prefix im360-whitelist nflog-group 36005 RETURN all -- anywhere anywhere match-set i360.ipv4.whitelist.static src imunify360_log_bl all -- anywhere anywhere match-set i360.ipv4.drop.sync src RETURN all -- anywhere anywhere match-set i360.ipv4.ignorelist src ACCEPT tcp -- anywhere anywhere match-set i360.ipv4.graysplashlist src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 ACCEPT tcp -- anywhere anywhere match-set i360.ipv4.graylist src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 imunify360_log_gl all -- anywhere anywhere match-set i360.ipv4.graylist src ACCEPT tcp -- anywhere anywhere match-set i360.ipv4.splashscreen.sync src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 ACCEPT tcp -- anywhere anywhere match-set i360.ipv4.captcha.sync src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 imunify360_log_gl all -- anywhere anywhere match-set i360.ipv4.captcha.sync src Chain imunify360_country_whitelist (1 references) target prot opt source destination Chain imunify360_country_blacklist (1 references) target prot opt source destination Chain INPUT_imunify360_bp (1 references) target prot opt source destination imunify360_log_port_block tcp -- anywhere anywhere ! match-set i360.ipv4.ignored-by-all-11211 src tcp dpt:memcache imunify360_log_port_block udp -- anywhere anywhere ! match-set i360.ipv4.ignored-by-all-11211 src udp dpt:memcache Chain imunify360_log_bl (3 references) target prot opt source destination NFLOG all -- anywhere anywhere nflog-prefix im360-blacklist nflog-group 36005 DROP all -- anywhere anywhere Chain imunify360_log_gl (2 references) target prot opt source destination NFLOG all -- anywhere anywhere nflog-prefix im360-graylist nflog-group 36005 DROP all -- anywhere anywhere Chain imunify360_log_bl_country (0 references) target prot opt source destination NFLOG all -- anywhere anywhere nflog-prefix im360-blacklisted-country nflog-group 36005 DROP all -- anywhere anywhere Chain imunify360_webshield_ports (1 references) target prot opt source destination RETURN tcp -- anywhere anywhere match-set i360.ipv4.remote_proxy src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 RETURN tcp -- anywhere anywhere match-set i360.ipv4.remote_proxy_static src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 RETURN tcp -- anywhere anywhere match-set i360.ipv4.graysplashlist src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 RETURN tcp -- anywhere anywhere match-set i360.ipv4.graylist src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 RETURN tcp -- anywhere anywhere match-set i360.ipv4.splashscreen.sync src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 RETURN tcp -- anywhere anywhere match-set i360.ipv4.captcha.sync src multiport dports 52223,52224,52227,52228,52229,52230,52231,52232 ACCEPT all -- localhost anywhere imunify360_log_port_block all -- anywhere anywhere Chain imunify360_log_port_block (3 references) target prot opt source destination NFLOG all -- anywhere anywhere nflog-prefix im360-blocked-by-port nflog-group 36005 REJECT all -- anywhere anywhere reject-with icmp-port-unreachable Chain OUTPUT_imunify360 (1 references) target prot opt source destination RETURN all -- anywhere anywhere match-set i360.ipv4.whitelist.full_access dst Chain OUTPUT_imunify360_bp (0 references) target prot opt source destination [gigantomoda@node6878 public_html]$ ^C [gigantomoda@node6878 public_html]$ clear [gigantomoda@node6878 public_html]$ sudo netstat -tulnp | grep :80 tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN 706961/python3 tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 713671/httpd [gigantomoda@node6878 public_html]$ ^C [gigantomoda@node6878 public_html]$ sudo lsof -i :80 [gigantomoda@node6878 public_html]$ ^C [gigantomoda@node6878 public_html]$ sudo systemctl stop gunicorn [gigantomoda@node6878 public_html]$ cd /public_html/facebook-videa/streaming_videii -bash: cd: /public_html/facebook-videa/streaming_videii: No such file or directory [gigantomoda@node6878 public_html]$ cd /home/gigantomoda/public_html/facebook-videa/streaming_videii [gigantomoda@node6878 streaming_videii]$ source myenv/bin/activate (myenv) [gigantomoda@node6878 streaming_videii]$ sudo systemctl stop gunicorn [sudo] password for gigantomoda: Sorry, try again. [sudo] password for gigantomoda: Sorry, try again. [sudo] password for gigantomoda: (myenv) [gigantomoda@node6878 streaming_videii]$ sudo killall gunicorn gunicorn: no process found (myenv) [gigantomoda@node6878 streaming_videii]$ sudo nano /etc/systemd/system/gunicorn.service (myenv) [gigantomoda@node6878 streaming_videii]$ sudo rm /etc/systemd/system/gunicorn.service (myenv) [gigantomoda@node6878 streaming_videii]$ ^C (myenv) [gigantomoda@node6878 streaming_videii]$ sudo systemctl daemon-reload (myenv) [gigantomoda@node6878 streaming_videii]$ sudo systemctl status gunicorn Unit gunicorn.service could not be found. (myenv) [gigantomoda@node6878 streaming_videii]$ sudo netstat -tulnp | grep :80 tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 713671/httpd (myenv) [gigantomoda@node6878 streaming_videii]$ sudo netstat -tulnp | grep :80 tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 713671/httpd (myenv) [gigantomoda@node6878 streaming_videii]$ sudo systemctl restart httpd (myenv) [gigantomoda@node6878 streaming_videii]$ ^C (myenv) [gigantomoda@node6878 streaming_videii]$ ^C (myenv) [gigantomoda@node6878 streaming_videii]$ sudo systemctl restart nginx Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details. (myenv) [gigantomoda@node6878 streaming_videii]$ ^C (myenv) [gigantomoda@node6878 streaming_videii]$ sudo systemctl status nginx ● nginx.service - nginx - high performance web server Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Tue 2024-10-08 00:33:52 CEST; 17s ago Docs: http://nginx.org/en/docs/ Process: 719637 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE) Main PID: 573017 (code=exited, status=0/SUCCESS) Oct 08 00:33:50 node6878.myfcloud.com systemd[1]: Starting nginx - high performance web server... Oct 08 00:33:50 node6878.myfcloud.com nginx[719637]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) Oct 08 00:33:50 node6878.myfcloud.com nginx[719637]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) Oct 08 00:33:51 node6878.myfcloud.com nginx[719637]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) Oct 08 00:33:51 node6878.myfcloud.com nginx[719637]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) Oct 08 00:33:52 node6878.myfcloud.com nginx[719637]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) Oct 08 00:33:52 node6878.myfcloud.com nginx[719637]: nginx: [emerg] still could not bind() Oct 08 00:33:52 node6878.myfcloud.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 08 00:33:52 node6878.myfcloud.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 08 00:33:52 node6878.myfcloud.com systemd[1]: Failed to start nginx - high performance web server. (myenv) [gigantomoda@node6878 streaming_videii]$ sudo systemctl status httpd ● httpd.service - Apache web server managed by cPanel EasyApache Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled) Active: active (running) since Tue 2024-10-08 00:32:28 CEST; 1min 49s ago Process: 719082 ExecStop=/usr/local/cpanel/scripts/restartsrv_httpd stop --no-verbose (code=exited, status=0/SUCCESS) Process: 719087 ExecStart=/usr/local/cpanel/scripts/restartsrv_httpd --no-verbose (code=exited, status=0/SUCCESS) Main PID: 719110 (httpd) Tasks: 266 (limit: 102196) Memory: 182.7M CGroup: /system.slice/httpd.service ├─719110 /usr/sbin/httpd -k start ├─719112 /usr/local/cpanel/bin/splitlogs --dir=/etc/apache2/logs/domlogs --main=node6878.myfcloud.com --suffix=-bytes_log --sslport=8443 ├─719113 /usr/local/cpanel/bin/splitlogs --dir=/etc/apache2/logs/domlogs --main=node6878.myfcloud.com --mainout=/etc/apache2/logs/access_log --sslport=8443 ├─719114 /usr/sbin/httpd -k start ├─719115 /usr/sbin/httpd -k start ├─719116 /usr/local/cpanel/3rdparty/bin/perl /usr/local/cpanel/bin/leechprotect ├─719117 /usr/sbin/httpd -k start ├─719155 /usr/sbin/httpd -k start ├─719223 /usr/sbin/httpd -k start ├─719247 /usr/sbin/httpd -k start └─719313 /usr/sbin/httpd -k start Oct 08 00:32:27 node6878.myfcloud.com systemd[1]: Starting Apache web server managed by cPanel EasyApache... Oct 08 00:32:28 node6878.myfcloud.com systemd[1]: httpd.service: Can't open PID file /run/apache2/httpd.pid (yet?) after start: No such file or directory Oct 08 00:32:28 node6878.myfcloud.com systemd[1]: Started Apache web server managed by cPanel EasyApache. (myenv) [gigantomoda@node6878 streaming_videii]$ ^C (myenv) [gigantomoda@node6878 streaming_videii]$