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 - ring_c

Pages: [1] 2 3 ... 15
1
Apache / Re: Not all sites (Wordpress) are accessible
« on: March 05, 2023, 05:50:49 AM »
And you saw this, I hope?
https://serverfault.com/questions/775855/how-to-configure-apache-workers-for-maximum-concurrency
I would say off the cuff that you may want to consider running just Nginx and dump Apache if you are facing this type of problem regularly.
First, thanks for your reply. No, I haven't bumped into this link before. I'll try to get into it shortly.
But what caught my attention more was your recommendation to move from NGINX&Apache to NGINX only. I thought NGINX&Apache is recommended by CWP. Isn't it?

2
Apache / Re: Not all sites (Wordpress) are accessible
« on: February 18, 2023, 10:36:17 PM »
I'm using apach and nginx.
I've googled of course. Found answers related to other systems. That's why I've opened another thread, after finding a script regarduno mom, but don't really know what to do with the results.

3
Apache / Apache MPM configuration
« on: February 18, 2023, 08:05:12 PM »
After running /scripts/apache_mpm_calculator where should I put its output?
Also, is it reliable?

4
Apache / Not all sites (Wordpress) are accessible
« on: February 18, 2023, 07:20:57 PM »
Hi all,


Lately I get a strange issue on my CWP (Pro). I host a few sites on my server, and once in a week or 2, some of them are not accessible. I'm getting 524 error from cloudflare. Usually I simply restart the server just to make sure the sites are back online.
Today it happened again. Most of the sites were down for a few hours as I wasn't around my computer.
So checking the Apache's error log, I've found this error exactly on the time they failed:

Quote
[mpm_event:error] [pid 17038:tid 140036947539840] AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting

Any idea if it might be related and what can I do in order to solve this down issue?

TIA.

5
Addons / Netdata | Will CWP auto update Netdata?
« on: August 13, 2021, 06:08:00 AM »
The installed version of Netdata is 1.14.0-17-nightly (installed yesterday from within CWP) while the latest version of Netdata is 1.31.0-190-nightly.Should I wait for CWP to update Netdata or is there a way I can update it myself.Github has instructions on how to manually update it, but I'm not sure it's something I should do, as the installation was done by CWP.

6
CentOS 7 Problems / Re: service cloud-final.service failing to load
« on: July 13, 2021, 07:14:07 AM »
Ok, I've found the solution myself, leaving it here for future seekers.
I had to comment the following line in file /usr/lib/systemd/system/cloud-final.service:


Code: [Select]
ExecStartPost=/usr/bin/systemctl reload-or-try-restart NetworkManager.service

Now my file looks like this:


Code: [Select]
[Unit]
Description=Execute cloud user/final scripts
After=network-online.target cloud-config.service rc-local.service
Wants=network-online.target cloud-config.service
ConditionPathExists=!/etc/cloud/cloud-init.disabled
ConditionKernelCommandLine=!cloud-init=disabled


[Service]
Type=oneshot
ExecStart=/usr/bin/cloud-init modules --mode=final
RemainAfterExit=yes
TimeoutSec=0
KillMode=process
ExecStartPost=/bin/echo "try restart NetworkManager.service"
# TODO: try-reload-or-restart is available only on systemd >= 229
# ExecStartPost=/usr/bin/systemctl reload-or-try-restart NetworkManager.service


# Output needs to appear in instance console output
StandardOutput=journal+console


[Install]
WantedBy=cloud-init.target

7
CentOS 7 Problems / service cloud-final.service failing to load
« on: July 12, 2021, 05:57:20 AM »
Hi there,

Yesterday I've rebuilt Apache from 2.4.39 to 2.4.46 (due to problem with uploading images to wordpress sites) and then I've rebuilt the vHOSTS.
Ever since I'm getting the following error (also tried to restart the server twice, but still getting the same message every 15 minutes):

Quote
Restarted service cloud-final.service on zzz.com at Mon Jul 12 08:45:01 IDT 2021Job for cloud-final.service failed because the control process exited with error code. See "systemctl status cloud-final.service" and "journalctl -xe" for details.


Running command "systemctl status cloud-final.service" I'm getting this:

Quote

Jul 12 08:45:02 zzz.com systemd[1]: Starting Execute cloud user/final scripts...
Jul 12 08:45:03 zzz.com cloud-init[3295]: Cloud-init v. 19.4 running 'modules:final' at Mon, 12 Jul 2021 05:45:03 +0000. Up 544.70 seconds.
Jul 12 08:45:03 zzz.com cloud-init[3295]: Cloud-init v. 19.4 finished at Mon, 12 Jul 2021 05:45:03 +0000. Datasource DataSourceHetzner.  Up 544.90 seconds
Jul 12 08:45:03 zzz.com echo[3307]: try restart NetworkManager.service
Jul 12 08:45:03 zzz.com systemctl[3309]: Failed to reload-or-try-restart NetworkManager.service: Unit not found.
Jul 12 08:45:03 zzz.com systemd[1]: cloud-final.service: control process exited, code=exited status=5
Jul 12 08:45:03 zzz.com systemd[1]: Failed to start Execute cloud user/final scripts.
Jul 12 08:45:03 zzz.com systemd[1]: Unit cloud-final.service entered failed state.
Jul 12 08:45:03 zzz.com systemd[1]: cloud-final.service failed.


Anybody knows what's wrong and how to fix it?

8
CentOS 7 Problems / Re: wordpress can not upload images
« on: July 11, 2021, 09:06:34 AM »
Updating Apache didn't work for me... :(
any other solution?

9
CentOS Configuration / Quota not working (user and admin panels)
« on: June 23, 2021, 09:38:52 AM »
Actually it's working partly. as can be seen in the attached, I see the email quota used and the DB. But the home dir and backup are 0.
I know it was working before, so maybe that's a bug?


attached 2 screenshots. One from the user panel and the second from the admin panel for same user.




10
CentOS-WebPanel Bugs / Re: Backups for removed users are kept
« on: April 07, 2021, 07:59:58 AM »
Would appreciate to have an answer for this, as this issue is still happening!

11
E-Mail / [Error 450] Can't send emails from a specific domain
« on: January 07, 2021, 06:06:15 AM »
Hello,

A client of mine which her site is hosted on my CWP Pro server, can't seem to be able to send emails.
When trying to send from her Gmail with all correct SMTP settings, she's getting an error after some time from google saying the email could not be delivered to the recipient.
To troubleshoot the issue, I've tried sending an email from her account with RoundCube, but with this one it's not even being sent. I immediately get the following error:

Quote
SMTP Error (450): Failed to add recipient ... (4.7.1 <...>: Recipient address rejected: Access denied).

Link to screenshot: https://pasteboard.co/JIuEJfs.png

But the email I'm trying to send to is my own, and I know for a fact it's working. I've tried sending to other emails with other domains, all give the same error.

Any idea what's going on?

Oh, I've already checked - her domain is not blacklisted by any means. So I'm quite lost to what could be the issue.

12
CentOS 7 Problems / Too many system updates
« on: November 25, 2020, 03:31:45 AM »
Hi there,


My CWP Pro GUI shows I have 176 available yum/rpm updates.
Usually this was moving around 1-10 max and I was updating my system with (almost) no fear.
About 2 weeks ago I all of a sudden got these 176 updates notification, and I'm really afraid to let it update so many updates.


What do you say? I'm running CentOS 7 by the way...

13
Updates / cluebringer?
« on: November 01, 2020, 10:04:06 AM »
Today I saw on the daily cronjob email the following.
Please advise what that is.

Code: [Select]
/etc/cron.daily/cluebringer:

Policyd Admin Tool (ClueBringer) v2.1.x-201310261831 - Copyright (c) 2007-2010 AllWorldIT
  => AccessControl: enabled
  => Accounting: enabled
  => Amavis: disabled
  => CheckHelo: enabled
  => CheckSPF: enabled
  => Greylisting: enabled
  => Quotas: enabled
Module: Core
  -> running cleanup...
[CORE] Removed 46 records from session tracking table
Module: Access Control Plugin
Module: HELO/EHLO Check Plugin
  -> running cleanup...
Module: SPF Check Plugin
Module: Greylisting Plugin
  -> running cleanup...
Module: Amavis Plugin
Module: Quotas Plugin
  -> running cleanup...
[QUOTAS] Removed 5
Module: Accounting Plugin
/etc/cron.daily/cwp:

14
CentOS-WebPanel Bugs / Backups for removed users are kept
« on: September 22, 2020, 09:33:04 AM »
Hi There,


I've just noticed that backups for users that were removed already a few months ago, are still showing under the daily, weekly and monthly folders under backup folder.
Why isn't the system clearing these when the user is being deleted?
Is it safe to delete those manually now?

15
CentOS-WebPanel GUI / Re: Error 520 from Cloudflare
« on: September 13, 2020, 06:18:43 PM »

where i can find that file in file manager please guide me the right path sir...

/usr/local/apache/conf/httpd.conf

Pages: [1] 2 3 ... 15