Handle hostnames with upper-case letters
[webmin.git] / apache / mod_perl.pl
1 # mod_perl.pl
2 # Placeholder for mod_perl directives
3
4 sub mod_perl_directives
5 {
6 return ();
7 }
8
9 sub mod_perl_handlers
10 {
11 return ("perl-script");
12 }
13
14 1;