I seeing a weird behaviour in access.log logging by apache2. Only the first 2 requests from the same client are logged but not after that.
The Virtualhost config file is having this setting:
CustomLog ${APACHE_LOG_DIR}/access.log combined
Can anyone please tell me What else need to be set in apache2 to get access log working correctly ?