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.
167
Information / Re: Multiple Server Setup
« on: March 27, 2021, 06:07:15 AM »
panel is nothing to do with it its all about your manual configs.
168
CentOS Configuration / Re: How to limit Visits per month
« on: March 27, 2021, 06:05:36 AM »
currently bandwidth quota is not active in CWP but in future.
169
Backup / Re: Backup files crated but empty in my NAS
« on: March 27, 2021, 06:04:24 AM »
can you try again as devs fixed some issues.
170
CSF Firewall / Re: Firewall
« on: March 19, 2021, 02:18:33 PM »
yes we recommend always to change ssh port
171
Installation / Re: Changelog
« on: March 19, 2021, 02:10:22 PM »I heard the changelog will have the log soon. Waiting for thathe hehe users are desperate to see change logs
172
Information / Re: Centos 8 not being updated any more and Centos 7 coming to end of life.
« on: March 18, 2021, 11:47:51 PM »
centos 8 stream is supported, you can use it with CWP
173
CSF Firewall / Re: Firewall
« on: March 18, 2021, 10:32:55 PM »
its bruteforce attack by the kid hackers but beware they can be successful if your password is small and dictionary based
174
CentOS 7 Problems / Re: Daily Spamassassin update reports error
« on: March 18, 2021, 10:29:29 PM »Spamassassin in CWP is v3.4.0?
According to this:
https://spamassassin.apache.org/news.html
3.4.0 was released on 2014!!!
Why CWP don't update this things? I mean, 7 years has passed....
And I can see that Postfix is old, too.
Uh....
well read this
https://access.redhat.com/security/updates/backporting
175
DNS / Re: rDNS/PTR Failed for hostname
« on: March 14, 2021, 02:10:04 PM »
it is recommended to user same server hostname and rdns.
176
Varnish / Re: Error 503 service unavailable while ram is free
« on: March 12, 2021, 04:40:27 AM »
it can be open file limit is set to low value for an account.
by default varnish uses malloc which is ram cache engine.
by default varnish uses malloc which is ram cache engine.
177
PHP Selector / Re: How to Install and enable the imap extension on PHP-FPM?
« on: March 12, 2021, 04:38:01 AM »
you have options available in php modules check there and select imap.
178
PHP Selector / Re: Err_too_many_redirects on WordPress /wp-admin/
« on: March 08, 2021, 03:31:16 PM »
try this htaccess rule:
remove any https redirect before adding,
Code: [Select]
SetEnvIf X-Forwarded-Proto "https" HTTPS=on
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC]
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
remove any https redirect before adding,
179
DNS / Re: Slave Manager License Expired
« on: March 07, 2021, 07:42:01 PM »
Devs updated it, thanks for reporting
180
CentOS 7 Problems / Re: PHP Defender/snuffleupagus fecks up PHP
« on: March 05, 2021, 10:47:03 AM »
Devs are working on it