jradzuweit
Basic Pleskian
Hi,
I have done a dist-upgrade from 16.04 to 18.04 according to the KB articel but now I stuck with the following error message
Here some more details of the config files
Has anybody an idea how to fix this?
I have done a dist-upgrade from 16.04 to 18.04 according to the KB articel but now I stuck with the following error message
The apache log has no more information and the mail contains the same as above.root@vega:/etc/apache2# apachectl -t
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 2 of /etc/apache2/mods-enabled/proxy_wstunnel.load: Cannot load /usr/lib/apache2/modules/mod_proxy_wstunnel.so into server: /usr/lib/apache2/modules/mod_proxy_wstunnel.so: undefined symbol: ap_proxy_transfer_between_connections
Action '-t' failed.
The Apache error log may have more information.
Here some more details of the config files
Maybe some wrong version of the shared lib?root@vega:/etc/apache2# grep IncludeOptional -n apache2.conf
140:IncludeOptional mods-enabled/*.load
141:IncludeOptional mods-enabled/*.conf
216:IncludeOptional conf-enabled/*.conf
219:IncludeOptional sites-enabled/*.conf
root@vega:/etc/apache2# ls /etc/apache2/mods-enabled/proxy_wstunnel.load
/etc/apache2/mods-enabled/proxy_wstunnel.load
root@vega:/etc/apache2# cat /etc/apache2/mods-enabled/proxy_wstunnel.load
# Depends: proxy
LoadModule proxy_wstunnel_module /usr/lib/apache2/modules/mod_proxy_wstunnel.so
root@vega:/etc/apache2# ls -l /usr/lib/apache2/modules/mod_proxy_wstunnel.so
-rw-r--r-- 1 root root 18400 Aug 12 2020 /usr/lib/apache2/modules/mod_proxy_wstunnel.so
root@vega:/etc/apache2#
Has anybody an idea how to fix this?
Last edited: