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

Pages: 1 2 [3]
31
Please generate a support ticket and make mention of this forum thread, I will gladly help you solve this problem

Can you kindly check my ticket #275781. Because I still don't get any fix from the support team or they don't publish any fix in their update channel. But my clients are start complain about where is the "File Manager" & it's really hard to working with FTP instead "File manager". Also "Softaculous" in same condition!

32
@josemnunez, already opened a support ticket & they confirm it's a bug & next update it will be solve. Thanks.

33
Hi, guys today I notice my shared hosting cwp pro server user end not showing "File Manager" option I mean no way to browse to file in user end. I checked the "Feature" option & try to enabled "File Manager" but it's keep unchecked after saving the feature, even I already checked. Few others option stay unchecked even after check them but they are showing user panel, so they actually not creating problem. But when File Manager option not showing at user end then it's a big issue.

Another issue i found that now there have no way to show "Softaculous" at user panel from feature manager. User panel "Script Installers" is blank now & from backend there have no option to check "Softaculous" to show at user panel although I already have "Softaculous" installed & perfectly configured before.  If it's a bug then developer kindly fix it asap or if it's only happen for me then anyone know the solution? Thanks.

34
Information / Re: Any way to enable NodeJS manager on the user panel?
« on: November 18, 2021, 09:44:19 PM »
now exist.

but I don't understand what port is... can I leave as it?

Just install your required NodeJS version from "NodeJS Manger" open the default port in your CSF, need to add like this 50000:60000 & finally enable "NodeJS Apps" under "User Accounts---->Feature" that's all.

35
Information / Re: Cgroups (Disk I/O) still not working
« on: November 18, 2021, 09:22:28 PM »
Dear @techtroves, I also face this issue for last few month as well. But today able to enable CPU,Memory & Disk I/O limit. So, CWP team may be fixed the issue with the latest version. My current version is 0.9.8.1101

36
New Modules / Re: Limit server resources (cgroups)
« on: October 10, 2021, 03:54:34 PM »
Hi, I am using dedicated server still it's not working if i don't disable I/O limit. Is there have any solutions for it?

37
SSL / Re: Let's Encrypt DST Root CA X3 expiry Sept 30th 2021
« on: October 03, 2021, 06:19:44 PM »
@sutdiohost, thank you so much.

38
Thank you so much. I was faces same issue after this changes from Let's encrypt.

39
PHP Selector / Re: PHP-FPM Not Working (503 Service Unavailable)
« on: February 24, 2021, 07:41:43 AM »
Go to cwp dashboard, then click Webserver Settings->WebServers Conf Editor, Select PHP-FPM menu then click on "/opt/alt/php-fpmxx/usr/etc/php-fpm.d/users/"

Now, click on "Add New Conf File" here you will create filename of your user name account, eg username.conf.

Then try using these code into the file:

[account_username]
listen = /opt/alt/php-fpm74/usr/var/sockets/account_username.sock
listen.allowed_clients = 127.0.0.1

;listen.owner = "account_username"
listen.group = "nobody"
listen.mode = 0660
user = "account_username"
group = "account_username"

;request_slowlog_timeout = 15s
;slowlog = /opt/alt/php-fpm74/usr/var/log/php-fpm-slowlog-account_username.log

pm = ondemand
pm.max_children = 4
pm.max_requests = 4000
pm.process_idle_timeout = 15s

;listen.backlog = -1
;request_terminate_timeout = 0s
rlimit_files = 131072
rlimit_core = unlimited
catch_workers_output = yes

env[HOSTNAME] = $HOSTNAME
env[TMP] = /home/account_username/tmp
env[TMPDIR] = /home/account_username/tmp
env[TEMP] = /home/account_username/tmp
env[PATH] = /usr/local/bin:/usr/bin:/bin

Change red word and php-fpm version with yours, after finish restart phpfpm : service php-fpm74 restart

You safe my life, thank you so much.

Pages: 1 2 [3]