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 ... 20 21 [22] 23 24 ... 71
316
PHP / Re: php-fpm83 not installing well / working
« on: January 30, 2024, 11:52:11 PM »
Funny, I had the opposite experience: 3 years ago some early bugs & troubles, esp. in migrating cPanel sites. But then after those early hiccups, it's largely been smooth sailing and once past the initial learning curve, you can lean on the stable CentOS foundation and ride mostly smoothly.

317
Other / Re: Cant post a reply on my own started topic
« on: January 30, 2024, 11:48:54 PM »
Even in code blocks, some sensitive filesystem paths are blocked by the forum so you have to put spaces in:
/ etc / nginx / conf.d / vhosts / *.conf
/ etc / my.cnf

318
Apache / Re: Some sites (Wordpress) suddenly are not accessible
« on: January 30, 2024, 02:28:03 PM »
Great, glad you got it sorted. Sometimes browser auto-fill overrides your input on forms -- if you don't catch it before saving, you could commit bad input. Probably a sanity check requiring a period in the domain field would be good on the part of the CWP devs. (Gone are the glory days of a 2 or 3 character TLD -- 24 characters max currently!)
https://data.iana.org/TLD/tlds-alpha-by-domain.txt

319
Other / Re: Cant post a reply on my own started topic
« on: January 30, 2024, 02:18:37 PM »
Local browser issue (blocking trackers/cookies)? Ad blocker? Try in Private Mode or another browser...

320
CentOS 7 Problems / Re: Website has no address
« on: January 26, 2024, 11:20:50 PM »
I get NX not found on the domain you listed -- so no valid DNS is in place. Are you using CWP for DNS or delegating to another provider at your registrar level? (Personally, I use Cloudflare for domain registrar,  DNS and caching purposes.)

321
E-Mail / Re: Roundcube - Database error connection failed
« on: January 25, 2024, 07:44:50 PM »
Create a dummy DB if you don't use it. I personally leave the default kit in place if I don't make use of some facility -- best practice so you don't break CWP if it expects something by default.

322
Postfix / Re: DNS
« on: January 24, 2024, 03:06:23 PM »
I usually use Cloudlfare's DNS servers (1.1.1.1, 1.0.0.1). But best practice is to have DNS from multiple providers, such as Level3 (4.2.2.2) and Quad9 (9.9.9.9) -- chosen for reliability and ease of memory. Somehow I've always avoided using Big G's DNS servers for my servers -- fine for end user use (but even there I recommend OpenDNS or Cloudflare's filtering DNS 1.1.1.3, 1.0.0.3).
https://dnschecker.org/public-dns/us

323
Information / Re: What happened to CWP
« on: January 23, 2024, 07:28:19 PM »
Maybe server upgrades or a hung process? I had trouble getting to the forum last night. All seems well today...

324
Postfix / Re: Not sending or receiving emails
« on: January 22, 2024, 04:04:01 PM »
Google is reporting that Spamhaus lists your IP as an open resolver -- did you look up the link Gmail was sending back to you for more information?

Your ports/firewall look correct, but I would suggest switching to https on 2031 for CWP as soon as you get your SSL certificate.
Code: [Select]
Nmap scan report for host.daowen.ca (38.99.139.101)
Host is up (0.019s latency).
Not shown: 986 filtered ports
PORT     STATE  SERVICE
20/tcp   closed ftp-data
21/tcp   open   ftp
25/tcp   open   smtp
53/tcp   open   domain
80/tcp   open   http
110/tcp  open   pop3
113/tcp  closed ident
143/tcp  open   imap
443/tcp  open   https
465/tcp  open   smtps
587/tcp  open   submission
993/tcp  open   imaps
995/tcp  open   pop3s
2030/tcp open   device2
PTR looks good, MX record in place (but why priority 30)?

325
Postfix / Re: Not sending or receiving emails
« on: January 22, 2024, 03:21:13 AM »
Are you in Toronto? Spamhaus is showing open resolver and is listing 2 different IP addresses. What is your domain name?

326
Other / Re: Redirecting the site to another IP on the same network
« on: January 21, 2024, 10:33:25 PM »
I've been down self-hosting before on a biz class connection, even on EPB Fiber (#2 in the nation after Google Fiber) and it is quite a job. Maybe a valuable learning experience, but I don't want to relive it. If it says anything, my servers are now co-located in Las Vegas and Milwaukee -- now I have a symmetric gigabit internet backbone connections, professional routing management, power switch control panel, industrial battery backups and diesel generators -- all for far less than what my business connection was costing.

327
Other / Re: Paid server management ????
« on: January 21, 2024, 10:27:04 PM »
I'm firmly on the DIY track. Self-managed, self supported -- apart from knowledge gleaning here.

328
CentOS 8 Problems / Re: reboot problem
« on: January 20, 2024, 05:28:49 PM »
Test these commands individually:
Code: [Select]
reboot
shutdown -r
shutdown -h now
(The latter being a true shutdown command, to see if you experience different behavior.) Also, give them ample time to complete (2-5 minutes). Sometimes on slower hardware or with a busy DB it takes a minute to exit cleanly -- or could indicate that something is hanging and not exiting, resulting in it being stuck and not shutting down.

329
Other / Re: Support form in Turkey
« on: January 20, 2024, 05:25:05 PM »
But this is an English-speaking forum, so if you wanted to establish a Turkish-specific forum, you would have to start from scratch. If you do, maybe you could start with a Simple Machines Forum install that is up-to-date. :-\

Pages: 1 ... 20 21 [22] 23 24 ... 71