Chuyển đến nội dung chính

Bài đăng

Đang hiển thị bài đăng từ Tháng 9, 2016

[AEM] Setting Up a Dispatcher on OS X

Setting Up a Dispatcher on OS X Purpose : This guild is to show you how to set up a dispatcher on OS X step by step Prepare : 1.          OS X machine with Apache installed and enabled 2.          Start AEM 5.6.1 quickstart author on: 4502 publish on: 4503 Configure : 1.          Figure out which version of Apache httpd you’re working with: $ httpd –v In my case: Server version: Apache/2.4.18 (Unix) Server built:    Feb 20 2016 20:03:19 2.          Download and extract the correct dispatcher version for your httpd: https://www.adobeaemcloud.com/content/companies/public/adobe/dispatcher/dispatcher.html Inside the extracted directory you will find a file named ‘dispatcher-apache<version>.so’. Copy this file to /usr/libexec/apache2. In my case: $ sudo cp di...