You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Tsirkin Evgeny <ts...@gmail.com> on 2016/04/21 16:17:33 UTC

Apache::ASP under PSGI

Dear Josh & all

It have being a while since we were last in touch .
Hope everything is fine.

I hope that you still have interest in Apache::ASP the fine module you have
developed
 and which we use.

>From the last time we talked there was some patches in svn that would be
very nice
  to have pushed CPAN. The current version on CPAN does not even run under
apache 2.4.

I remind you also that I have implemented PSGI support for Apache::ASP and
finally
had time to implement plackup (and not just PSGI::Apache::Handle) support.

The Apache::ASP apps can now be run by placing simple app.psgi file in a
directory and run with plackup.

(Basically you put file like this:
http://svn.code.sf.net/p/apache-asp/code/branches/Apache-ASP-PSGI-Support/site/apps/psgi/app.psgi
at the root of your app and run it with plackup:

plackup app.psgi

And now you have every .asp & static file served with psgi .)

We have a very big app happily running using this approach .

The branch is placed here:
http://svn.code.sf.net/p/apache-asp/code/branches/Apache-ASP-PSGI-Support/

It would be great to have those being pushed to CPAN.

Once that done it would be nice to post some news about ASP on perl monks
or something.
I think most people using perl don't even now that your framework exists.

Thanks
Evgeny