Re: Camping-list Digest, Vol 15, Issue 2

2007-07-31 Thread Brian Corrigan
Hey Folks, Just to close this one out, I fixed my issue. Basically, Apache2 on UBUNTU is running with a limited system environment. (Check the /etc/init.d/apache2 script) I had to add my RUBY, GEM_PATH, GEM_HOME, and PATH environement variables to /etc/apache2/envvars and things worked out ok..

Re: Camping-list Digest, Vol 15, Issue 2

2007-07-31 Thread Eli Brody
I found the Camping development process with FastCGI to be painful and frustrating. Error messages were vague or nonexistent ("500 Server Error"). Again, I strongly recommend that you find another solution. On 7/31/07, Brian Corrigan <[EMAIL PROTECTED]> wrote: > > Eli, > > This is interesting. I

Re: Camping-list Digest, Vol 15, Issue 2

2007-07-31 Thread Brian Corrigan
Eli, This is interesting. I enabled DEBUG logging in Apache and tailed the error.log. Lo and behold, you're right, its a problem with one of my require statements. Namely: `gem_original_require': no such file to load -- camping/fastcgi (LoadError) Strange, it works fine when I do it in IRB, o