AEM Dispatcher setup on CentOS
Hi All,
I am trying to configure Apache webserver(2.4) with Dispatcher(4.3.3) in AEM 6.5 using with docker image and container. When I execute container I am able to see requirest are going through server.For the first time error-log, access-log and dispatcher.log got created.Also I can see dispatcher initlizing messge as below.
Dispatcher initializing (build 4.3.3/apache-2.4-linux-x86_64)
[Thu Jan 02 20:51:57 2020] [D] [pid 1] farms[publish].cache.docroot = /var/www/html
[Thu Jan 02 20:51:57 2020] [I] [pid 1] Dispatcher initialized (build 4.3.3/apache-2.4-linux-x86_64)
[Thu Jan 02 20:51:57 2020] [D] [pid 1] HTTP keepalive is enabled, timeout is 60 seconds.
[Thu Jan 02 20:51:57 2020] [D] [pid 1] Dispatcher initializing (build 4.3.3/apache-2.4-linux-x86_64)
[Thu Jan 02 20:51:57 2020] [D] [pid 1] farms[publish].cache.docroot = /var/www/html
[Thu Jan 02 20:51:57 2020] [I] [pid 1] Dispatcher initialized (build 4.3.3/apache-2.4-linux-x86_64)
[Thu Jan 02 20:51:57 2020] [D] [pid 1] HTTP keepalive is enabled, timeout is 60 second
When I try to access any page hen dispatcher.log is not getting updated or any request or anything else.
does it mean my dispatcher working fine or not?