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

2
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

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

4
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

5
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?

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

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

8
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

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

10
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?

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

12
Updates / apache update fails
« on: October 07, 2024, 01:22:12 PM »
Code: [Select]
Last metadata expiration check: 2:12:41 ago on Fri Oct  4 13:52:58 2024.
Dependencies resolved.
================================================================================
 Package             Architecture     Version               Repository     Size
================================================================================
Upgrading:
 cwp-httpd           x86_64           2.4.62-1              cwp           5.7 M

Transaction Summary
================================================================================
Upgrade  1 Package

Total download size: 5.7 M
Downloading Packages:
cwp-httpd-2.4.62-1.x86_64.rpm                   8.2 MB/s | 5.7 MB     00:00   
--------------------------------------------------------------------------------
Total                                           8.2 MB/s | 5.7 MB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1
  Running scriptlet: cwp-httpd-2.4.62-1.x86_64                              1/2
  Upgrading        : cwp-httpd-2.4.62-1.x86_64                              1/2
  Verifying        : cwp-httpd-2.4.62-1.x86_64                              1/2
  Verifying        : cwp-httpd-2.4.57-1.x86_64                              2/2

Failed:
  cwp-httpd-2.4.57-1.x86_64              cwp-httpd-2.4.62-1.x86_64   


I get this when trying to update cwp-httpd. Any idea why?

13
How to / User panel login link
« on: August 30, 2024, 08:28:06 PM »
I am trying to make a module and within that module i want to display the username.
I want the username to be a link to quickly login to the users panel.
How do i create that link?

it looks something like this:
https://server.com:2083/?token=9ebc98eaab54c6adf811bdb9b9f7cf8e.69d90e45504f42990d8ebc1c3b3eb29e.06209e1fa38dc59fd762ab1e4ccc0efc.9a391c1f502d39f61a4f39b2ace1528a

14
Installation / Re: CWPpro and additional IP issue
« on: August 26, 2024, 06:14:52 PM »
that happened to mee too. it used the addon IP as main IP with the licensing server.
The IP you have to use to activate your server is by running this in terminal/ssh:

curl -s https://www.centos-webpanel.com/ip/

Then after go to cwp lisense page and add the IP there.

After that run the /scripts/update_cwp

15
Installation / Re: Install,buy
« on: April 01, 2024, 01:52:01 PM »
almalinux 8.9 is the recommended one NOT CENTOS

Pages: [1] 2 3