Handle hostnames with upper-case letters
[webmin.git] / apache / mod_fastcgi.pl
1 # fastCGI Directives
2
3 sub mod_fastcgi_directives
4 {
5 $rv = [
6       ];
7 return &make_directives($rv, $_[0], "mod_fastcgi");
8 }
9
10 sub mod_fastcgi_handlers
11 {
12 return ("fastcgi-script");
13 }
14
15