Hello, I'm trying to setup suphp with perl but i'm getting 500 errors.
suphp.conf:
x-httpd-perl="perl:/usr/bin/perl"
10-cgi.conf (lighttpd):
".pl" => "/usr/lib/suphp/suphp"
$HTTP["url"] =~ ".pl$" {setenv.add-environment = ("SUPHP_HANDLER" =>
"x-suphp-perl")}
.cgi and .php are working perfectly, but I can't understand what's wrong with
perl.
Logs are empty too.
_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp
