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

Pages: 1 ... 57 58 [59] 60 61 ... 71
871
Installation / Re: Internal server error 500 - no solution
« on: March 04, 2023, 04:15:26 PM »
Check the site's error log. Post it here if you don't know how to resolve the problem based on the error information.

872
How to / Re: Where is CWP login page html
« on: March 04, 2023, 04:13:35 PM »
Code: [Select]
/usr/local/cwpsrv/htdocs/admin/design/css

873
Information / Re: Future of CWP?
« on: March 04, 2023, 04:09:28 PM »
Rocky appears to be a rocky road indeed... I will be going with AlmaLinux. (Yet with my usage I actually could make do with the free licenses RedHat provides for RHEL. But now I refuse to use any of their OS products given that they have pulled the rug out from under us with CentOS. Burn me once...)

I'm not sure why the CWP devs are so concerned about IonCube encrypting their code. At its price point, it's more trouble to try to run a hacked copy than simply pay for it. Run some libs or code in the cloud (Azure) for CWP Pro. Just get us on a maintainable & secure track  with the PHP 8.x branch!

874
CSF Firewall / Re: DDoS Protection script
« on: March 04, 2023, 07:35:57 AM »
You do understand that DDoS Deflate on CWP is out-of-date (note this thread is from 2014)? Sandeep characterized it as "useless" at this point. Better to go with the Cloudflare advice primarily and also do the basic CSF tuning mentioned in this thread.

875
PHP Selector / Re: PHPFPM 8.1.15 not getting build and activated
« on: March 04, 2023, 07:27:10 AM »
Probably something in CentOS 8; I'm running 3 x CentOS 7.9.2009 servers, CWP Pro with PHP 8.1 compiled just fine.

876
PHP Selector / Re: php_switch_v2 not working
« on: March 04, 2023, 07:20:14 AM »
I'll go ahead and address the elephant in the room: we often get these kinds of panicked "Help!" posts on the forum, but without much detail or logging or even a more comprehensive background and detailed configuration -- it makes these kinds of posts rather difficult to resolve. My eyes usually glaze over and I just skip past these posts. [/elephant]

877
Studies show that this strategy is counter-productive. Enforced frequent password changes often have a negative effect, with users choosing less secure credentials, making a slight permutation change on their existing passphrase.
https://www.makeuseof.com/tag/frequent-password-changes/#:~:text=The%20Bottom%20Line%201%20User-initiated%20frequent%20password%20changes,negative%20effect,%20with%20users%20choosing%20less%20secure%20credentials.

878
And be careful if you have CSF blocking countries; you many inadvertently block essential services (the IP you listed shows as being geolocated in France).
Code: [Select]
CC_DENY = "CN"

879
E-Mail / Re: No send and Receibe Emails...
« on: March 04, 2023, 07:04:31 AM »
You've rebuilt the mail server? Is DNS set up and tested as working? rDNS in place? MX records? SPF TXT records?

880
PHP / Re: When PHP 8.2 will be available?
« on: March 04, 2023, 07:01:46 AM »
I guess the better question is, when will CWP run on PHP 8.1 instead of the obsolete, EOL PHP 7.1/7.2?

881
Information / Re: Cluster CWP (Multi-Server Manager) Availability
« on: March 04, 2023, 06:59:19 AM »
Are there any details of this feature documented anywhere? At this point I've adapted to managing my servers with tab groups in a Chromium-based browser and Royal TSX has one-stop management features that get the job done. Cockpit also promises to roll up multi-server management in one location. So I don't necessarily need it, but you have piqued my curiosity...

882
Installation / Re: wordpress
« on: March 04, 2023, 06:47:14 AM »
Did you check the access and error logs?
Did you fix permissions on the user account?

883
Information / Re: Change IP Public but at CWP Client list not changing
« on: March 04, 2023, 06:45:54 AM »
In phpMyAdmin, edit the root_cwp database. Edit the user table, ip_address column. I've seen this on VMs that I have moved from one physical IP address to another. I don't know that it's more than a cosmetic issue, as it doesn't seem to affect the vhosts (of course, change those IP references, too):

Code: [Select]
perl -pi -e 's/OLDIPADDRESS/NEWIPADDRESS/g' /usr/local/apache/conf.d/vhosts/*.conf

884
CentOS-WebPanel GUI / Re: Monthly website statistics not working
« on: March 03, 2023, 06:41:03 AM »
Confirmed; please fix!

885
Duplicate posted in case it helps someone in the future:
For CWP->CWP Migration, you have to stand on your head, pat your belly, and rub your feet at the same time in order to make this work. Actually, I just had the opportunity to do a CWP -> CWP migration, so here was my solution to the failed connection errors:
Disable the firewall (CSF & LDF) on both servers.
On both servers, reset the r00t password to be 8 characters or fewer.
In
Code: [Select]
/etc/ssh/sshd_config set:
Code: [Select]
PermitRootLogin yes
StrictModes no
Restart sshd:
Code: [Select]
service sshd restartOn the source server, set up the API key (CWP Settings > API Manager) for CWP Migration using the default CWP template.
On the receiving server, use the interface in User Accounts > CWP->CWP Migration.
After successfully migrating the accounts, revert all changes to your SSH configuration, restart the ssh daemon, reset the r00t passphrases to strong ones, and re-enable the firewalls.

Pages: 1 ... 57 58 [59] 60 61 ... 71