Displaying 20 results from an estimated 67 matches for "mod_rubi".
Did you mean:
mod_ruby
2005 Dec 14
14
Install problems: R-o-R on Debian with mod_ruby
Hello,
I have tried to setup Ruby-on-rails on my debian Linux machine and can
not get it to run. Maybe someone can help.
The following was installed already:
- apache2 2.0.54 (and PHP5)
- Postgresql 8.1
Now, having the ''unstable'' branch in my /etc/apt/sources.list I did:
apt-get install libapache2-mod-ruby
and Apache reports a "mod_ruby/1.2.4 Ruby/1.8.4"
2006 Apr 27
6
Why not mod_ruby?
Hi!
I''ve understood that the mod_ruby apache module is not recommended for
running Ruby on Rails applications. But I haven''t found any information
as to why that is so. Please enlighten me. And could you point me to the
(currently) prefered production environment. (That can handle both RoR
and PHP sites).
Thank you and best regards
Hans-Eric Gr?nlund
--
Posted via
2006 Jun 30
2
Eruby.import -> "uninitialized constant" error
I''m working on porting a dynamic website done in PHP over to mod_ruby. I
have everything set up and working nicely (I can make a .rhtml page, put
ruby code between <% %> and it works etc), but when I try to use
"Eruby.import" as a sort of analog to PHP''s "require_once()", I run into
trouble.
1) eruby is in my cgi-bin
2) here''s a sample of
2006 Jan 03
2
Rails is slow on Apache !!!
Hi ,
I have rails running on my development machine. I have installed mod_ruby
and set up the httpd.conf file to add handlers for .rb files. But the speed
I get is still slow compared to webrick which is blazingly fast.
I have 2 questions
1. How do I determine if mod_ruby is loaded and is being used to run my ruby
scripts ?
2. Which of these fcgi /mod_ruby is faster ?
Thanks
vivek
--------------
2006 Aug 23
12
mod_ruby and rails
Can rails run under apache and mod_ruby? How?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
2006 Jun 04
4
eRuby & Rails: Not Compatible
I''m new to Ruby, Rails, and this list. I''ve tried searching for an
answer but it all seems to be over my head. I have all the books but
again they seem to leave me on my own to figure out the stuff that
really matters. Where is the best place to find out the details?
Exactly what are these much celebrated "naming conventions"; i.e. where
do I find an exhaustive
2005 Apr 08
0
switch mod_ruby to fastcgi but still use eruby?
Hello there list-
I have a question I hope someone can answer. I have a Debian server
that currently has mod_ruby and eruby installed and working great for
the last year or so. I also have one rails app working great on this
box. My question is this: I want to switch to fastcgi so i can have
more than one rails app, but there are already many scripts using eruby
with no framework at all just
2005 Aug 03
0
Apache::RailsDispatcher for mod_ruby
Hi,
I wrote Apache::RailsDispatcher to run Rails applications on mod_ruby.
http://blog.shugo.net/articles/2005/08/03/running-rails-on-mod_ruby
Apache::RailsDispatcher can run multiple applications in the same
process. It works like this:
* require loads libraries into the top level, and they are shared
with all applications.
* require_dependency loads libraries into an anonymous
2008 May 02
6
looking for Mod_Ruby and easy Deployment Options? Sign Here
Hi,
http://www.ruby-forum.com/topic/151662#669164
Hi,
Please read more on the above link first, which is available in this
section of Ruby on Rails. It will give you a clear understanding of
Deployment scenario
The Author of that thread and Me too, are frustrated with Lack of Shared
Hosting and Tough Deployment Scenario, since nothing is shaping up.
We do not want to get carried away with
2006 Jun 07
0
mod_ruby, mod_fcgid performance
anyone ever try to test between mod_ruby and mod_fcgid ?
Artit S.
--
Posted via http://www.ruby-forum.com/.
2005 Aug 16
9
Needed - a step by step WAMP installation of Rails
I am finding the installation process for Rails a bit confusing. First
of all I want to use:
Windows 2000
Apache 1.3+
MySQL
The above is accomplished with WAMP5 from wampserver.com
The problem is that there is no complete step-by-step for installation
in this enviroment. The wiki instructions hop around from One-click to
Apache.conf and other items. Installing CGI support for languages on
2005 Mar 02
4
Development without server restart?
I thought that Rails was supposed to allow development of an
application *without* having to restart the webserver? I know this
works in WEBRick ... but this doesn''t seem to be the case in Apache
(linux). Am I missing something here, or does this only work in
webrick?
I suppose one should argue that for development you should just use
webrick, but this wasn''t an option for me
2008 Jan 14
8
What is so hard about Rails deployment?
Recently there has been a lot of fuss about the ease of Rails
deployment. People made various claims, such as "I''ve deployed PHP,
Java, (insert something else here) and Rails. Rails is by far the most
painful." and "Java deployment (with Tomcat) is easier."
I have no experience with Java deployment. But I have a friend who has
worked on several high-end software
2005 Nov 06
11
Ideal Rails / Apache config?
Hi All,
Just about to set up RoR on our server and was wondering what the
ideal setup for RoR is these days? Apache 1? Apache 2? fCgi?
Any guidance would be helpful!
Thanks,
-Adam
2005 Oct 17
2
What to install/configure?
Hi railers,
(railers? Rails-ers? How do you folks refer to yourselves?)
I''m brand spankin'' new to most of this. I''m just learning ruby, just
learning rails, just learning MySQL, and really just learning about
Apache/CGI-type stuff. I have a long background with UNIX sysadmin and
scripting (lots and lots of Perl and Bash), so the ruby is coming fast
(and
2006 Feb 01
3
Configure Apache 2.0.55 and FastCGI
I''m installing a Rails App under Apache 2.0.55 with FastCGI.
I have this config under httpd.conf
------------------------
LoadModule fastcgi_module modules/mod_fastcgi.dll
...
Alias /fatturails/ "C:/Programmi/Apache
Group/Apache2/htdocs/fatturails/public/"
<Directory "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public">
AddHandler fastcgi-script .fcgi
2009 Jun 09
8
Ui Designing with Rails opposed to PHP
Why are there more web design users using PHP instead of using Rails? Is
there an advantage using PHP over Rails?
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Feb 07
0
Re: odd http header corruption
Hi,
So more information on the header corruption.
I tried adding a slice! instruction to remove the offending part of the
http headers. Rails ActionController::CgiResponse normally uses the
following:
output.write(@cgi.header(@headers))
which I replaced with:
headers = @cgi.header(@headers)
headers.slice!(/#<#<(C|c)lass: 0x[\w\d]*>:0x[\w\d]*>/)
output.write(headers)
testing that
2005 Jun 18
9
lighthttpd mod_scgi
I see that lighttpd 1.3.14 supports SCGI.
lighttpd 1.3.14 - 2005-06-15 18:10
Changes
-------
* added SCGI support via mod_scgi
* added hash-based and round-robin load balancing to mod_proxy
* fixed range requests larger than 2Gb
* fixed compilation on Solaris
* fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy
* fixed handling of URIs for ''+'' and
2006 May 13
7
Recognition Failure
I keep getting a Recognition failed for "/dispatch.fcgi" error. I
search for a solution and the closest I came to finding one was
someone saying "look at the Rewrite in .htaccess and you''ll be able
to figure it out." Well, I can''t! If anyone could help, I would
appreciate it.
Thanks!
Floyd
-------------- next part --------------
An HTML attachment