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

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

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

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

5
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

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

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

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

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

10
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

11
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

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

13
DNS / Re: IPV6 Support on CWP
« on: March 19, 2024, 06:58:09 PM »
You could use this and add all the other IPadresses on IPv6
IPV6ADDR_SECONDARIES="second_ipv6_address/64 third_ipv6_address/64 .../64"

https://github.com/coriaweb/cwpipv6

14
PHP / Re: CWP falling behind with PHP. Again.
« on: February 22, 2024, 03:41:48 PM »
So CWP 0.9.8.1176 just came out this morning, and PHP wasn't updated.

@josemnunez
Still 2 versions behind on PHP 8.2 and 8.3.

i cant see the changelogs for the 3 or 4 latest releases, where can i find them?

15
CentOS 7 Problems / Re: login loop after sign in
« on: February 21, 2024, 07:54:21 AM »
Try deleting cookies. Login via incognito mode/private browsing. Make sure ad blocker/tracker blocker isn't interfering. Try a different browser.

The incognito saves the day in 90% of these incidents, or you can do what i do, disable wifi on my mobile and log in with that. then you have another session and IP.

Pages: [1] 2