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

Pages: 1 ... 48 49 [50] 51 52 ... 96
736
Postfix / Re: Has anyone encountered this situation?
« on: December 26, 2023, 10:37:59 PM »
Start over if you are encountering errors; it will make them easier to parse and diagnose. Truncate the log file to zero bytes:
Code: [Select]
truncate -s0 /usr/local/cwpsrv/var/services/roundcube/logs/imap.log

737
DNS / Re: Problem with subdomaine
« on: December 25, 2023, 04:00:34 PM »
It sounds as if you need to add the A or CNAME records for your subdomain with your DNS provider. I use Cloudflare for that, used to be NameCheap but too many DDoS attacks on their infrastructure kept knocking out my sites.

738
PHP / Re: php switcher can't switch to 8.x because of memory
« on: December 21, 2023, 06:26:54 PM »
2GB is bare, bare minimum to function but leaves no room to move. I regard 4GB as more of a realistic minimum. But that said, none of my servers have less than 6GB of RAM allocated to the CWP VMs.

739
Installation / Re: Basic knowledge of Protecting ports
« on: December 21, 2023, 06:21:21 PM »
Also consider moving the administration ports from the default 2087 and 2031, as those are commonly scanned and brute force attacks made against them. https://azdigi.com/blog/en/webserver-panel-en/centos-web-panel-en/how-to-change-the-port-on-centos-web-panel-cwp/

740
CentOS 7 Problems / Re: problem with migration from cpanel to cwp
« on: December 20, 2023, 10:13:00 PM »
Are both servers whitelisting each other on the respective firewalls?

741
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 20, 2023, 10:11:25 PM »
Hostname and IP address so we can do some external checks.

742
CentOS-WebPanel GUI / Re: Change URL for web gui
« on: December 18, 2023, 05:02:40 PM »
Under Webserver Settings > Apache Redirects you can add a trailing URL path alias:

https://yourserver.net:2031/admin/index.php?module=system_redirects

Code: [Select]
Redirect permanent /cpanel https://IPADDRESS:2083/
Because CWP runs on alternate ports, you won't be able to make the clean hostname URLS you are looking for. You would always have to include the port numbers (:2083, :2087). Is it not acceptable to tell your clients they can go to https://theirdomain.com/cpanel or https://cpanel.theirdomain.com and it will then redirect them to the proper login page with the port # appended?

743
Code: [Select]
# Set to 0 to disable this feature
PT_USERPROC = "0"

744
CentOS 7 Problems / Re: Job for httpd.service failed
« on: December 15, 2023, 11:47:52 PM »
use Pastebin or another temp hosting service to share the contents.

745
You can mute the error in /etc/csf/csf.pignore -- but it may be indicative that you need more memory on your server. What are your resources (CPU, memory, disk)?

746
CentOS 7 Problems / Re: 400 Bad Request
« on: December 15, 2023, 08:24:38 PM »
Going to need more info -- error logs especially. Are you on Apache or Nginx?

747
CentOS 9 Problems / Re: help
« on: December 14, 2023, 07:12:22 PM »
Your ISP/datacenter can set rDNS for you. Open a support ticket with them and they should have their network engineering group set it up for you.

748
CentOS 8 Problems / Re: 403 Forbidden -- Pterodactyl Web Panel Error
« on: December 14, 2023, 07:10:58 PM »
CWP is a full top-down LAMP/LEMP stack with DNS, mail services, etc. -- everything you need for web hosting. In a way, it is a house of cards that you can't mess with or change too much out of spec from the default configuration or you will break core functionality.

749
CentOS 8 Problems / Re: 403 Forbidden -- Pterodactyl Web Panel Error
« on: December 14, 2023, 12:29:48 AM »
Use a separate, dedicated VM for you Pterodactyl install with Webmin or Copilot for an admin interface. Keep CWP for web hosting/reselling.

750
Apache / Re: Re-build Apache with libapache2-mod-php?
« on: December 14, 2023, 12:26:23 AM »
I would like to 2nd rcschaff's hunch that you won't be able to succeed under CWP -- all the customizations for your game portal will likely not work or will cause CWP to stop working. You might be better off with a VM for Pterodactyl with Webmin for an admin interface.

Pages: 1 ... 48 49 [50] 51 52 ... 96