You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about the SwitchPipe (switchpipe.org) backend application controller and deployment daemon.
|
|
|
J-Lo Big Booty
|
| |
J-Lo walks down the runway then turns around, showing off her
legendary big booty!
[link]
|
|
SwitchPipe Development Effectively Stops
|
| |
SwitchPipe was started as a stopgap solution for easily deploying Ruby
Web applications.
Phusion Passenger 2.0, released today, now deals with Rack, so
theoretically any Ruby app can be tailored to work with it, resolving
the deployment issue. [link]... more »
|
|
Switchpipe die after large file upload
|
| |
Any reason why is switchipe failing together with one of two thins
(only one stay alive, the one, which switchpipe was not using) when
file largen than aprox. 2.4 MB. Standalone thin can handle larger
uploads with no problem.
|
|
Switchpipe and Thin
|
| |
I try since several hours to make Switchpipe to launch Thin instance
via socket to deliver service for a rails app.
Here is the switchpipe app config file :
---
type: thin
socket_type: unix
user: www-data
group: www-data
path: /var/www/nginx-default/rorprot ack
max_instances: 3
timeout: 9
---... more »
|
|
Prevent proxying of static assets
|
| |
If you can't use rewite rules for some reason, proxying works just
fine. The setup instructions currently state that getting apache to
serve static files is a problem in this case. However, the following
example will prevent proxying of the static assets for a standard
rails application.
Inside a VirtualHost perhaps........ more »
|
|
Working on FreeBSD
|
| |
If anyone is interested I have managed to get switchpipe (1.04)
working on FreeBSD 6.2/7.0
During setup the only thing that doesn't work according to the
instructions is the automatic installation of the required gems
because FreeBSD doesn't have a sudo command by default. You can either
intall sudo from ports or just install the gems manually first. The... more »
|
|
Fix for no trailing slash
|
| |
Switchpipe doesn't seem to know what to do if it receives a request
with no trailing slash, ie [link] instead of [link].
Does a fix like this make sense?
Index: lib/switchpipe.rb
============================== ============================== =======
--- lib/switchpipe.rb (revision 44)... more »
|
|
Update your Switchpipe to the latest trunk version
|
| |
Thanks to Jason Stirk and ChrisR, a fix has now been implemented for a
"SwitchPipe random freezes up" issue that some users were
experiencing. This fix is significant enough for me to recommend all
SwitchPipe users upgrade to the latest trunk version.
There is no point release yet (next one due is 1.05) but this will... more »
|
|
|