19 June 2013

The Ruby Reflector

Topic

Apache HTTP Server

  Source Favicon
By Hongli Lai of Phusion Corporate Blog 26 days ago.
Email

…is software that deploys Ruby and Python web apps, by integrating into Apache and Nginx and turning them into a fully-featured application server. It is very fast, stable and robust and thus used by the likes of New York Times, AirBnB, Symantec, Pixar, etc. It comes with many features that makes your life easier and your application perform better.

Phusion Passenger is under constant maintenance and development. Version 4.0.3 is a bugfix release.

Phusion Passenger…

blog.phusion.nl Read
  Source Favicon
Email

…following (line 209):

<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory>

Finally, under DirectoryIndex , ensure you add index.php (line 231), so that php files will be served. Restart Apache ( sudo apachectl restart ) Sorted! Many thanks to this article which helped with the PHP side of things.

blog.ardes.com Read
  Source Favicon
On Scout ~ The Blog 1 month ago.
Email

Apache Available Workers

Passenger Global Queue Depth

Passenger was showing a rise in the Global Queue Length and Apache Available Workers were dropping to zero. Because the global queue depth was so high, we knew the bottleneck was at the application server (Passenger) and not the web server ( Apache).

3. When is the queue spiking?

The chart showed that the vast majority of requests were bunched between 20-30 seconds. Why?

Originally, every Scout agent would checkin on …

scoutapp.com Read
  Source Favicon
By Hongli Lai of Phusion Corporate Blog 1 month ago.
Email

Phusion Passenger is software that deploys Ruby and Python web apps, by integrating into Apache and Nginx and turning them into a fully-featured application server. It is very fast, stable and robust and thus used by the likes of New York Times, AirBnB, Symantec, Pixar, etc. It comes with many features that makes your life easier and your application perform better.

We are releasing an emergency release in response to a recently discovered remote code execution …

blog.phusion.nl Read
  Source Favicon
By Lee of Blog | The Working Group 1 month ago.
Email

Backbone, JS, PHP, XML, Razor, ISS, Apache, ASP.NET, MS SQL, CardDav and CalDav protocols

Have created an API for a production environment

Experience with additional database platforms such as Postgres, Redis and Mongo in a live production environment

Able to work in a * nix/ Linux environment

Use source control exclusively, Git preferably

Use ftp to deploy applications

Experience programming iOS, Android or BlackBerry applications

Write tests with …

blog.twg.ca Read
  Source Favicon
By Ben Arblaster of Brightbox Ruby Blog 1 month ago.
Email

…and security fixes provided until April 2017. Highlights include the Linux 3.2 kernel, Apache 2.2.22, Nginx 1.1.19, Upstart 1.5, OpenJDK 7, upgrades for Puppet and Chef and many more bug and security fixes.

We've included the usual Brightbox Ruby deployment stack and our "next generation" Ruby 1.8.7 and 1.9.3 packages, as well as the latest Phusion passenger. A significant change from Lucid-based Brightboxes is that Ruby 1.9.3 is now the default , …

brightbox.co.uk Read
  Source Favicon
By Adam Jacob of Opscode Blog 1 month ago.
Email

…philosophy behind being an Open Source business, and how that philosophy led us to choose the Apache License for Che f. That blog post was our way of laying the foundation for the kind of community we wanted to build, and for guiding our own decisions as a company around how we were going to behave. It essentially boiled down to 3 things:

Opscode is an Open Source business.

Anyone whose problems are solved by Chef should be able to use it to solve those problems, whether they have …

opscode.com Read
  Source Favicon
By Klampaeckel of till's blog 2 months ago.
Email

Typically, PHP applications are developed on a single host — Apache, PHP and MySQL on localhost. With Vagrant it becomes surprisingly easy to mimic production.

Not to say that I have to run 20 virtual machines to copy my cluster of application servers, but it's perfectly acceptable to set up an environment with four VMs where one is a loadbalancer, two are application servers and then a database server.

Networking and port forwards

Unless you regulary let others use your …

till.klampaeckel.de Read
  Source Favicon
By Giles Bowkett of Giles Bowkett 2 months ago.
Email

…way Rails controllers do. This probably came to Ember from Rails, and came to Rails from Apache, but it really has nothing to do with indexing whatsoever. It's one of the few completely cargo-cult elements in Rails, so it's not my favorite part of Ember either.

However, one thing I do want to give Ember credit for, which you can see in this example: this code's concise.

gilesbowkett.blogspot.com Read
  Source Favicon
By Julian Dunn of Opscode Blog 2 months ago.
Email

…system administrators are already familiar, the setup and configuration of a LAMP ( Linux, Apache, MySQL and PHP) stack. Ewart shows how the installation and maintenance of this stack can be automated using Chef and out-of-the-box community cookbooks, downloaded directly from Opscode's community site at community.opscode.com . He then delves more into detail, talking about Chef's other concepts (roles and environments), and also discusses data bags, which can hold …

opscode.com Read