LB apache for balancer configure v1 by RightScale
It configures Apache to act as a reverse proxy for a balancer_module and to include any existing vhost definitions that are found in /etc/httpd/rightscale.d/
WEB apache mod_balancer simple vhost config v3 by RightScale
Sets up a simple http vhost (i.e., no ssl) for $WEBSITEDNS site, forwarding to a preconfigured/existing modbalancer identified by "$APPLICATION"_cluster. Supports displaying a maintenance page if it exists (/maintenence.html)
DB freeze binary backups v1 by RightScale
Comments out the lines in the crontab that launch the continuous backups of the database.
DB unfreeze binary backups v1 by RightScale
It re-enables the binary backup scripts in the crontab so they continue to be executed periodically
DB application privileges set v1 by RightScale
Grants all DB privileges to a user identified by DBAPPLICATIONUSER and sets the password as specified by the Input DBAPPLICATIONPASSWORD. These values should correspond to the values used by your application for database access.
PHP DB Connection Configure v2 by RightScale
Creates a db.php file that includes the parameters needed for the application to connect to the database. (For example: user credentials, schema name, DNS, etc.)
DB MySQL attachment mysqldump import v1 by RightScale
Downloads a mysqldump file from S3 and imports it into the local server (on database DBSCHEMANAME). If the schema already exists, nothing will be changed in the DB (i.e., no import). If the DBMYSQLDUMPPREFIX and DBMYSQLDUMPBUCKET are not set (input variable marked as ignored), nothing will be
