Hi, I have added a modules to httpd-trunk but I have not able to get it shared. (modules.mk shared = is empty!). Has anyone had that problem? Are there restrictions in the name of modules?
my config5.m4 contains: +++ APACHE_MODPATH_INIT(proxy_cluster) proxy_cluster_objs="mod_proxy_cluster.lo back_util.lo arriba.lo apue.lo builtins.lo byhostname.lo platform.lo" APACHE_MODULE(proxy_cluster, dynamic loadbalancer, $proxy_cluster_objs, , no) APACHE_MODPATH_FINISH +++ Cheers Jean-Frederic
