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

Pages: 1 ... 17 18 [19] 20 21 ... 114
271
Nginx / Re: Websocket ssl on nginx
« on: December 13, 2020, 06:12:16 AM »
templates are stored here
http://wiki.centos-webpanel.com/webservers-vhost-templates

check with your script provider for proper documentation config for nginx towards your script

272
Installation / Re: CentOS Stream Support
« on: December 13, 2020, 06:10:25 AM »
in short CWP will support centos 8 stream

you can choose our repo for stable operation with delayed updates (updates are provided by us when it is necessary in behalf of security and performance)
or  choose the default stream repos from centos

it's your choice and under both scenarios CWP will work.

273
CentOS-WebPanel Bugs / Re: IPv6 keeps dissapearing
« on: December 13, 2020, 06:07:36 AM »
well you need to create your own custom template and apply it to your user domains, in this way changes will be retained.
http://wiki.centos-webpanel.com/webservers-vhost-templates

274
Nginx / Re: Websocket ssl on nginx
« on: December 13, 2020, 06:02:42 AM »
socket.io and wss will work fine with nginx just you need to create complete vhost template by your own.

275
you need to login with password then phpmyadmin autologin will work.

276
Information / Re: Now that CentOS is on a dead end path...
« on: December 12, 2020, 02:01:19 PM »
Stream rolling release are targeted to the user who are in need to latest features including security and performance, there is no reason to fear as dependencies and other thing will be taken care by us.

Rolling release is the future.

277
you can create a ticket in our support system so we can check.

278
Updates / Re: Anacron job for updates fails to Update Server Packages
« on: December 11, 2020, 08:17:05 PM »
contact support for the checks.

279
Information / Re: Now that CentOS is on a dead end path...
« on: December 11, 2020, 08:16:12 PM »
well don't worry we'll support centos 8 stream

280
contact support for the checks.

281
CSF Firewall / Re: Firewall auto turn off after turn on
« on: December 03, 2020, 05:34:00 PM »
it can be memory issue ensure you've enough free memory

282
CentOS-WebPanel Bugs / Re: Access to root folders
« on: November 29, 2020, 01:49:02 PM »
this is not any serious type of security risk , it seems you can't edit other user files you need to configure openbasedir to prevent it to list view files/folders.
http://wiki.centos-webpanel.com/php-open_basedir

283
Information / Re: Manual to configure IPV6 in CWP.
« on: November 23, 2020, 02:30:31 PM »
please try to use English where it is possible.

284
CentOS-WebPanel Bugs / Re: CPU 100% clamd
« on: November 10, 2020, 09:37:12 AM »
Edit /usr/lib/systemd/system/clamd.service

Code: [Select]
[Unit]
Description = clamd scanner (%i) daemon
Documentation=man:clamd(8) man:clamd.conf(5) https://www.clamav.net/documents/
After = syslog.target nss-lookup.target network.target

[Service]
Type = simple
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/amavisd.conf --foreground=yes
# Reload the database
ExecReload = /bin/kill -USR2 $MAINPID
Restart = on-failure
TimeoutStartSec = 420
IOSchedulingPriority = 7
CPUSchedulingPolicy = 5
MemoryLimit = 768M
CPUQuota = 25%
Nice = 19

[Install]
WantedBy = multi-user.target

Code: [Select]
systemctl daemon-reload
systemctl restart clamd

I had the same problem, only this solution solved it for me. Now calmd runs with MAX 512M and taking 50% of 1 of 2 cores, so server is running smoothly. Thank you cynique!

swap/disk usage will be increased if you've it.

285
Apache / Re: Disable Apache service forever
« on: November 09, 2020, 08:07:54 PM »
when you choose nginx or litespeed as main server apache will be stopped or can be stopped forever.

Pages: 1 ... 17 18 [19] 20 21 ... 114