- Joined
- Aug 30, 2021
- Messages
- 1,157
Grid layout CSS code for "traditional" sub-theme is updated to work with DA 1.658. Please make sure to update CSS customization if they were used.
FileNotFoundError: [Errno 2] No such file or directory: '"/home/USERNAME/domains/DOMAIN/public_html"/.htaccess' Traceback (most recent call last): File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clselector/cl_selector.py", line 245, in run self.run_stop() File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clselector/cl_selector.py", line 476, in run_stop self._print_data(self._selector_lib.stop_app(self._opts['--app-root'], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clselector/selectorlib.py", line 947, in stop_app self.selector_old_lib.stop(user, app_root, doc_root, self.apps_manager) File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clselect/clselectctlnodejsuser.py", line 362, in stop clpassenger.remove_passenger_lines_from_htaccess(htaccess_filename) File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clselect/clpassenger.py", line 357, in remove_passenger_lines_from_htaccess lines = file_readlines(htaccess_filename, errors='surrogateescape') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clselect/utils.py", line 213, in file_readlines stream = open(path, errors=errors) ^^^^^^^^^^^^^^^^^^^^^^^^^FileNotFoundError: [Errno 2] No such file or directory: '"/home/USERNAME/domains/DOMAIN/public_html"/.htaccess'
da taskq --run 'action=rewrite&value=httpd'
to re-create web-server configs. With time CL should fix this issue.da build update_versions
hourly? Calling da build update_versions
or /usr/local/directadmin/custombuild/build update_versions
creates a task to perform DA upgrade via taskq.directadmin.conf
stable release channel is configured. You can check configured release channel with CLI command da config-get update_channel
or via GUI.da version
.da version
.da update
.da version
, compare it against the version reported in GUI.da update stable
or da update current
.7.2.3
to 7.2.4
, and OpenLiteSpeed version from 1.7.19
to 1.7.19.1
.The listen directive should also change. The http2 should be on a separate line.@jamgames2, yes. This release does not migrate to the new NGINX config format.
This change just makes sure HTTP2 is always enabled. This allows us to get rid of theSPACE_HTTP2
token and ensure it is no longer possible to disable HTTP2. New format nginx templates (where HTTP2 support is controlled by a separate config option in new line) are expected in the next DA version.
http2 on;
block to a separate line to stay compatible with nginx 1.24.0 (stable) release.nginx: [emerg] unknown directive "http2" in /etc/nginx/directadmin-ips.conf:31
http2 on;
directive.listen ... http2 ...;
parameter.