mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Added mod_proxy_balancer lib
This commit is contained in:
9
apache/mod_proxy_balancer.pl
Normal file
9
apache/mod_proxy_balancer.pl
Normal file
@@ -0,0 +1,9 @@
|
||||
# Only exists to detect this module, as it adds no directives
|
||||
|
||||
sub mod_proxy_balancer_directives
|
||||
{
|
||||
$rv = [ ];
|
||||
return &make_directives($rv, $_[0], "mod_proxy_balancer");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user