I tried to switch from the 'common' way to send a file to the server, which is
in my case:
a) define a form with an file-input-element:
b) define mod_perl code, that saves the file-data inside a handler, something
like:
my $apr = Apache2::Request->new($r);
my $upload = $a
Hi, does anyone know why I get this error message in my apache log?
I am using the following setup:
File: /var/www/htdocs/wport/Startup.pm
package WPort::Startup;
[...]
my $server = Apache2::ServerUtil->server;
my $conf = <
SetHandler perl-script
Order Deny,Allow
Deny from all
Al