similar to: Question - Help the noobie

Displaying 20 results from an estimated 100000 matches similar to: "Question - Help the noobie"

2006 Nov 09
0
Apache configuration
i TRY TO CONFIGURE APACHE FOR RUBY ON RAILS ON UNIX. BY THE FOLLOWING WAYl: Install FastCGI 1. wget http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz 2. gunzip fcgi-2.4.0.tar.gz 3. tar -xvf fcgi-2.4.0.tar 4. cd fcgi-2.4.0 5. ./configure 6. make 7. make install 8. cd ../ Install mod_fcgid 1. cd ~ 2. wget http://fastcgi.coremail.cn/mod_fcgid.1.09.tar.gz 3. gunzip
2006 Jan 05
0
nooby Q--default page for RoR changed?!
hi, simple issue i''m sure--i''m a ruby & rails nooby--but for some reason the sample app that i''ve been running/building from the Agile Web Dev w/ Rails book changed from a (nicely) formatted HTML page, with a link that would try to show my application status, to the text i list below--with the first line in larger typeface than the rest, but otherwise plain
2007 Apr 26
1
Apache + fastcgi and rails in vendor
Hi I want to run my new shiny rail application with apache. Running my application using cgi works but is very slow. So I want to switch to fastcgi. I downloaded and installed mod_fcgid and have apache running my fcgi scripts. Now my problems start :-( I''m running apache on an ubuntu system. The ubuntu packed for ruby and RoR is not the most recent. As I need the most recent rails
2006 Jan 10
3
ROR setup problems with Suse + apache
hello, I am tying to run ROR on apache 2 with suse linux 9.3, and I do not succeed with it. I set rubby und rails and all scripts are running fine. my Document root : /srv/rails/demo/public I did not setup FastCGI because I could not run it with normal CGI jet. my Virtual Server runs on 192.168.0.111 ServerName rails DocumentRoot /srv/rails/demo/public <Directory
2007 Jul 17
0
Help with Apache on Suse 10
Ciao, sorry if I will say some things that will not make any sense, but I have a limited experience with Ruby, Apache and Linux in general, and therefore ask you all for help. I''ve configured Apache 2.3 to run on Suse Server Enterprise 10, and it works fine (can easily get index page). Then installed Ruby on Rails, and if I start the Test application with the included web server (sorry
2007 Apr 03
2
mongrel cluster restart with capistrano fails but manually works
Hi all, I am out of my head here... I have a 3 node cluster with 10 mongrels running on each. When I deploy, I break all the mongrels every time. I have tried just about everything. I can restart my mongrels without a hitch manually, it''s only when I use cap deploy. Maybe I am missing something here... so if I can get some help it would be appreciated. The errors are the typical mongrel
2007 May 08
1
Can't get Ruby on Rails with Apache and FastCGI
Hi! Environment ========= Solaris 10 Apache 2.2.0 with fcgid_module Ruby 1.8.4 Rails 1.2.3 I am trying to get FastCGI working. Initially I used "dispatch.cgi" successfully but when I switched to "dispatch.fcgi" I get ==================================================== Application error Rails application failed to start properly
2006 Sep 19
9
RoR with apache2 on SuSE
Hi, I have an application completed that was built with RoR on windows. So this of course was tested with the webbrick server. I now want to put the project on our apache web server for production. I am having a very hard time getting this accomplished. I followed some of the steps here (because not all of them worked):
2007 May 15
0
Trouble with "require" and FastCGI
I didn''t mention in the subject that I''m using Firebird because I''m hoping non-Firebird developers will read this since there only seem to be about four people using Rails with Firebird. First what works for me - WinXP/Rails/Apache/FireRuby works great. I''ve also got WinXP/ Rails/Apache/FastCGI working well. When I mix FastCGI and FireRuby I blow up with
2007 Dec 21
2
config Rails .htaccess
Hello, newbie here please help I have developed my Rails site under www.mydomain.com/home Now I want to map it to use www.mydomain.com, what should i change to this .htaccess file =============== Content of my .htaccess file under public directory ============ # General Apache options AddHandler fastcgi-script .fcgi AddHandler cgi-script .cgi Options +FollowSymLinks +ExecCGI # If you
2006 Jul 26
1
Noobie Looking for Help: Off-Forum
Hello again, I have been working on the Rice Encoder/Decoder now since my first post. However, I can't identify what's wrong with it. I was hoping there might be someone out there interested in answering my questions outside of this forum. I am not very good at programming at all, but I really want to see this project come together with my own work. (i.e. I don't want someone just
2008 Jul 21
0
.htaccess exceptions
Hi I''m a .php coder trying to allow a Ruby on Rails website to access some .php scripts. I notice everything get redirected with Ruby on Rails in the .htaccess file. How do I stop Rails from redirecting my .php scripts which would be in another directory. Cheers (.htaccess is below) # General Apache options AddHandler fastcgi-script .fcgi AddHandler cgi-script .cgi Options
2007 Mar 14
0
FastCGI and Apache with MPM worker
Is this correct? FastCGI (mod_fcgid) moves the work out of Apache, which makes it possible to use Apache 2.2 with MPM worker. Or are there other problems concerning thread-safeness? Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Nov 23
2
Mongrel + Apache 1.3 + OpenBSD
Hello, I want to install a mongrel rails server with an apache in fronthead, all that on OpenBSD. But OpenBSD is released with a homemade Apache 1.3.29 patched by the OpenBSD team. I really want to keep this version of apache and I don''t want to change it to Apache 2.x (because of the security and the license but it''s not the point here). But for having mongrel, it has to be with
2007 Oct 24
1
FastCGI on IIS
Has anyone tried using Rails (or PHP or whatever) on IIS lately? There is a FastCGI extention for IIS 5.1 and 6.0 [1], backported from IIS7 if I understand correctly. I''m curious if anyone thinks this would work in production and give Rails a decent inroad for IIS-based shops. It seems to perform [2] but I would like some verification from the community at large before I mention the
2006 Mar 04
6
Can''t get Fast CGI working.
Well, after many hours of tinkering and internet browsing I just can''t get Fast CGI to work with Rails and Apache 1.3 on FreeBSD 5.4 Normal CGI works fine, but as soon as I enable FastCGI in .htaccess I get the message: Application error Rails application failed to start properly Here''s what I''ve done so far: - I''ve installed all the necessary software for
2007 Dec 06
2
WebDav/CalDav in Rails
Has anybody done anything with WebDev, or for that matter CalDav, in Rails? I''m looking to do stuff with CalDav and the spec seems pretty simple. I''m just wondering if the HTTP methods, like REPORT, natualy work or if I have to install/configure anything. I''m running Rails on Apache through FastCGI. Thanks, Jeremy --~--~---------~--~----~------------~-------~--~----~
2007 Mar 01
0
FastCGI and Apache. Anybody know what can cause this error?
Does anybody know what could possibly be causing my error? Somehow action_controller got into a state where it was retuning not found for about 4 out of every 5 requests, seemingly arbitrarily. Has anybody else ever experienced this? I''ve heard that apache and fastcgi is not the best solution, do you think this is fcgi''s fault? Could it be a bug in my ruby code? Could it be a
2008 Dec 17
1
Noobie question, regression across levels
NB: Not reply needed (Ben was extremely helpful!) I've just started using R last week and am still scratching my head. I have a data set and want to run a separate regression across each level of a factor (treating each one separately). The data right now is arranged such that the value of the factor along which I want to "split" my data is one column among many. Best way to do
2008 May 20
1
Noobie question - .com files
I know that windows exe files can be run using Wine, but I have a windows program I would like to run under PCLINOS and the update/patch is in the form of a .com file. Can a file of this type be used for the update/patch in Wine ?