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
and now it has stopped again, cant figure out why

2
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

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

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

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

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

7
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

8
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

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

10
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

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

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

13
Information / Re: How many disks are physically installed on the server?
« on: February 15, 2024, 01:36:17 PM »
f you really want to display only the hardware, and not RAID volumes and partitions that might be seen by the OS as physical drives. You might want to try lshw

Code: [Select]
lshw -class disk -short
Quote
H/W path        Device      Class       Description
===================================================
/0/1/0.0.0      /dev/cdrom  disk        DVD-RAM GSA-H55N
/0/1/0.1.0      /dev/sda    disk        160GB ST3160021A
/0/2/0.0.0      /dev/sdb    disk        160GB ST3160815AS

14
WebHosting-Billing / Re: I Cannot Reach CWP Billing Team!
« on: February 15, 2024, 01:33:34 PM »
You can check in terminal:

Code: [Select]
curl "http://www.centos-webpanel.com/ip/"
Then run this to activate it
Code: [Select]
sh /scripts/update_cwp
disable firewall


Enjoy!

15
How to / Re: Preventing Access to wp-login and xmlrpc.php
« on: February 05, 2024, 12:06:54 PM »
i would delete the wp-contents folder from a new file downloaded from wordpress.org

then uploaded ALL files and folders that are left and overwrite the folders and files, then you would have clean wp install.

then you can scan the wp-content folder

Pages: [1] 2