Title: Varnish WordPress
Author: AdminGeekZ
Published: <strong>2013년 10월 23일</strong>
Last modified: 2018년 2월 20일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/varnish-wp.svg)

# Varnish WordPress

 작성자: [AdminGeekZ](https://profiles.wordpress.org/admingeekz/)

[다운로드](https://downloads.wordpress.org/plugin/varnish-wp.1.7.zip)

 * [세부사항](https://ko.wordpress.org/plugins/varnish-wp/#description)
 * [평가](https://ko.wordpress.org/plugins/varnish-wp/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/varnish-wp/#installation)
 * [개발](https://ko.wordpress.org/plugins/varnish-wp/#developers)

 [지원](https://wordpress.org/support/plugin/varnish-wp/)

## 설명

This is a plugin for wordpress to intergrate the varnish cache for high performance
websites.

This plugin will purge the cache on,

 * Post changes (new, edit, trash, delete).
 * Page changes (add, edit, remove)
 * Comment changes (add, edit, approve, unapprove, spam, trash, delete)
 * Theme changes

#### Features

At present some of the features are,

 * Multiple varnish backends
 * Manually purge the cache
 * Enable/Disable Feed Purging
 * Ability to purge entire cache on changes
 * Debug logging
 * Minimize number of purges and remove duplicate purges for speed on larger installations
 * Supports varnish 4 + 5
 * Support for Woocommerce

#### Speed

Our tests show that by utilizing varnish you gain a ~70x capacity increase over 
standard WordPress making you resistant to traffic floods (slashdot, digg, reddit,
stumbleupon).

## 설치

#### To install the WordPress plugin.

 1. Get the latest version from https://www.admingeekz.com/files/varnish-wordpress.
    zip
 2. Copy the varnish-wordpress folder to wp-content/plugins/
 3. Login to wp-admin
 4. Go to Plugins->Installed Plugins on the left menu
 5. Under “Varnish WordPress” click “Activate”
 6. You should now see the varnish menu under “Settings”

#### To install the varnish VCL.

 1. Copy the file “default.vcl” provided with this plugin to your varnish installation
    path (/etc/varnish/default.vcl on most systems)
 2. Configure the backend in the default.vcl to point to the ip and port your webserver(
    s) are running on
 3. Restart varnish

#### To configure the WordPress plugin

 1. In the varnish backends box input the backends we need to access to purge the cache.(
    Format: ip:port)
 2. Check the enabled box
 3. Click Save

The setup should be complete. You can enable Debug Logging temporarily to monitor
what the plugin is doing. Test by enabling debug logging and adding a new post.

## FAQ

  Installation Instructions

#### To install the WordPress plugin.

 1. Get the latest version from https://www.admingeekz.com/files/varnish-wordpress.
    zip
 2. Copy the varnish-wordpress folder to wp-content/plugins/
 3. Login to wp-admin
 4. Go to Plugins->Installed Plugins on the left menu
 5. Under “Varnish WordPress” click “Activate”
 6. You should now see the varnish menu under “Settings”

#### To install the varnish VCL.

 1. Copy the file “default.vcl” provided with this plugin to your varnish installation
    path (/etc/varnish/default.vcl on most systems)
 2. Configure the backend in the default.vcl to point to the ip and port your webserver(
    s) are running on
 3. Restart varnish

#### To configure the WordPress plugin

 1. In the varnish backends box input the backends we need to access to purge the cache.(
    Format: ip:port)
 2. Check the enabled box
 3. Click Save

The setup should be complete. You can enable Debug Logging temporarily to monitor
what the plugin is doing. Test by enabling debug logging and adding a new post.

  I have a question

Check the latest FAQ at the plugin home page on our website at [Varnish WordPress](http://www.admingeekz.com/varnish-wordpress)

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Varnish WordPress”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ AdminGeekZ ](https://profiles.wordpress.org/admingeekz/)

[자국어로 “Varnish WordPress”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/varnish-wp)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/varnish-wp/)는, [SVN 저장소](https://plugins.svn.wordpress.org/varnish-wp/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/varnish-wp/)
을 [RSS](https://plugins.trac.wordpress.org/log/varnish-wp/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.7

 * Verified support with latest wordpress 4.9
 * Added woocommerce support

#### 1.6

 * Added better HTTPS support
 * Added varnish 4 and varnish 5 VCL’s
 * Fixed purging of all
 * Fixed enabling/disabling of plugin
 * Added extra debug logging
 * Show last logs and server headers when debug log is enabled

#### 1.5

 * Introduce support for separate wp-admin backend to allow for longer timeouts
 * Add comments/support to default varnish config for multiple domains/subdomains
   and SSL
 * Bugfix: the timeout for backends was not processed so defaulted to 0 seconds
 * Bugfix: typo in the error reporting when unable to connect to a backend
 * Bugfix: default styling for checkboxes was malformed in certain themes

#### 1.4

 * Updating readme, screenshots and installation documents to package and list as
   a plugin in the WordPress directory

#### 1.3

 * Processing purges on shutdown to prevent duplicates
 * Reintroduced transition status hook
 * Purge on theme change
 * Moved to github

#### 1.2

 * Added disable feed purge option
 * Added purge all option
 * Added manual purge option
 * Fixed a bug where the cache would not clear if you had wordpress in a subdirectory
 * Minor text and formatting bug fixes

#### 1.1

 * Added debug logging option
 * Added timeout option for varnish connections
 * Removed transition status hook, causes duplicate purges.

#### 1.0

 * Initial release

## 기초

 *  버전 **1.7**
 *  최근 업데이트: **8년 전**
 *  활성화된 설치 **70+**
 *  워드프레스 버전 ** 3.4 또는 그 이상 **
 *  다음까지 시험됨: **4.9.29**
 *  언어
 * [English (US)](https://wordpress.org/plugins/varnish-wp/)
 * 태그:
 * [varnish cache](https://ko.wordpress.org/plugins/tags/varnish-cache/)[wordpress cache](https://ko.wordpress.org/plugins/tags/wordpress-cache/)
 *  [고급 보기](https://ko.wordpress.org/plugins/varnish-wp/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/varnish-wp/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/varnish-wp/reviews/)

## 기여자

 *   [ AdminGeekZ ](https://profiles.wordpress.org/admingeekz/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/varnish-wp/)