Loading modules/proxy/config.m4 +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,9 @@ dnl modules enabled in this directory by default APACHE_MODPATH_INIT(proxy) if test "$enable_proxy" = "yes" -o "$enable_proxy" = "shared"; then if test "$enable_proxy" = "shared"; then proxy_mods_enable=shared elif test "$enable_proxy" = "yes"; then proxy_mods_enable=yes else proxy_mods_enable=no Loading Loading
modules/proxy/config.m4 +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,9 @@ dnl modules enabled in this directory by default APACHE_MODPATH_INIT(proxy) if test "$enable_proxy" = "yes" -o "$enable_proxy" = "shared"; then if test "$enable_proxy" = "shared"; then proxy_mods_enable=shared elif test "$enable_proxy" = "yes"; then proxy_mods_enable=yes else proxy_mods_enable=no Loading