Jump to content

leisegang

Priority Members
  1. Why is this disk usage so insanely large? Its OK that it uses 40gb on email, but the webpage isnt that big. 1 gb, my total would say that he uses around 42gb disk. How can this be explained?
  2. i am trying to renew the hostname SSL certificate, but it will not work, i just get a a self signed one, and email, hostname, CWP admin is basically down. the customer pages works but nothing else. Any idea why this is failing? just delete my topic
  3. when trying to install it again it fails, but i used the guide to update apache to 2.4.62 and that actually worked. guess that was the issue that i updated the apache package with the script on the forum.
  4. i have, no replies
  5. 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?
  6. I updated an old module and improved it a bit. https://github.com/leisegang/cwp-users-quota I added bandwidth and adjusted the percent view. changed sorting
  7. Problem: package xxx from epel requires httpd, but none of the providers can be installed - conflicting requests of course i have installed apache. i have Apache version: Apache/2.4.57 installed with this script. How can i fix this error?
  8. Been looking in the logs and i find this: How can i fix that?
  9. Roundcube Webmail 1.5.6 https://xxxx.com/roundcube/?_task=mail&_action=list&_refresh=1&_layout=widescreen&_mbox=INBOX&_page=1&_remote=1&_unlock=loading1719308387542&_=1719308382134 500 (Internal Server Error) does not load any mail at all. just tried a reinstall of the instructions here: it gives a red box in the right lower corner that says "Server error! (error)"
  10. leisegang replied to leisegang's post in a topic in CWP - Control WEB Panel
    i cant wait 4 years more for that Also i reported an error in reseller 1 year ago, and it has not been fixed yet
  11. leisegang posted a post in a topic in CWP - Control WEB Panel
    I have implemented this plugin https://github.com/coriaweb/cwpipv6/ I have this IP subnet of /64 how can i use this script to add it to server? Can i change the code in the ipv6_list.php to <select name="ipv6range"> <option value="64">64</option> <option value="112">112</option> <option value="120">120</option> </select> If my ip rrange is: 1a01:4f8:221:34c2:: / 64 can i just input: 1a01:4f8:221:34c2:: in the input field and chose the dropdown and 120? I dont need 65000 adresses, only 256 and that would be more than needed. Aalso when i try this and go to assign IP the dropdown only lists 1 field, should the complete range be visible? it just says: 1a01:04f8:0221:34c2:0000:0000:0000:0000/112 and thats the only field/line
  12. I think i have scrapped this idea already i made a new standard/default page that i wanted to host there, but i just used the chattr +i index.html so it wont be overwritten, that would be easier
  13. I was looking in the /usr/local/apache/conf.d/hostname-ssl.conf file and it says that the webpage is located in htdocs <Directory "/usr/local/apache/htdocs/"> AllowOverride All </Directory> I would like to change that so it shows either the login screen OR a custom page located in /home/default/ Is it that simple to change the directory? and how do i get it to display the loginform? And lastly how can i create a loginform on another page to log in directly to the controlpanel?