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.
Pages: [1]
1
Installation / Re: CWP Fresh install on Almalinux 9 Error root login
« on: December 09, 2024, 11:31:14 PM »We are working on resolving this issue, a quick fix is to go to this fileCode: [Select]nano /etc/login.defs
and comment out the following lineCode: [Select]SHA_CRYPT_MAX_ROUNDS 5000
toCode: [Select]#SHA_CRYPT_MAX_ROUNDS 5000
then change the root password using the passwd command
I can't wait to fix it, so i change to v8
In my AMZ server, my default value and still working normal
Code: [Select]
# Define the number of SHA rounds.
# With a lot of rounds, it is more difficult to brute-force the password.
# However, more CPU resources will be needed to authenticate users if
# this value is increased.
#
# If not specified, the libc will choose the default number of rounds (5000).
# The values must be within the 1000-999999999 range.
#
SHA_CRYPT_MAX_ROUNDS 100000
2
Installation / Re: CWP Fresh install on Almalinux 9 Error root login
« on: November 26, 2024, 11:24:21 AM »Do you have PermitRootLogin yes in /etc/ssh/sshd_config?
Yes, PermitRootLogin is enabled
I can login by ssh with password from an other server
CWP no provide any logs for that
3
Installation / CWP Fresh install on Almalinux 9 Error root login
« on: November 26, 2024, 05:03:45 AM »
I try install cwp on almalinux 9 but i got error root login
Try change pass root, test by ssh command but still error login
Last day, i tested on almalinux9 on AMZ server, all working, current server tested working too
So, what error? How to check logs for that
Try change pass root, test by ssh command but still error login
Last day, i tested on almalinux9 on AMZ server, all working, current server tested working too
So, what error? How to check logs for that
4
CentOS 7 Problems / Re: Polkit error - GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed
« on: May 06, 2023, 11:34:50 PM »
I got error
Any help for me?
I can't start apache
Code: [Select]
svxxx.xxx polkitd[9231]: Unregistered Authentication Agent for unix-process:9501:31436 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.
Any help for me?
I can't start apache
5
Updates / Re: Update obsolete phpMyAdmin v4.7.9 to latest phpMyAdmin v5.0.1 for CWP & CWP PRO!
« on: March 26, 2020, 06:22:13 AM »
Yes, we need upgrade phpMyadmin (need php 7.1.3+)
I tried it, but version of php using for cwpservice is PHP 7.0.32
So we need upgrade php of cwpservice to 7.1.3+
====== How to check web config =====
/usr/local/cwpsrv/conf/cwp_services.conf => get link php version
== Read line: fastcgi_pass unix:/usr/local/cwp/php71/var/sockets/cwpsvc.sock;
# /usr/local/cwp/php71/bin/php -v
PHP 7.0.32 (cli) (built: Oct 2 2018 06:39:45)
P/s:
I upgraded to 4.9.5 to protect my db ( but auto loged not working - no problerm)
This option is better than 9.7.xx
I tried it, but version of php using for cwpservice is PHP 7.0.32
So we need upgrade php of cwpservice to 7.1.3+
====== How to check web config =====
/usr/local/cwpsrv/conf/cwp_services.conf => get link php version
== Read line: fastcgi_pass unix:/usr/local/cwp/php71/var/sockets/cwpsvc.sock;
# /usr/local/cwp/php71/bin/php -v
PHP 7.0.32 (cli) (built: Oct 2 2018 06:39:45)
P/s:
I upgraded to 4.9.5 to protect my db ( but auto loged not working - no problerm)
This option is better than 9.7.xx
6
Installation / Re: Cannot start apache nginx both trying to use port 80
« on: August 05, 2019, 08:59:35 AM »
Same issue!
Many time server get issue and now i stoped using this cpanel
Many time server get issue and now i stoped using this cpanel
7
Nginx / Got application/octet-stream with http
« on: July 24, 2019, 10:52:18 AM »
To day i got error:
Nginx will return "application/octet-stream" file with http connection
I use apache + nginx with default web config
When i change to ony apache server, all working is normal
How to fix? what wrong in nginx config?
Nginx will return "application/octet-stream" file with http connection
I use apache + nginx with default web config
When i change to ony apache server, all working is normal
How to fix? what wrong in nginx config?
8
CentOS 7 Problems / Can not delete API key from admin_apis
« on: December 15, 2018, 11:33:23 AM »
Dear,
CWP v0.9.8.752 can't delete key, the ajax post method result not found
Regards
CWP v0.9.8.752 can't delete key, the ajax post method result not found
Regards
9
Installation / How to install mod_fcgid on CWP
« on: July 17, 2018, 06:49:58 AM »
Sorry my question, every body can help me
How to install mod_fcgid on CWP 7
I try some time but didn't work
Thanks
How to install mod_fcgid on CWP 7
I try some time but didn't work
Thanks
Pages: [1]