Skip to content

Instantly share code, notes, and snippets.

@clkao
Created April 14, 2010 15:55
Show Gist options
  • Save clkao/365982 to your computer and use it in GitHub Desktop.
Save clkao/365982 to your computer and use it in GitHub Desktop.
[clkao@mtl-2:hiveminder clkao (plack)]$ ~/perl5.10/bin/perl -I ~/git/Plack/lib -I ~/git/AnyMQ/lib -I ~/git/AnyMQ-AMQP/lib -I ~/git/bps/jifty/lib -I ~/git/bps/jifty-plugin-oauth/lib -I ~/git/bps/jifty-plugin-monitoring/lib -I ~/git/Web-Hippie/lib ~/git/Plack/scripts/plackup -s Standalone -E deployment -p 8008 -e 'enable "ReverseProxy"'
Can't use string ("1") as a subroutine ref while "strict refs" in use at /Users/clkao/perl5.10/lib/site_perl/5.10.1/Plack/Middleware/ReverseProxy.pm line 54.
Can't use string ("1") as a subroutine ref while "strict refs" in use at /Users/clkao/perl5.10/lib/site_perl/5.10.1/Plack/Middleware/ReverseProxy.pm line 54.
Can't use string ("1") as a subroutine ref while "strict refs" in use at /Users/clkao/perl5.10/lib/site_perl/5.10.1/Plack/Middleware/ReverseProxy.pm line 54.
^C
[clkao@mtl-2:hiveminder clkao (plack)]$ ~/perl5.10/bin/perl -I ~/git/Plack/lib -I ~/git/AnyMQ/lib -I ~/git/AnyMQ-AMQP/lib -I ~/git/bps/jifty/lib -I ~/git/bps/jifty-plugin-oauth/lib -I ~/git/bps/jifty-plugin-monitoring/lib -I ~/git/Web-Hippie/lib ~/git/Plack/scripts/plackup -s Standalone -E deployment -p 8008 -e 'enable "ReverseProxy"' app.psgi
INFO - GET request for /splash/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment