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 ... 23 24 [25] 26 27 ... 71
361
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?

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

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

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

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

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

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

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

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

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

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

372
CSF Firewall / Re: unlock ip
« on: December 13, 2023, 07:03:42 PM »
Add the IP address to your whitelist:
/etc/csf/csf.allow

Command line example:
Code: [Select]
sudo csf -a 192.168.1.111

373
CentOS 7 Problems / Re: problem with migration from cpanel to cwp
« on: December 13, 2023, 06:57:24 PM »
Is this a VPS running cPanel you are connecting to? You have root access on both servers? Is your CWP server IP address allowed on the firewall? Temporarily try an 8 character root password -- I had an issue back in 2020 when I was doing cPanel migrations and that was one key factor back then...

374
CentOS 7 Problems / Re: Nginx & Varnish & Apache
« on: December 13, 2023, 06:54:41 PM »
When evaluating whether to use Varnish, I have to consider whether the added complexity layer is worth the ~20% performance gain over just Nginx -- is it worth it? Also, whether I have RAM or fast storage to burn for cache purposes. The answer to those questions is rarely yes. Only on one server for one site has it proved profitable, where the VM is a 1:1 user of the server and needs to milk all the performance it can get (high traffic, Drupal core). Generally, application-level caching and Nginx tuning have proven to be the best mix of results.

Pages: 1 ... 23 24 [25] 26 27 ... 71