Web Hosting Talk







View Full Version : mod_perl


coffin
09-18-2002, 04:19 PM
Hello,

I've got a Linux box running Apache. I have mod_perl installed but I need to get it running for a particular application. I understand that I may need to do some configurations to Apache to get it running for this particular cgi app. If I have an app called someapp.cgi, how do I setup Apache to run mod_perl under this application?

Thank you.

EzCool
09-18-2002, 06:15 PM
You'll want to set up a directory for mod_perl scripts to execute, or declare perl-scripts as .perl or something, and then move the script or rename it.

coffin
09-19-2002, 04:59 PM
Thank you.