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 - liptan

Pages: [1]
1
E-Mail / Port 25 is Blcoked on GCE
« on: October 06, 2018, 10:48:21 PM »
HI Guys,

Port 25 is blocked by Google Cloud. How to send and receive emails in this situation. What I want is that port 25 is blocked in CWP also and all email communication is to be done through port 465. Is it possible? I don't want to use any third party tool or relay host.

Thanks,

2
Apache / Mod_Limits.c is working but service does not resume
« on: January 27, 2018, 09:27:24 AM »
Hi,

I am running CWP on 1 GB server on AWS with few files. If any of the website in the server receives 250+ users per minutes, than the RAM is full and server crashes. I found the solution here,

http://wiki.centos-webpanel.com/how-to-install-mod_limits

I installed it and it does work. Got 503, service not available in tests. But when the users are normal again, as I stop the test. I still get 503 error. Apache does not resume services for any of the VHost.

I am using

<IfModule mod_limits.c>
    LimitMaxConnsPerVhost 20
    LimitMaxConnsPerUid 20
    LimitMaxConnsPerIP 30
    LimitMaxLoadAVG 10
    CheckLoadInterval 5
</IfModule>

Any help will be appreciated.

Pages: [1]