Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
added varnish.md file and updated used technologies order
Browse files Browse the repository at this point in the history
  • Loading branch information
irinamacovei1 committed Jan 19, 2015
1 parent d89eefb commit 5189568
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
28 changes: 14 additions & 14 deletions applications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

Vlad can install the following technologies:

- [MySQL](mysql.md)
- Apache2
- PHP
- Varnish
- Git
- Adminer
- [Drupal Install Scripts](drupal.md)
- [Drush](drupal.md) (with the 'site audit' and 'hacked!' modules)
- [Munin](munin.md)
- [Xdebug](xdebug.md)
- Ruby (via RVM)
- Sendmail
- Git
- ImageMagick
- Mailcatcher
- Memcached
- Redis
- Adminer
- [XHProf](xhprof.md)
- Solr (Version 4)
- [Munin](munin.md)
- [MySQL](mysql.md)
- Node.js (including npm)
- ImageMagick
- PHP
- PimpMyLog
- [Drupal Install Scripts](drupal.md)
- Redis
- Ruby (via RVM)
- Sendmail
- Solr (Version 4)
- [Varnish](varnish.md)
- [Xdebug](xdebug.md)
- [XHProf](xhprof.md)
8 changes: 8 additions & 0 deletions applications/varnish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Varnish

A reverse proxy server that is used as a cache mechanism for Apache page requests. Varnish listens on port 80, but it can be bypassed by directly accessing Apache on port 8080.

The Varnish secret key for the box is 04788b22-e179-4579-aac7-f3541fb40391, you will need this when using the Varnish modules in Drupal.
Also you will need to select 3.x as your Varnish version and set the Varnish Control Terminal to be 127.0.0.1:6082.

This module can be found at [https://www.drupal.org/project/varnish/](https://www.drupal.org/project/varnish/)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pages:
- ['applications/index.md', 'Applications', 'Applications']
- ['applications/mysql.md', 'Applications', 'MySQL']
- ['applications/drupal.md', 'Applications', 'Drupal']
- ['applications/varnish.md', 'Applications', 'Varnish']
- ['applications/xhprof.md', 'Applications', 'XHProf']
- ['applications/xdebug.md', 'Applications', 'Xdebug']
- ['applications/munin.md', 'Applications', 'Munin']
Expand Down

0 comments on commit 5189568

Please sign in to comment.