Forum Moderators: phranque
That leaves you with two other solutions, neither particularly efficient:
You can 'pipe' all requests through a script that logs the request, and then reads and delivers the requested content. This is very inefficient, but comparable to generating pages with PHP or similar.
Another solution is to include an SSI directive on each page that calls a small logging script. While more efficient that the above, it won't work with image, media, CSS, or JS, files, only with 'pages.'
The best solution is to get hosting that meets the needs of your site.
Jim