Web Stack Getting Started Guide

Ruby Files

The following list describes the file structure for Ruby:

/var/ruby/1.8/gem_home

Contains the Rubygems repository. Configure the GEM_HOME environment variable to point to /var/ruby/1.8/gem_home to use this installation of Rubygems.

/usr/ruby/1.8/bin

Contains the Ruby executable as well as other utility programs, and Rubygems programs. These programs are linked from /usr/bin. For example: /usr/ruby/1.8/bin/ruby is linked from /usr/bin/ruby1.8, and may be linked from /usr/bin/ruby if 1.8 is the latest version of Ruby installed on this system.

Squid Files

The following list describes the file structure for Squid:

/usr/squid/bin

Contains the executable for the Squid client and to run the cache.

/usr/squid/libexec

Contains the libraries.

/etc/squid/squid.conf

The main configuration file. Modify this file for Squid to work.