Giter Club home page Giter Club logo

modporter's Introduction

mod_porter parses multipart and your rails app just gets a hash like :

“file”=> {"content_type"=>"application/octet-stream",
“filename”=>"httpd-2.2.10.tar.bz2",
“path”=>"/var/folders/by/bygKB15q2RabYU+BYnf+S++++TI/-Tmp-/apreqigOWmK",
“signature” => ’sodsfsdfjhsdfjhsdfjhsdfjhsdjfh’}

Apache config options :

- Porter On|Off

Enable/disbale mod_porter per vhost

- PorterSharedSecret

Secret key to sign the hash generated by mod_porter.

- PorterPermission 0×0666

Default file permission for temporary files created by mod_porter.

- PorterDir /tmp/porter

Optional directory for temporary files created by mod_porter (needs to be writable by the apache process).

  • Sample httpd.conf for passenger :
    =====================
    LoadModule passenger_module /opt/local/lib/ruby/gems/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so
    PassengerRoot /opt/local/lib/ruby/gems/1.8/gems/passenger-2.0.6
    PassengerRuby /opt/local/bin/ruby

LoadModule apreq_module modules/mod_apreq2.so
APREQ2_ReadLimit 2G

LoadModule porter_module modules/mod_porter.so

<VirtualHost *:8080>
Porter On

PorterSharedSecret mysecretpassword PorterPermission 0×0666 ServerName localhost DocumentRoot /Users/lifo/Rails/edge/public

=====================

modporter's People

Contributors

lifo avatar nzkoz avatar pkmiec avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.