How to fix WebTunnel bridge with Apache as reverse proxy

Do you load the socache_shmcb_module?

LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

If yes and it lets Apache crash, then maybe the module is not optimized for Windows.

Try this instead:
grafik

LoadModule socache_dbm_module modules/mod_socache_dbm.so

There are no other options for Windows.

If this one doen’t work also, simply remove the SSLSessionCacheTimeout line from the vhost configuration.

Thanks for getting back, discovered place the line above the vhost configuration section.
SSLSessionCache “shmcb:C:/xampp/apache/logs/ssl_scache(512000)”
<VirtualHost *:443>
ServerName mwumba.com

LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

This was enabled already

Sometimes it’s hard to understand what you mean.

I understood it the way that httpd crashes.

Do you still have the warning though the module is enabled or does it work properly now?
Or what’s the problem if any?

1 Like

It works very well I added the line of config above about the ssl cache no it’s reporting functional works via the test via the browser and there’s no errors now.

Job done!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.