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

Pages: [1]
1
FTP / Re: How i solved the 530 Login authentication failed
« on: September 30, 2022, 08:28:37 AM »
And something to add.... in RockyLinux for some reason FTP Accounts cannot work. I keep receiving 530 error no matter what. I gave up trying to figure it out..... :(

2
FTP / How i solved the 530 Login authentication failed
« on: September 29, 2022, 10:28:17 PM »
Although i feel pretty dumb that i had to waste so much time to realise this.
I hope it will be of help to someone else :).

I noticed that there two details to keep in mind.

1. Password must contain everything, chars (capital and not) , numbers , symbols and most important maximum 12 chars length
2. When you insert the username to the ftp client (e.g. filezilla) you have to add the @domain.com .
For example
Quote
Host : mydomain.com   /   Username: ftpusername@mydomain.com    / Password: mypassword

Edit: i also did this
Code: [Select]
http://wiki.centos-webpanel.com/pure-ftpd-setup-passive-ftp-portsThat's all for now :)

3
Suggestions / Re: Providing ImunifyAV Free and or Imunify360
« on: September 18, 2022, 09:42:16 PM »
Imunify can now be installed as stand alone. I haven't tried it yet but looks good so far.
Some details i found on their site
Code: [Select]
https://blog.imunify360.com/how-to-run-imunifyav-in-stand-alone-mode-on-a-linux-server
Code: [Select]
https://blog.imunify360.com/imunify360-4.8-released
I will give it a shot soon

4
LiteSpeed / Re: OpenLiteSpeed
« on: September 12, 2022, 04:32:20 PM »
so far i prefer cwp from every other hosting panel. But it is really a shame that does not support openlitespeed.

5
LiteSpeed / Re: OpenLiteSpeed
« on: September 02, 2022, 07:40:11 PM »
It's almost 2023 :). Is there any chance to see in the future open lightspeed?
I really prefer CWP over cyberpanel :|

6
How to / Re: Cronjob for WPallimport
« on: August 15, 2022, 07:52:31 PM »
So,
curl seems to work when executed from root panel but not when triggered from user panel.
And on error logs nothing pops up just to give me a hint on why this is happening.
On cron logs the commands are shown as expected and nothing more.....

7
How to / Re: Cronjob for WPallimport
« on: August 09, 2022, 11:15:42 AM »
I tried from console and so far the only thing that worked is
Code: [Select]
/usr/local/bin/php-cgi /home/USERNAME/public_html/wp-load.php import_key=MYKEY import_id=1 action=trigger
Code: [Select]
/usr/local/bin/php-cgi /home/USERNAME/public_html/wp-load.php import_key=MYKEY import_id=1 action=processing
Even though that i tried to copy those inputs in Crontab as

Code: [Select]
/usr/local/bin/php-cgi /home/USERNAME/public_html/wp-load.php?import_key=MYKEY&import_id=1&action=trigger
Code: [Select]
/usr/local/bin/php-cgi /home/USERNAME/public_html/wp-load.php?import_key=MYKEY&import_id=1&action=processingThey did not worked that way.

To be honest i would really prefer to use cURL but when i insert the path for curl interpreter i get the error
Code: [Select]
usr/local/curls/bin/curl: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory.

And from the logs the only thing that i noticed except the cron commands was this lines

Code: [Select]
Aug  9 10:35:01 srv CROND[1140995]: (root) CMD (/usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1)
Code: [Select]
Aug  9 10:35:01 srv CROND[1140994]: (root) CMD (/usr/local/cwp/php/bin/php -d disable_functions="" /usr/local/softaculous/do_backups.php >> /dev/null 2>&1)
they both appear right after every action=processing .

8
How to / Cronjob for WPallimport
« on: August 09, 2022, 07:30:11 AM »
Hi everyone, i try to create a cron job for wpallimport with no luck.
What i have tried so far,

Code: [Select]
/usr/local/bin/php /home/usernaname/public_html//wp-load.php?import_key=MYKEY&import_id=1&action=trigger
Code: [Select]
curl "https://MYWEBSITE.com/wp-load.php?import_key=MYKEY&import_id=1&action=trigger"
Code: [Select]
wget -q -O - "https://MYWEBSITE.com/wp-load.php?import_key=MYKEY&import_id=1&action=trigger"
But none of those worked (same methods had been applied for action=processing). Am i missing something, because all this have worked with cPanel, plesk.

9
Information / Re: Future of CWP?
« on: July 12, 2022, 07:42:51 AM »
4 Days later on rockylinux and cwp pro everything seems stable despite still being a newbie  :D

10
Information / Re: Future of CWP?
« on: July 08, 2022, 09:42:21 AM »
Thank you so much everyone for the info. I will give it a shot with Almalinux and fingers crossed everything will work out  ;D

11
Information / Future of CWP?
« on: July 07, 2022, 07:38:41 AM »
Hi everyone,
I am totally new to server administration and i was wondering what is going to be the future of CWP since CentOS 8 is EOL and with CentOS 7 reaching its end in 2024. I find CWP really handy and easy to use and work with, for this i want to invest my time and money on getting familiar with it in order to setup my VPS to host websites. But, if they are going to stop developing in 1.5 year then i find no reason to start with CPW in the first place. So, i was wondering if any of the veteran here has anything to suggest me on what to do with CWP i would be gratefull  :D.

Pages: [1]