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.