[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Camping/FCGI (no Camping server) modtime update

Max Cantor

1/29/2007 3:34:00 AM

Hey guys. I've been twisting Camping's arm a lot lately... does
anyone have a suggestion on how to get FCGI w/ Apache to mimic the
auto update based on mod time like Camping server does?

I'm going live on a Dreamhost shared server (high-class, I know) so I
have to prepare for that eventuality. I can upload Camping manually
to my home directory and push it onto my loadpath, but Dreamhost
frowns on background processes that aren't FCGI, so that's why I'm
doing the arm-twisting.

I've looked at a few wrapper scripts I got in #ruby-lang, but none of
them matched my configuration (and I couldn't figure out how to hack
them to do so).

So, any hints? I'm just looking for a way to avoid having to kill my
FCGI process and restart it every time I change a file.

Thanks!
Max