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

Pages: [1]
1
CSF Firewall / Firewall does not get enabled in CentOS8 install of CWP
« on: August 27, 2021, 01:48:11 AM »
I have installed CWP on CentOS8. The firewall is not getting enabled.
When i run the commands to enable from the terminal, i get below errors.
 
Code: [Select]
[root@server ~]# csf -x; csf -e
*Error* The path to iptables is either not set or incorrect for IPTABLES [/sbin/iptables] in /etc/csf/csf.conf at /usr/local/csf/lib/ConfigServer/URLGet.pm line 26.
Compilation failed in require at /sbin/csf line 21.
BEGIN failed--compilation aborted at /sbin/csf line 21.
*Error* The path to iptables is either not set or incorrect for IPTABLES [/sbin/iptables] in /etc/csf/csf.conf at /usr/local/csf/lib/ConfigServer/URLGet.pm line 26.
Compilation failed in require at /sbin/csf line 21.
BEGIN failed--compilation aborted at /sbin/csf line 21.
Any idea on how to fix them?
Cheers
Ravi Kumar

2
CentOS 7 Problems / Re: SSH access for a non-root user
« on: May 01, 2021, 09:18:05 AM »
Thank you stevland for your reply.
I just want to make your answer more clear.
1. Create the .ssh directory in the /home/username first
2. Then create a key pair while logged in as root user using the command
Code: [Select]
ssh-keygen -t rsa -f /home/username/.ssh/<key_name>This will result in two files in the /home/username/.ssh directory namely <key_name> and <key_name>.pub
Then add the contents of the key_name.pub file to the authorized_keys file using the command
Code: [Select]
cat  /home/username/.ssh/<key_name>.pub> /home/username/.ssh/authorized_keysThen you can use the username and the <key_name> file to login via ssh without any issues

This particularly applies to the cloud servers where the ssh access is allowed ony using the key files.

3
PHP / opcache installation
« on: April 09, 2021, 10:17:30 AM »
Hello,
Can any one tell me how install and enable opcache for php7.4 in CWP?
I could not even find the directory of php 7.4. The only directory that exists is the /usr/local/cwp/php71 inside which the php7.4 executable resides!
Thanks and Regards
Ravi Kumar

4
CWP support confirmed that the update has broken the filemanager.
Have to wait for another update to fix this.

5
E-Mail / able to receive email but cannot send
« on: April 03, 2020, 12:00:27 PM »
Hello
i created a user account for a domain and then created an email account under that domain.
I am able to receive emails to this acccount but not able to send from it.
I get this error message when i try to send.
SMTP Error (550): Failed to add receipient "someuser@domain.com". Recipient address rejected: User unknown in virtual mailbox table.
What could be the issue

6
Updates / latest update breaks many things
« on: February 20, 2020, 10:02:09 AM »
Hello
i updated the cwp to the latest version 0.9.8.941.
After this update once we login and click on any service, it takes back to login page. This behavior is on both the root panel and user panel as well.

So is there any fix for this?

Also i use nginx and php-fpm but the user panel shows that iam using apache as the webserver!


Pages: [1]