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.
Pages: [1]
1
CentOS-WebPanel Bugs / Re: CHROOT Fixes For AlmaLinux
« on: February 22, 2024, 08:52:15 PM »
If it's not in that list the script won't fully work.
Going forward CentOS is no longer enterprise ready I'd expect AlmaLinux and Rocky to be added to that list as a minimum.
Going forward CentOS is no longer enterprise ready I'd expect AlmaLinux and Rocky to be added to that list as a minimum.
2
CentOS-WebPanel Bugs / CHROOT Fixes For AlmaLinux
« on: February 22, 2024, 05:18:51 PM »
Please can you add AlmaLinux to the /scripts/chroot_add /scripts/chroot_remove scripts?
From my testing, you should only need to add 'almalinux' to the CentOS version grep code. eg:
centosversion=$(rpm -qa \*-release | grep -Ei "oracle|redhat|centos|cloudlinux|almalinux" | cut -d"-" -f3 | cut -d"." -f 1 | head -n 1)
Without this the persistent home directory mounting code does not run, so the mount will not be there on reboot!
Thanks,
Mark
From my testing, you should only need to add 'almalinux' to the CentOS version grep code. eg:
centosversion=$(rpm -qa \*-release | grep -Ei "oracle|redhat|centos|cloudlinux|almalinux" | cut -d"-" -f3 | cut -d"." -f 1 | head -n 1)
Without this the persistent home directory mounting code does not run, so the mount will not be there on reboot!
Thanks,
Mark
3
CentOS 7 Problems / Nginx & Varnish & Apache
« on: December 13, 2023, 12:29:33 PM »
I have CWP Pro.
I'd like to have the option to use Varnish for some of my domains/accounts.
As such I choose:
Nginx & Varnish & Apache under the Setup default Web Servers.
In the details section for this, it states:
** By default this will enable Nginx&Apache for all domains while Varnish you can enable additionally for domains you need.
However, this is not the case.
Varnish is used by default for all deployed domains and I must manually setup Nginx > Varnish > Apache > PHP-FPM on every domain I don't want to use Varnish for via the Webservers Domain Conf menu.
Any ideas why this doesn't work as expected?
Also, is there a way that clients can choose whether to use Varnish or not in the client control panel area?
Thanks,
Mark
I'd like to have the option to use Varnish for some of my domains/accounts.
As such I choose:
Nginx & Varnish & Apache under the Setup default Web Servers.
In the details section for this, it states:
** By default this will enable Nginx&Apache for all domains while Varnish you can enable additionally for domains you need.
However, this is not the case.
Varnish is used by default for all deployed domains and I must manually setup Nginx > Varnish > Apache > PHP-FPM on every domain I don't want to use Varnish for via the Webservers Domain Conf menu.
Any ideas why this doesn't work as expected?
Also, is there a way that clients can choose whether to use Varnish or not in the client control panel area?
Thanks,
Mark
4
CentOS-WebPanel GUI / IP Manager
« on: October 15, 2023, 12:24:17 PM »
The IP Manager needs the following:
1. Choose the interface you want to add the IP to
2. Mark IPs that are not available for hosting (e.g. private internal network IPs used for internal Comms)
1. Choose the interface you want to add the IP to
2. Mark IPs that are not available for hosting (e.g. private internal network IPs used for internal Comms)
5
CentOS 8 Problems / Jailkit doesn't work
« on: October 15, 2023, 12:19:44 PM »
Hi,
Has anybody got jailkit working on CentOS 8?
I've tried 2 fresh installs & it fails to create the jail for a user every time.
Has anybody got jailkit working on CentOS 8?
I've tried 2 fresh installs & it fails to create the jail for a user every time.
Pages: [1]