mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
16 lines
169 B
Raku
Executable File
16 lines
169 B
Raku
Executable File
# Not done yet
|
|
|
|
sub mod_fcgid_directives
|
|
{
|
|
$rv = [
|
|
];
|
|
return &make_directives($rv, $_[0], "mod_fcgid");
|
|
}
|
|
|
|
sub mod_fcgid_handlers
|
|
{
|
|
return ("fcgid-script");
|
|
}
|
|
|
|
1;
|