[master] ae66f67e4 cache_vcl: Also hint at vmod_path

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jun 3 10:56:05 UTC 2024


commit ae66f67e4aa2e637dc4fccfe87337e986049d023
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu May 23 10:36:55 2024 +0200

    cache_vcl: Also hint at vmod_path

diff --git a/bin/varnishd/cache/cache_vcl.c b/bin/varnishd/cache/cache_vcl.c
index 10cb70f8f..897563b09 100644
--- a/bin/varnishd/cache/cache_vcl.c
+++ b/bin/varnishd/cache/cache_vcl.c
@@ -497,6 +497,7 @@ VCL_Open(const char *fn, struct vsb *msg)
 			    strerror(err), err);
 		}
 		VSB_cat(msg, "\thint: check for \"noexec\" mount\n");
+		VSB_cat(msg, "\thint: check \"vmod_path\" parameter\n");
 		return (NULL);
 	}
 	cnf = dlsym(dlh, "VCL_conf");


More information about the varnish-commit mailing list