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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
mod_perlis an Apache module. You can’t runmod_perlcode on another HTTP server.