0

I have a psgi test application on a linux centos with cpanel shared hosting. How can I call it under PSGI protocol like:

http://domain.com/app.psgi

I mean how to enable .psgi to run under PSGI protocol. I want to be able to run any .psgi automatically under the PSGI protocol.

I know I can run it using the plackup command.

daliaessam
  • 1,636
  • 2
  • 21
  • 43

1 Answers1

0

The problem is that the share hosting used Apache, in other words mod_perl, you need avaliable mod_perl, but this is not psgi.

kurkop
  • 520
  • 4
  • 11