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

Pages: [1] 2 3
1
Updates / Re: CWP Update?
« on: May 27, 2025, 09:30:19 PM »
aaPanel isn't cheap either - https://www.aapanel.com/new/pricing.html
Their 'Free' version you loose features in CWP as well.

Maybe not cheap but it looks good and updated UI,
What it lacks are reseller accounts, they have root user, user and subuser, but you cant create a reseller panel there yet.
But when they do i think a lot is gonna move to aapanel

2
PHP / Re: AH01075: Error dispatching request to : (polling)
« on: May 23, 2025, 05:51:27 AM »
The problem isnt with phpfpm restarting @netino. It is something else.
cron logs:

Code: [Select]
May 23 01:00:01 server CROND[1626337]: (root) CMD (/etc/cxs/cxsdbupdate.pl > /dev/null 2>&1)
May 23 01:00:01 server CROND[1626336]: (root) CMD (/usr/local/cwp/php/bin/php -d disable_functions="" /usr/local/softaculous/do_backups.php >> /dev/null 2>&1)
May 23 01:00:01 server CROND[1626335]: (root) CMD (/usr/local/bin/svcMonitor)
May 23 01:00:01 server CROND[1626338]: (root) CMD (/usr/local/bin/svcMonitor-systemd)
May 23 01:00:01 server CROND[1626339]: (root) CMD (/usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1)
May 23 01:01:01 server CROND[1626733]: (root) CMD (run-parts /etc/cron.hourly)
May 23 01:01:01 server run-parts[1626736]: (/etc/cron.hourly) starting 0anacron
May 23 01:01:01 server anacron[1626742]: Anacron started on 2025-05-23
May 23 01:01:01 server anacron[1626742]: Normal exit (0 jobs run)
May 23 01:01:01 server run-parts[1626744]: (/etc/cron.hourly) finished 0anacron
May 23 01:05:01 server CROND[1627898]: (root) CMD (/usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1)
May 23 01:05:01 server CROND[1627897]: (root) CMD (/usr/local/cwp/php/bin/php -d disable_functions="" /usr/local/softaculous/do_backups.php >> /dev/null 2>&1)
May 23 01:10:01 server CROND[1629712]: (root) CMD (/usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1)
May 23 01:10:01 server CROND[1629714]: (root) CMD (/etc/cxs/cxsdbupdate.pl > /dev/null 2>&1)
May 23 01:10:01 server CROND[1629713]: (root) CMD (/usr/local/cwp/php/bin/php -d disable_functions="" /usr/local/softaculous/do_backups.php >> /dev/null 2>&1)
May 23 01:15:01 server CROND[1631415]: (root) CMD (/usr/local/bin/svcMonitor)
May 23 01:15:01 server CROND[1631416]: (root) CMD (/usr/local/cwp/php/bin/php -d disable_functions="" /usr/local/softaculous/do_backups.php >> /dev/null 2>&1)
May 23 01:15:01 server CROND[1631417]: (root) CMD (/usr/local/bin/svcMonitor-systemd)
May 23 01:15:01 server CROND[1631418]: (root) CMD (/usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1)
May 23 01:15:01 server CROND[1631459]: (root) CMD (/scripts/restart_phpfpm)

Uptimerobot says site was down at  01:12:34 but it has a 5 minute interval.
So it can be down from 01:07.

In accesslog the last line with http 200 code is this:
[23/May/2025:01:08:23 +0200] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200

The first with a 504 error is this
Could it be a crawler taking down the site?

[23/May/2025:01:07:58 +0200] "GET /robots.txt HTTP/1.1" 504 247 "-" "Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)"

3
PHP / Re: AH01075: Error dispatching request to : (polling)
« on: May 22, 2025, 07:11:43 PM »
yes, but 2 hours downtime every night isnt that good.
The site is using wordpress

is there anything i can easily fix?
I nave number of processes set at 200 and increased all other settings in the package and admin panel. still stops that one site every night

4
PHP / AH01075: Error dispatching request to : (polling)
« on: May 21, 2025, 06:34:41 PM »
[Wed May 21 00:34:42.824943 2025] [proxy_fcgi:error] [pid 296120:tid 296160] (70007)The timeout specified has expired: [client xxx:43672] AH01075: Error dispatching request to : (polling)

Connection refused: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm82/usr/var/sockets/domain.sock (localhost:8000) failed

AH01079: failed to make connection to backend: localhost

I Get this error EVERY night at around 00-02 the only way to get the page up again is by restarting the php-fpm service.

All other sites on the server are online only 1 page goes down. i cant figure out what causes this. Any ideas?

5
How to / Guide to install Imunify AV on CWP
« on: May 07, 2025, 03:20:24 PM »
 Is there a guide for installing Imunify AV on CWP. Could you have a go at it and try to make a guide for standalone installation, OR even better making a in panel integration?

6
Suggestions / Re: Providing ImunifyAV Free and or Imunify360
« on: May 06, 2025, 05:46:26 PM »
I've success to install imunifyav on CWP server.
1) create a subdomain , for example : imav.xxx.com
2) create a config file /etc/sysconfig/imunify360/integration.conf
   input those two line :
[paths]
ui_path = /home/[your user]/public_html/imav

3) Run those two command for installation
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
bash imav-deploy.sh

4) chown of imav directory to your user
5) then open your browser to https://imav.xxx.com , use root login.

When i run this it gives ALL my websites an 503 Error.
Any idea how to solve that?

I use Apache and php-fpm with php 8.2

7
How to / Re: Suspended Page
« on: May 02, 2025, 01:26:45 PM »
i believe this might still work:
You can navigate to /usr/local/apache/htdocs/suspended-page  and create index.html or index.php and add content according to your wish.

8
Addons / Re: WordPress Management Tool (i.e. WP-Toolkit)
« on: March 14, 2025, 06:51:52 PM »
softaculous asked CWP for a license so that resellers are able to upgrade all clients sites.

CWP has never responded or given them a license to test with

9
Information / Re: CWP AWSTATS
« on: February 04, 2025, 05:13:13 PM »
do you have any idea on how and want to make a guide?

10
Information / Re: CWP AWSTATS
« on: February 03, 2025, 09:15:28 PM »
@overseer how did you install webalizer to all customer sites?

11
and now it has stopped again, cant figure out why

12
CSF Firewall / Re: Load CSF statistics on CWP
« on: January 01, 2025, 02:54:13 PM »
same problem here, i get the page but there is no graphs

13
Backup / Re: Backup without compressing
« on: December 29, 2024, 07:29:12 PM »
One of my accounts started backup at:
2024-12-29 01:59:06
and finished at
2024-12-29 05:30:39
its like 15gb account, and of those there are like 13GB emails.

IF i could just make my backups faster and have the possibility to import it again i would like that.

14
Backup / Backup without compressing
« on: December 29, 2024, 07:15:29 PM »
Is there a way to get it to backup it to a TAR without it beeing compressed?
I have several large mail accounts that use like 2 hours to backup.
OR is there a way to do a sort of manual script for backup that is possible to then again import if i need to recover an account?

15
Apache / Re: Stop Apache from opening file
« on: December 18, 2024, 06:22:10 PM »
IF you make a simple HTML page with the following code it will be downloaded as a file:

Code: [Select]
<a href="somepathto.pdf" download="filename">
If you have Apache add this to the .htaccess file:

Quote
<FilesMatch "\.(?i:pdf)$">
    ForceType application/octet-stream
    Header set Content-Disposition attachment
</FilesMatch>

Pages: [1] 2 3