Initial checkin.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2022-01-29 10:22:11 +01:00
commit 30132626b8
68 changed files with 5497 additions and 0 deletions

15
samples/modtable.pl Normal file
View file

@ -0,0 +1,15 @@
#!/usr/bin/perl -w
use strict;
use warnings;
$ENV{'CONTENT_TYPE'} = "multipart/form-data";
use CGI::Carp 'fatalsToBrowser';
BEGIN {
push (@INC,'/srv/www/huhu');
}
use MOD::Handler;
my $h = MOD::Handler->new('/srv/www/sample/home/etc/sample_pub.config');
$h->run();