Search code examples
perllighttpdmod-perl

How to get LigHTTPD to run mod_perl code?


I have a MapToStorageHandler in my mod_perl package, is there anyway to get this to work in LigHTTPD? I've seen tons of code on running a script, but not anything about Handlers in the chain.


Solution

  • mod_perl is an Apache module. You can't run mod_perl code on another HTTP server.