$NetBSD: patch-ah,v 1.2 2000/04/26 03:30:27 hubertf Exp $ --- src/modules/standard/mod_so.c.orig Tue Apr 25 21:22:13 2000 +++ src/modules/standard/mod_so.c Tue Apr 25 21:22:34 2000 @@ -294,6 +294,9 @@ ap_os_dso_handle_t handle; char *file; +/* XXX Hack: ask dlopen() without translating for ServerRoot. */ + if (filename[0] == '!') file = filename + 1; + else file = ap_server_root_relative(cmd->pool, filename); if (!(handle = ap_os_dso_load(file))) {