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 ... 46 47 [48] 49 50 ... 96
706
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.

707
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.

708
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. :-\

710
Postfix / Re: Connection timed out. email problem
« on: January 19, 2024, 02:22:16 AM »
Is your CSF firewall allowing all common mail ports (25, 465, 587, 110, 143, 995, 993)? Check incoming & outgoing. I can manually connect to that Gmail SMTP address via telnet:
Code: [Select]
% telnet 142.251.9.26 25
Trying 142.251.9.26...
Connected to rc-in-f26.1e100.net.
Escape character is '^]'.
220 mx.google.com ESMTP d8-20020a170906174800b00a2d4e52c6f2si5357323eje.126 - gsmtp

711
That's a different question (probably needs its own thread), but the short answer is that there is no one-size fits all answer. You need to assess your own needs based on your customer usage levels. You don't want to impede legit traffic, so you set hourly rates just beyond the upper bounds of your typical usage. So it won't become a barrier, but is there to safeguard if credentials get exposed or an errant script starts sending spam.

712
Likely a cookie/session problem -- I've seen this at various points. Logout, cear cookies and try logging in afresh.

713
Code: [Select]
/usr/local/apache/domlogs/yourdomain.com.log
/usr/local/apache/domlogs/yourdomain.com.error.log

714
Information / Re: Getting error when access account by IP
« on: January 13, 2024, 03:40:00 AM »
Should be enabled by default:
https://wiki.centos-webpanel.com/mod_userdir
Can you confirm that module is loaded?

715
503 error code? Would need a log snippet to diagnose. Could be permissions, Mod_Security rules, CSF firewall rules... many things.

716
CentOS-WebPanel GUI / Re: GUI not loading properly... 4gb alma 8 os.
« on: January 11, 2024, 11:26:53 PM »
Looks to be missing CSS files for proper rendering; is it a browser-specific problem? Can you test with ad blocking turned off and a different rendering engine (Firefox / Chromium).

717
Other / Re: Vps ,what next!!!!!!!
« on: January 10, 2024, 03:05:15 PM »
Welcome!

Follow AWS Monster's notes & recommendations:
https://www.awsmonster.com/cwp-installation-and-configuration_12

Follow Sandeep's guide for updating Roundcube:
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-156-%E2%80%93-control-web-panel/

Upgrade MariaDB (change instructions to 10.11 -- current LTS version):
https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version

718
Same needed info as above (port, SSL settings, authentication method).

719
Mod_Security / Re: mod_security with Comodo WAF locks out everbody
« on: January 09, 2024, 10:30:32 PM »
I am using the Comodo ruleset -- no lockouts here. Are you sure it's not overly aggressive LFD settings?

720
E-Mail / Re: How to use only e-mail in CWP7?
« on: January 07, 2024, 11:36:19 PM »
It's all sort of a pedestrian exercise -- I don't do this on any of my servers. But it is easily scriptable if you wanted to make your own LetsEncrypt renewal script.

On one server I do something like this -- typically Nginx 301 redirects http traffic to https, but in order to renew a LE cert, you have to allow http traffic temporarily. So it needs to be renewed, reverted, restarted, redirected. :P

Pages: 1 ... 46 47 [48] 49 50 ... 96