cPFence On UFW? Should all cluster servers, have all cluster ips in UFW whitelist? If yes, only way to do it is manually on each server UFW, correct? Thanks
nqnoc
No, I was referring to the cPFence firewall since he is a cPFence user. We recommend whitelisting all your cluster IPs (both IPv4 and IPv6) for peace of mind.
DracoBlue
Great!
v12-upgrade fix-backup-permissions /backups *************** DANGER!!! *************** - Check "/backups" is the correct path for your website backups. - This path will be chowned to the correct ownerships for version 12.0.0+ - This will take a long time, we suggest running in a 'screen' session - This process will begin in 15 seconds, press ctrl+c now to abort
Has anyone else noticed that virtual hosts settings in litespeed are not saved?
AdamM Probably related to the issue in VirtualHost config not applying for Nginx? Can't say myself as I only run Nginx. If yes, it is reported.
@Fidel commented in another thread this workaround for Nginx VirtualHost config, which works, maybe analogous for Litespeed?
Few of my sites went down due to this bug... If someone needs an urgent fix, there are 3 things to know: 1) Nginx sites configs in v12 moved to /etc/nginx/sites-enabled New path for custom configs: /etc/nginx/vhost_includes 2) You need add a line in the end of server {...} block: include vhost_includes/your-domain.conf; Replace your-domain.conf with actual filename. Then restart nginx: service nginx restart 3) You can recover your old custom config from folder: /var/local/enhance/nginx/vhost_includes
AdamM Has anyone else noticed that virtual hosts settings in litespeed are not saved?
I haven't had time to dig in.. but which file are you editing? (the one that gets overwritten) It does seem that /usr/local/lsws/conf/httpd_config.confis still the only file that we can use.. but it should be was enough to use vhost includes now, though Enhance have the ols persistence on the roadmap already.
/usr/local/lsws/conf/httpd_config.conf
I notice that @cPFence OLS freeze script should support v12 as well, see: https://gist.github.com/cPFence/041ef1ba10a41d62bd2a4d6cee2dae41
Changes to the defaults don't persist, it will be in a future version. Settings and virtual hosts get generated by Enhance based on a template every time something changes, like website/staging added, force SSL setting toggled etc.
slimx Is anyone getting stuck trying to view DATABASES? When i click on a db - seems to be infinite loading screen.
This turned out to be browser weirdly caching that particular tab. All good.
rdbf Yes I know but before version 12 I could save them and some time they were βliveβ and now they can't even be saved.
12.0.23 Fixed
DracoBlue I can confirm Vhost config for Nginx now works & applies properly via UI
Old files can still be found in/var/local/enhance/nginx/vhost_includes/
/var/local/enhance/nginx/vhost_includes/
Krikke Old files can still be found in/var/local/enhance/nginx/vhost_includes/
Damn it man, this line was a real live saver for me! THANKS!!
12.0.23 π«Ά
I am already on 12.0.24 π
Beni 12.0.24 Added
If you are not running any Docker containers outside of Enhance, you can now run:
systemctl disable docker apt-get remove docker-ce
I should run this on all the servers including the control panel or control panel only?
Gilfoyle this is to be run on every server. Please only do this once you have successfully upgraded to v12
DracoBlue what does this do?
i have 3 pages receiving an error 404 everything else is working so far. anyone else had this problem?
litespeed logs say: [38789] [T0] [HTAccess] Failed to open [/var/www/ID/public_html/domain.li/.htaccess]: Permission denied
fixed it withsudo chgrp -R www-data /var/www/ID/public_html/ and confirmed by adam
sudo chgrp -R www-data /var/www/ID/public_html/
It looks like 12.0.23/24 contains some code that may be used facilitate control panel migration.. the documentation can't be far away. I don't have enough time to waste to try to work it out myself π
12.0.25 Enhanced
DracoBlue This updates are a little confusing with little info. Does this mean I am supposed to run apt update && apt upgrade on all servers and v12-upgrade fix-backup-permissions /backups on my backup server? or this applies to new installations and / or those that are yet to upgrade only?
DracoBlue it`s your turn: 12.0.26 π