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 ... 28 29 [30] 31 32 ... 60
436
SSL / Re: Subdomain has been deleted but SSL keep trying to renew
« on: June 22, 2023, 03:08:05 AM »
Is the subdomain still listed as an orphan under Webserver Settings > SSL Certificates? If so, delete it. Otherwise, you may need to manually delete the LetsEncrypt/AutoSSL config file.

437
CentOS-WebPanel Bugs / Re: Emails screen not loading
« on: June 22, 2023, 03:04:23 AM »
Yes, the devs need to better sanitize the input of the forwarders creation form so you can't create something with illegal characters or that don't parse & display correctly. Please file a bug report so it can get addressed in a future release.

438
CentOS-WebPanel GUI / Re: Dark Mode For Admin
« on: June 19, 2023, 01:46:31 PM »
There is a script to make the CSS for the admin panel dark:
https://forum.centos-webpanel.com/index.php?topic=3921.0
and my revised version is on this thread:
https://forum.centos-webpanel.com/index.php?topic=1487.0

439
CentOS 7 Problems / Re: SSH connection Access Denied
« on: June 17, 2023, 10:53:53 PM »
In the interest of security, I recommend NOT allowing root logins via SSH. Instead, create a non-CWP controlled sudo user with useradd.  Then allow that user SSH access via either of the directives in /etc/ssh/sshd_config below:
Code: [Select]
AllowUsers foo
AlloGroups wheel
PermitRootLogin no
Then you ssh in on your alternate port (good for you!) as the other user, then either one of these will switch you to the root user:
Code: [Select]
su root
sudo -s
(I prefer the latter, as all environmental variables are shared with the newly elevated privileges -- instead of treating root like a separate user that you login as and function as -- you're just you gaining super powers.)

440
Updates / Re: Yum Manager repeating same Varnish updates daily
« on: June 15, 2023, 07:27:37 AM »
Try cleaning your yum cache. If it's really annoying, remove & reinstall your varnish version.
Personally, I have cron running
Code: [Select]
yum -y update every morning before I get into the office, so I never see update notices much anymore.

441
Installation / Re: Rocky Linux 9
« on: June 15, 2023, 07:24:53 AM »
EL9 support is being added, according to the devs. But there are still issues, so be patient with Rocky 9 or AlmaLinux 9.

The best OS for CWP is actually still CentOS 7.9, but that is a dead end road, so I wouldn't recommend starting in with that release EOL in ~1 yr. I think you're best off with EL8 release for a new install like Rocky 8 or AlmaLinux 8. With those you have migration scripts, so you should be able to "crossgrade" between distributions if another becomes the clear favorite. My personal plan is to hold out on CentOS 7.9 until next spring and then migrate to AlmaLinux 9. CWP should be fully ready to go by then!

442
CentOS 9 Problems / Re: RHEL varient support update?
« on: June 12, 2023, 02:24:16 AM »
Josemnunez had said the dev team was hard at work on EL9 support. I am hopeful it will be ready (and stable) by springtime when it's time for the great switchover from CentOS 7.9 as the EOL apocalypse draws night!!

443
MySQL / Re: New MariaDB 11.0.x version gives error
« on: June 12, 2023, 02:21:39 AM »
Oh man, if YOU can't figure it out, we're all lost. I'm on 10.6.14 long term release, so I'll stay put until the frontrunners figure it out!

444
CentOS 7 Problems / Re: there is a cache on the server...
« on: June 10, 2023, 07:45:30 AM »
Hard to say from here... Are you running redis, memcached, or varnish? All offer caching at various levels.

445
Information / Re: Service of update DDNS
« on: June 08, 2023, 02:01:19 PM »
I've been watching CWP7 for a while and now I'm about to migrate 10 servers that currently use WHM/CPANEL to CWP7...
You won't be sorry! Once cPanel increased their monthly fees with their great ca$h grab a few years back, I ditched them and migrated a dedicated server, a VPS, a reseller account account, and a couple of single cPanel accounts to CWP. I have not looked back!

You do realize your servers need to be on static IPs, right? And it's on the client side that you need DDNS? Many DDNS services have clients for any platform, or you can use a curl or wget script run by cron to update IPs. As Igor says, that's beyond the scope of CWP -- but shouldn't be a deal-killer as you can work around it.

446
Other / Re: cronjop problem
« on: June 06, 2023, 02:17:58 PM »
Note that running just "php" from a shell session will likely run it under the default CWP php 7.2 version with its modules and environment. You would likely want to run your cronjobs.php via whatever is your default PHP version. So if you are running 8.0 under php-fpm, then it would be:
Code: [Select]
/opt/alt/php-fpm81/usr/bin/php -q /home/uzman/public_html/coremio/cronjobs.php

447
MySQL / Re: User "Any" in phpmyadmin
« on: June 06, 2023, 02:12:50 PM »
Which DB? Probably an erroneous entry from an errant SQL query somewhere along the line...

448
Other / Re: cronjop problem
« on: June 05, 2023, 04:17:22 AM »
I'm still not sure what you're trying to accomplish -- are you adding a CMS PHP file (cronjobs.php) that should run periodically/daily? What is your normal PHP version?

449
Mod_Security / Re: Reseller panel - Login error
« on: June 03, 2023, 10:56:20 PM »
Disable Mod Security altogether and the CSF firewall and see if it works then. Then work your way backwards, re-enabling and testing each part in series. Are you for sure using the OWASP ruleset with Mod Security (as it looks by the logs)? Try the Comodo ruleset, as it is more friendly as a starting point.

450
Other / Re: cronjop problem
« on: June 03, 2023, 10:53:46 PM »
Need more info about what your configuration is like and what you are trying to accomplish...

Pages: 1 ... 28 29 [30] 31 32 ... 60