Posts Tagged with "Apache"
Mastering the AEM Dispatcher Part 1: Debugging the Dispatcher
The AEM Dispatcher is the entry point for your AEM application, but it's also a black box. Learn how to debug requests in the AEM dispatcher.
Mastering the AEM Dispatcher Part 2: Case Insensitive URLs
Unlike case Insensitive web servers, such as IIS, the AEM Dispatcher on Apache httpd is case sensitive. Learn about how to support case Insensitive URLs in the AEM Dispatcher on Apache.