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] 2 3 ... 57
1
No, just some Vietnamese site I came across once upon a time. It's in my notes for setting up a CWP server from scratch, so I point people to it as a suggestion for hardening a CWP install.

2
CWP API / Re: Delete cronjob users via API
« on: Today at 06:23:05 PM »
I'm curious why you would delete user accounts via a cronjob? It's such a rare event on my servers that I would never automate it -- better to have the surety of manually deleting & confirming. In fact, I have ample server resources so I usually just suspend the account for at least a couple of months before coming later and cleaning up the user account. (Just in case the user returns or needs something off the account.)

3
Mod_Security / Re: test mod security..???
« on: Today at 06:20:13 PM »
The mod_security test is simply a SQL query appended to your server URL, mimicking someone poking at your server with SQL injection attempts. It is blocking it, so it is working as designed & intended. Looks good!

4
CSF Firewall / Re: CWP add temporary allow ip on login control panel
« on: March 27, 2024, 06:19:59 PM »
Also consider changing your admin port from 2031 and/or 2087, which are commonly scanned by script kiddies. (And of course, you would NEVER use 2030 -- the port without SSL.)
https://azdigi.com/blog/en/webserver-panel-en/centos-web-panel-en/how-to-change-the-port-on-centos-web-panel-cwp/

5
Mod_Security / Re: test mod security..???
« on: March 27, 2024, 06:16:51 PM »
Why does your URL show an appended SQL query?

6
PHP / Re: 503 Service unavailable
« on: March 26, 2024, 08:52:18 PM »
Did you check (and increase) max execution time, memory limit, etc. in your php.ini?

7
CentOS 8 Problems / Re: PHP Switcher ERROR
« on: March 26, 2024, 04:52:39 PM »
Most AI bots can only churn out word salad. I say the emporer has no clothes -- pass the dressing!

8
Firewall ports open for your FTP server? Active or PASV FTP connection?

9
CentOS Configuration / Re: How to install CWP on another hard disk
« on: March 26, 2024, 02:48:20 AM »
There are many guides out there. It is just general Linux skills, not specific to CWP:
https://www.howtogeek.com/442101/how-to-move-your-linux-home-directory-to-another-hard-drive/

10
I use Acronis Cyber Protect Connect for remote admin of desktops & servers (ARD, RDC, VNC), so I can speak well of its infrastructure on that front -- it handily beats out LogMeIn, GoToMyPC, AnyDesk. I imagine their Cloud Backup product to be equally good, albeit pricey. I think you'd be better off $$/$$$ per month rolling your own DR (disaster recovery) server -- either on a SOHO fiber connection (I have 100Mbit symmetric) or at a data center. It all depends on your needs and available budget. But at least have SOMETHING off site to receive your backups even if it isn't viable to run a server from it, you can push the backup to an alternate remote server or whatever scenario fits your use case.

11
More specifics -- what are you looking to do? Selectively migrate accounts?

12
MySQL / Re: MySQL - BAD CONFIGURATION DETECTED
« on: March 24, 2024, 04:19:32 AM »
have you tuned your MySQL configuration or are you running defaults? Posting your / etc / my.cnf and version information would be helpful...

13
You should be at MariaDB 10.4 as a bare minimum. 10.6 would be better, 10.11 (LTS) would be ideal.
What is spiking your CPU? Are you watching processes with htop?

14
CentOS-WebPanel Bugs / Re: Main PHP Selector isn't work in 0.9.8.1177
« on: March 24, 2024, 04:14:35 AM »
The php.ini files are always reset to defaults with each php version (re)build -- unless you have them set as immutable (which I do). With each build, you will lose your date/timezone settings, max execution time, max upload, disable functions, etc. customizations.

15
Is your DNS set up correctly? Can we get a sample domain to test against to see how external DNS looks from here?

Pages: [1] 2 3 ... 57