Displaying 20 results from an estimated 6000 matches similar to: "Re: Isolating Rails apps?"
2006 Mar 24
1
Isolating a Rails app?
I''m trying to isolate some Rails apps I will be running on a shared server;
by isolate I mean I want the application to be unable to access any of the
filesystem below its root. These apps are from a few different people and I
don''t want them to accidentally (or purposefully) blow someone else''s files
away. I would just create a unique user for all of them, but I
2008 Jan 10
14
Keeping Camping going
Hello all,
I''m not sure who Camping''s steward is at this point(zimbatm? _why?),
but I haven''t seen much activity in quite some time. I really like
Camping, and I understand open source projects can fall by the
wayside.
So, I''d be willing to take over maintenance and releasing. I have
experience maintaining my own open source projects, and a history of
2008 Apr 03
3
Branchable migrations -- A plugin to let you organize your migrations
I just put a new plugin named branchable_migrations on Github.
Branchable migrations lets you separate your migrations into
"branches" (i.e., a director under db/migrate) that each have their
own version. Using the forthcoming UTC timestamped migrations and
this plugin, you can separate migrations by table or feature. Doing
so should alleviate many of the problems that seem to pike up
2007 Oct 15
0
A Ruby/Rails bibliography
Howdy all,
I''ve noticed an influx of "What book should I buy?" questions lately,
so I thought I''d put together a number of bibliographies/curriculums
based on experience, role, and so on. You can view them at:
http://blog.mrneighborly.com/2007/10/ruby-and-rails-bibliography-of-sorts.html
I want this to be a resource to point people to, so if one of these
becomes out
2006 Jul 09
3
Mongrel and proxying with Apache 2 mod_proxy
Hi all,
I''ve just spent some time going through trying to get mongrel & apache
2.0 working with mod_proxy. I thought I''d share what I''ve found in
case someone is going through the same exercise.
Of late, I''ve been using mongrel (lovely, btw) to run my rails apps.
Since I have a couple of different rails apps running on the machine,
I thought it be nice to
2006 Dec 14
0
Apache2, Mongrel & multiple apps
I''m running Apache 2.0 as a proxy to several Mongrel/Rails apps, so
that all of my Mongrel apps can be routed through the single Apache IP
address.
The problem I''m having is that this setup works well for apps that do
not use the public/index.html file as the main page. For any apps that
do use public/inedx.html as the main page, none of the links off of
index.html work. So no
2010 Mar 03
1
[gPXE] localboot 0 hang on some machines
Randy McAnally wrote:
>
> Thank you so much, this is the kind of news I needed!
>
> ---------- Original Message -----------
> From: "Arends, R.R." <r.r.arends at hro.nl>
> To: "Randy McAnally" <rsm at fast-serv.com>
> Cc: <gpxe at etherboot.org>
> Sent: Wed, 03 Mar 2010 10:10:56 +0100
> Subject: Re: [gPXE] localboot 0 hang on some
2015 Aug 28
0
apache mysterious 404 error
What is the absolute path on the server that /mycompanyStore/images/ is store in?
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Tim Dunphy
Sent: Friday, August 28, 2015 10:12 AM
To: CentOS mailing list <centos at centos.org>
Subject: Re: [CentOS] apache mysterious 404 error
Hey guys,
Sorry for the failed attempts at
2015 Aug 28
1
apache mysterious 404 error
Hi Robert,
It's this:
drwxr-xr-x. 2 daemon daemon 4096 Aug 27 12:34 /var/www/mycompanyStore/images
Thanks,
Tim
On Fri, Aug 28, 2015 at 11:17 AM, Robert Wolfe <Robert.Wolfe at malco.com>
wrote:
> What is the absolute path on the server that /mycompanyStore/images/ is
> store in?
>
> -----Original Message-----
> From: centos-bounces at centos.org
2007 Nov 23
2
Unable to read anything from request.remote_ip
For some users, request.remote_ip always return nil. According to the
RAILS''s help:
REMOTE_ADDR is the standard but will fail if the user is behind a proxy.
HTTP_CLIENT_IP and/or HTTP_X_FORWARDED_FOR are set by proxies so check
for these before falling back to REMOTE_ADDR. HTTP_X_FORWARDED_FOR may
be a comma- delimited list in the case of multiple chained proxies; the
first is the
2006 Aug 24
0
apache2.2 mod_proxy, mongrel, and my poor rails code
Hi mongrel-users,
Just a heads up for apache2.2 mod_proxy + mongrel + rails users:
If you have a line like this in your source (because you''ve done a
poor job maintaining your code and reading the API docs):
render ''foo'', :layout => ''bar''
You might expect it to do what it says... but it actually sets
deprecated_status and ends up setting
2006 May 02
4
recommended setup of Mongrel_cluster + SSL for multiple apps?
I''d like to use Mongrel_cluster with SSL on a green-field application (it
can be configured however is best - initially, "ease of setup" is important,
but then soon after will be scaling and response time). I''ve read a lot of
emails on this topic, and checked out the Mongrel pages, etc, but I''m left
with this question of what is recommended:
For a
2015 Aug 28
4
apache mysterious 404 error
Hey guys,
Sorry for the failed attempts at obscuring the company I work for. My boss
wouldn't take too kindly to it if I revealed that information on a mailing
list. :)
So anyway, I realized that capitalization might be the problem. So I
renamed the directory to match what was in the URL. That didn't solve the
problem.
However I noticed this message turning up in the logs:
[Fri Aug 28
2005 May 06
7
Rails hosting per user
I''m trying to set up shared rails websites, so every user has its own
public_html for rails scripts.
I''m not really satisfied with the fastcgi approach (cgi scripts can
sometimes be nasty security problems) so I''d like to try the another
approach. (If someone knows a good tutorial on installing rails on FreeBSD
including the fastcgi configuration that would be nice).
2006 Jul 26
5
Mongrel + mod_proxy URL issues
We have a Centos server with a number of virtual hosts, and my rails app
runs under one of those virtual hosts using mongrel_rails. The app lives
in /home/mydomain/railsapp where /home/mydomain/railsapp/public is the
rails root.
It runs under mongrel on port 8008, so to get to it users invoke the url
http://www.mydomain.com:8008/ - all is fine to this point.
Now I have some users whose
2013 Feb 27
0
Isolating Gluster volumes with a firewall (amazon security groups)
Hi All,
I am looking to utilize gluster on amazon aws for shared storage among
web servers (Elastic Beanstalk). However, since I plan on using the
gluster tier for numerous different beanstalk environments, I'd like
to isolate the systems from accessing each others data. Since
Beanstalk uses dynamic IP addresses, I can't utilize the built in
auth.allow and auth.reject in gluster to
1998 Jan 07
0
FYI: Apache security advisory
[Mod: headers removed -- alex]
------- Forwarded Message
Reply-To: Marc Slemko <marcs@ZNEP.COM>
Sender: alan@cymru.net
From: Marc Slemko <marcs@ZNEP.COM>
Approved: alex@yuriev.com
Subject: Apache security advisory
X-To: apache-announce@apache.org
To: BUGTRAQ@NETSPACE.ORG
[ Copies of this are being sent to BUGTRAQ, apache-announce,
comp.infosystems.www.servers.unix, and
2009 Apr 27
4
dtrace : isolating the slow write
Hi Experts,
_write
value ------------- Distribution ------------- count
4096 | 0
8192 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1161825
16384 | 2754
32768 |@
2014 Sep 16
2
repoquery -f does not work well.
Hi.
I've found inconstancy between output of repoquery and rpm. I was
looking forward towards apache php 5.4 module which must provided by
some package SCL (can someone tell me?).
rpm -qf /etc/httpd/modules/mod_proxy.so
httpd-2.2.15-29.el6.centos.x86_64
repoquery -qf /etc/httpd/modules/mod_proxy.so
so repoquery results in no output
yum list installed httpd
Loaded plugins: fastestmirror
2008 Jan 09
1
SIP Client in Rails App
Hey,
do you think it could be possible to integrate a SIP or IAX client into
a Rails app to use it for VoIP calls directly from the web page by
clicking a link without having to download a 3rd party client?
Is there any other solution than an activeX control to access the
microphone?
Do you have made experience with a free minimalistic applet or activeX
control?
Greets
--
Posted via