Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - digitalmango

Pages: [1]
1
Hi,
I'm suddenly seeing a process 'gir1.2-vte+' using cpu 100% and and ram 94%. I'm using Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz processor and 8gb ram. usually my system doesn't use much resource max ram used 40% cpu almost always on idle. I'm listing top 5 processes below. I'm scared my system is hacked/compromised. Please give me some suggestion.


401 root      20   0 1742800   1.3g   1760 S 375.0 17.2  29:25.30 gir1.2-vte+
 3159 root      20   0   58280   2072   1472 R   6.2  0.0   0:00.01 top
    1 root      20   0  191156   2992   1540 S   0.0  0.0   0:27.03 systemd
    2 root      20   0       0      0      0 S   0.0  0.0   0:00.03 kthreadd
    4 root       0 -20       0      0      0 S   0.0  0.0   0:00.00 kworker/0:+

2
CentOS-WebPanel Bugs / Error Too Many Redirects - Varnish Cache Issue
« on: March 17, 2021, 04:18:07 AM »
Hi,
It's been a few months I've got CWP  Pro and I've selected Apache, Nginx with Varnish Cache server for faster websites. Since then I'm facing this new issue "Error Too Many Redirects". After lot of testing I found if I restart the varnish cache server it solves the problem temporarily. After few hours same problem occurs. Please help me with some suggestion what I can do.

Thank you in advance.

3
CentOS-WebPanel Bugs / Re: Filemanager Cannot upload large files to server
« on: February 15, 2021, 12:11:56 PM »
Thank you it worked like a charm. Life is so much easier now :)

client_max_body_size 512M was the main issue in my case

edit
/usr/local/cwp/php71/php.ini

post_max_size = 512M
upload_max_filesize = 512M
memory_limit = 256M


edit
/usr/local/cwpsrv/conf/cwpsrv.conf

 :-\


service cwp-phpfpm restart

service cwpsrv restart

Pages: [1]