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 ... 53 54 [55] 56 57 ... 71
811
How to / Re: Where is CWP login page html
« on: March 09, 2023, 03:35:26 PM »
Glad to help! I made that a practice on my tuned Nginx configs because some updates would overwrite my changes with unhelpful defaults. I would also suggest backing up any config directory like that Just In Case some *helpful* automated process rolls over your changes like a steamroller!

It just means you need to
Code: [Select]
chattr -i <whatever>.confwhen you need to make changes. Then reset the immutable bit when done.

812
Updates / Re: Update help support for CWP PRO
« on: March 09, 2023, 03:31:29 PM »
This post offers the solution to the ongoing error you are seeing:
https://forum.centos-webpanel.com/index.php?topic=9168.msg41658#msg41658

(FYI, the forum search is largely broken, so you should go to a search engine and search for your terms + site:forum.centos-webpanel.com ).

813
GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)
Have you seen the posts on this forum how to fix this error? Try it -- it's an effective fix and will get rid of this message.

814
Can you try it in an AlmaLinux VM? Or maybe someone with AlmaLinux 8 could test it and report back?

815
E-Mail / Re: NewBackup backup vmail problem
« on: March 09, 2023, 09:29:24 AM »
Did you file a bug report? From what I gather, only a few staff members are active in this forum, so posting a problem here and expecting staff to act on it is a bit like shouting into the wind.

816
How to / Re: Upgrade Roundcube in Running Versions of CWP
« on: March 09, 2023, 09:26:15 AM »
Can you post roundcube's relevant error log lines?

817
Apache / Re: Apache MPM configuration
« on: March 09, 2023, 09:24:29 AM »
I hear it's a good estimate -- so at least a good starting point and you can fine-tune from there.
/usr/local/apache/conf/httpd.conf is the whole shebang or you could put it in /usr/local/apache/conf.d/limits.conf or create your own conf file in /usr/local/apache/conf.d/

818
Information / Re: [Poll] What is your current OS version?
« on: March 09, 2023, 09:19:35 AM »
CentOS 7.9.2009 (Core) on 3x production servers. My EOL plan is to migrate to AlmaLinux in roughly ~1 year.
CentOS Stream can float merrily down its own stream...

819
Installation / Re: mail server only
« on: March 09, 2023, 09:17:02 AM »
I can't stress enough how important rDNS is for mail delivery. I moved a VM from one co-located server to another. One static IP to another. The move went off without a hitch and updating the server's internal IP references and the new IP in the DNS let it takeover service. But mail delivery was significantly hampered for several days until the network engineering could get a valid rDNS (PTR record) in place. Every bounce or deferred message in the mail queue was pertaining to rDNS. Once the rDNS was set, mail began to flow normally.

820
CentOS-WebPanel GUI / Re: Error with CWP User Panel
« on: March 09, 2023, 09:12:02 AM »
Is this universal on your server -- any user account cannot login? Or just certain ones? And you can login to the CWP Admin Panel as root just fine? How about SSH?

821
PHP / Re: can't install new php version on PHP-FPM
« on: March 09, 2023, 09:10:00 AM »
Further, I would suggest you turn on auto-updates to your PHP versions so you get bug fixes and security updates automatically. Although at this point PHP 7.4 is EOL and I would only ever anticipate a critical hotfix if it came under active exploit -- but even that is highly unlikely.

822
Installation / Re: HOME SERVER QUESTION
« on: March 09, 2023, 09:07:25 AM »
I would say give it a try, but I only have personal experience with static IPs and business-class internet that specifically provides for servers in the user agreement. Some ISPs specifically block :443 and :80, as well as port 25 (SMTP).

For a home web server, you wouldn't need rDNS. And if your IP is essentially static or changes only rarely, you may be able to get away with dynamic DNS. I would definitely recommend running your DNS under Cloudflare since changes propagate worldwide in seconds. You'd want to have short TTLs set up in your use case for all DNS records.

823
E-Mail / Re: Roundcube login redirects to blank page
« on: March 09, 2023, 09:01:58 AM »
Good to hear! rcshaff's advice is (as always), spot on. Try :2096 (HTTPS), :2095 (HTTP), disable the firewall or specifically whitelist your IP address, disable any ad blockers or privacy tracking plugins in your web browser, try Private Browsing mode, try another web browser, use a VPN -- all these are basic steps if you have connection issues with any of CWP's HTTP/HTTPS-accessible services.

824
Updates / Re: Update help support for CWP PRO
« on: March 09, 2023, 08:57:52 AM »
Is that a message generally to the staff? Only a few attend this forum, so it's a bit like shouting into the void.
But as unpaid, loosely affiliated CWP community members, we are glad to offer any support or advice we can. Did you have a specific question that we could help you with?

825
Installation / Re: HOME SERVER QUESTION
« on: March 07, 2023, 03:31:31 PM »
I suppose you could script it -- periodically query an outside DNS check then feed that result back into CWP's configs. What services would you be running?

Pages: 1 ... 53 54 [55] 56 57 ... 71