Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plack

How can I use coderefs instead literal subs when there is a `&` prototype?

Best way to run a Plack PSGI Perl application outside of Apache using FastCGI?

apache perl fastcgi plack psgi

how to pass arguments from an plack app to an mojolicious app enabled in builder?

perl mojolicious plack

Do I need to convert mod_rewrite rules to Plack::Middleware::Rewrite rules if my web framework wants to support PSGI?

perl plack psgi

How do I stack Plack authentication handlers?

Perl - Facebook Graph API

Snooping on http headers between different plack middlewares

perl plack

How to setup Apache-like name-based virtual hosts with Starman

perl plack psgi

It is correct to switch the default perl's IO to utf-8 while using Plack and Middlewares?

perl utf-8 plack

Converting Modperl config to Plack - running different handlers by file extension

perl plack

How do I run a Plack request handler in background?

multithreading perl plack

Why is raising plackup (or starman) memory usage?

perl plack psgi

Handling authentication with Apache reverse proxy for plack/PSGI app

Multilingual PSGI-web deployment

perl dancer plack psgi

How to set the expiration time for a cookie managed by Plack::Middleware::Session?

Sending an unbuffered response in Plack

perl uwsgi plack psgi

Is it possible to enforce a max upload size in Plack::Middleware without reading the entire body of the request?

perl http-request plack psgi

Handling multiple file uploads with Plack

perl plack

How to make Mason2 UTF-8 clean?

perl utf-8 moose mason plack

Why use nginx with Catalyst/Plack/Starman?