Displaying 20 results from an estimated 50000 matches similar to: "actual request-received time?"
2008 Apr 20
2
mod_rails showing plain text instead of actual page
hello!
i got this forum powered by apache and mod_rails
lately when i create / edit posts, i get plain html text showing up
instead of the actual page.
here''s what i see:
--
Content-Type: text/html; charset=utf-8
Set-Cookie:
_mysite_session=BAh7CzoOcmV0dXJuX3RvMDoKdGl0bGV7BmkVdToJVGltZQ2IDhuAK1UeADoL
%250AdG9waWNzewZpBnU7Bw2HDhuA2%252FZJ7zoJdXNlcmkGIgpmbGFzaElDOidBY3Rp
2011 Aug 18
3
Rails 3 - Production Environment
Hello Everyone,
I need some help related to the below requirements:
-> I need to setup production environment without installing Ruby or
Rails or other related gems into it.
I did accomplish the same using JRuby, bundler and warbler plugin. And
deployed the WAR file into Apache Tomcat server. But now I have to do
this without JRuby & Apache Tomcat.
-> I have to setup Apache with
2010 Feb 25
0
Ruby on Rails application could not be started
Hi,
Hi,
I''m upt o install retrospectiva on my centOS 5 machine. Therefore, i
installed ruby 1.9.1 (ruby 1.9.1p376 (2009-12-07 revision 26041)
[x86_64-linux]) and following gems:
*** LOCAL GEMS ***
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
fastthread (1.0.7)
mysql (2.8.1)
passenger (2.2.10)
rack (1.0.1)
rails (2.3.5)
rake
2011 Mar 22
3
Premature end of script headers
after moving my app to production, I am getting the following error in the
apache error log. I am running on linode with apache and passenger.
any help would be great,
thanks,
Jason
[Tue Mar 22 00:18:04 2011] [error] [client 50.9.211.207] Premature end of
script headers:
[ pid=23638 thr=3063581552 file=ext/apache2/Hooks.cpp:821 time=2011-03-22
00:18:04.735 ]: The backend application (process
2011 Feb 10
3
ror 3 + apache2 + passenger = apache test page
I set up Passenger on manual -
http://wiki.rubyonrails.org/deployment/apache-passenger
Passenger and Apache install without errors.
/etc/httpd/conf/httpd.conf:
>> ...
>> LoadModule passenger_module
>> /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2/
>> ext/apache2/mod_passenger.so
>> PassengerRoot /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2
>>
2009 Dec 07
1
problem starting rails (hobo) app with passenger
Dear All!
I''ve set up my apache, passenger and configs, the passenger works, but
the app can''t be started. the erros are the following
These are the possible causes:
*
There may be a syntax error in the application''s code. Please
check for such errors and fix them.
*
A required library may not installed. Please install all
libraries that this
2012 Sep 18
3
Nginx + Phusion Passenger 3 problem with "504 Gateway time-out"
Hi,
I have a Rails 3.2 app. There is a specific request that takes a long
time to execute. The context is, the user uploads a pdf, and then we
have some processing through carrierwave + rmagick that generate a
jpeg from the first page of the document. Everything works in dev mode
using both webrick and thin. The problem happens on the prod
environment with Nginx + Passenger.
The request takes a
2011 Oct 10
0
passenger , ruby on rails , apache 2.2.21
Hello,
I am configuring apache 2.2 to serve my rails app through passenger.
First, I redirect all http traffic to https with the following:
This is my web server apache conf file.
ServerName sampleapp
NameVirtualHost *:80
<VirtualHost *:80>
Options FollowSymLinks
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
2011 May 21
4
request.format = :mobile causes error "undefined method `ref' for nil:NilClass"
I have a strange problem with setting request.format = :mobile
I can reproduce this problem on a completely fresh Rails 3.0.7 app
with no special gems. This seemed to work well in Rails 2 but for some
reason is hiccuping here, not sure what''s different in Rails 3 that
makes this hiccup. If you look at the stack track, it doesn''t even
pass through my app stack once -- weird --
2010 Sep 21
3
Rails 3 deployment on Passenger
I''m trying to move up to Rails 3 and everything is going fine on my
workstation where I have installed all of the necessary gems. The
problem I''m having is getting it to run on the production server that
I have to use where the app needs to be vendored. It''s on a Debian
Squeeze box with ruby l.8.7, rubygems 1.3.6, librack-ruby1.9.1,
passenger - 2.2.11debi and bundler
2012 Oct 23
0
AJAX truncated response on Phusion Passenger v3.0.17 on CentOS v6.x
Our application deployed on Phusion Passenger version 3.0.17 server on
CentOS 6.x box makes a AJAX call which returns a large response ranging
from 1MBs to 8 MBs. It works fine a lot of time but we have seen truncated
response from the server inconsistently. Its breaks are different places
for the same response and is not because of escape characters. The server
doesn''t break or
2010 May 14
1
passenger and apache: worker or prefork
i''m going to install apache and passenger on a intel atom dual (dual
core).
is it better to install apache-worker or apache-prefork?
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send
2013 Feb 27
7
puppet 3 and standalone passenger?
I''ve been looking around for instructions on installing puppetmaster with a
standalone passenger, without apache.
I''m a personal believer in, "the fewer layers, the better" :)
Unfortunately, I cant find any instructions for this configuration.
Everything seems to be written for "puppet AND httpd and passenger".
Could anyone point me to instructions sans
2010 Jun 30
2
One time shot feed params from development
I got a confirmation on my development system that should have gone to
the production system and so I have a ''Post'' set of data which I know
from my development logs that I want to feed to my production system.
Is there some easy way to do this in the console or do I have to try to
recreate it with wget or a web browser?
Craig
--
This message has been scanned for viruses and
2012 Mar 30
0
Facing probme with image upload rails 2.3.4, ruby 1.9.2 with papaerclip
I been working on image upload since long and every time working fine,
Now since i deployed application on server,i am facing strange problem
while image upload.
When i am trying upload image it''s gives error like,
NameError (undefined method path'' for
classActionController::UploadedStringIO''): :10:in synchronize'' passenger
(3.0.9)
2012 Aug 17
4
How to modify client authentication in passenger based puppet master behind ssl proxy
I''ve configured our DMZ apache webserver to proxy connections from our
roaming users into our internal puppet master running under
passenger/apache. Everything is pretty much working but because I am using
SSL between the proxy server and the puppet master, the master treats the
connection as authenticated as the proxy. My current work around is to
allow access to all catalog and
2012 May 27
2
Setting Up A Rails App With Passenger
Been trying to get Passenger installed and setup to run a rails app.
Everytime I goto eaa.mysite.com in Firefox the web browser goes out to
the Internet instead of serving up the website. Why does this occur?
Below is part of the configuration for apache2.conf:
=======================================================
# Setup a virtual host for the rails apps to run in.
<VirtualHost *:80>
2014 Aug 29
0
Using puppet with Apache mod_disk_cache and passenger over SSL
I have tried to setup Apache with passenger to host the puppetmaster but I
also want to cache. I have no problems running puppet within Passenger with
httpd. I also enabled mod_disk_cache within Apache. However, I still see my
puppet client htting the puppetmaster and the puppetmaster compiles the
manifest every time. In /var/cache/mod_cache, I can see that the data was
properly cached.
2010 Jun 16
2
passenger and apache mpm's
Hi!
Is it safe to run phusion passenger with all apache kinds of MPM?
regards
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2009 Jun 12
5
Limit Request Body Size (Disallow very large File-uploads)
Hello all,
For the last couple of days I was trying to get my
Apache/mod_proxy/mongrel setup to limit the size of the request body.
The setup is as follows:
1.) Apache acts as a reverse proxy by facilitating mod_rewrite and mod_proxy
2.) Requests for non-static files are passed on to a mongrel_cluster
3.) We use mongrel for our Ruby on Rails application
Note that due to some restrictions we are