Forum Moderators: DixonJones
Problem is this: most of the sites are generated dynamically and are actually sharing a lot of files (graphics,...). This makes it impossible to track the amounts transferred from apache log. I can get the total amount transferred, but cannot tell how much the individual sites move data.
Is there any way to log the data with apache without using cookies? I could set a cookie to a visiting user with PHP to identify the site he is visiting. I know Apache can read the cookie and add that information to log (which would tell which site is moving the data), but cookies are not the most reliable way of doing this.