Upgrade from 42.3 to 15.0

I work in academic environment where the installation and support of the Suse operating system is installed and managed by the ITS department and the academic department creates and supports application development. Our ITS department upgraded from Suse 42.3 to 15.0. Apache will start but does not work properly as we get the message “The page isn’t working” when attempting to access online. We are trying to use virtual hosts and use port 3000 for node.js. However, the error we receive seems to have more to do with openSSL. We get the following error in the log file.

[Mon Aug 12 16:01:15.825587 2019] [ssl:warn] [pid 8998] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Aug 12 16:01:15.842253 2019] [mpm_prefork:notice] [pid 8998] AH00163: Apache/2.4.33 (Linux/SUSE) OpenSSL/1.1.0i-fips PHP/7.2.5 configured – resuming normal operations
[Mon Aug 12 16:01:15.842291 2019] [core:notice] [pid 8998] AH00094: Command line: ‘/usr/sbin/httpd-prefork -D SYSCONFIG -D SSL -C PidFile /var/run/httpd.pid -C Include /etc/apache2/sysconfig.d//loadmodule.conf -C Include /etc/apache2/sysconfig.d//global.conf -f /etc/apache2/httpd.conf -c Include /etc/apache2/sysconfig.d//include.conf -D SYSTEMD -D FOREGROUND’

Thank you for any assistance.

@GUProfessor:

Please have someone check the contents of ‘/etc/apache2/httpd.conf’.

  • It may be that, an out-of-date file is being included …

This Apache documentation may also help: <https://cwiki.apache.org/confluence/display/HTTPD/SSLSessionCache>.
The openSUSE documentation related to setting up an Apache Server with SSL may also help: <https://doc.opensuse.org/documentation/leap/reference/html/book.opensuse.reference/cha.apache2.html#sec.apache2.ssl.configuration>.

After the upgrade was performed, did your IT folks run “rcrpmconfigcheck” and, did they execute all the changes this tool recommends?

Did your IT folks follow the upgrade instructions here <https://en.opensuse.org/SDB:System_upgrade> and here <https://en.opensuse.org/SDB:Offline_upgrade>?
Did your IT folks inspect the Leap 15.0 Release Notes? – <https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/15.0/>

What happens when, your IT folks execute “zypper verify” and “rpm --verify --all” ?