Update:
The problem is that the webpage is being served to people from caching
proxy servers. Once the page is set to no-cache the clicks come
through.
Thanks for your responses.
On Fri, May 13, 2011 at 10:04 PM, Xavier Gallagher
wrote:
> The look at raw logs. They look fine to me. Of course
I think this situation is common
After logging in to the application, access a file link.
php comparing the relevant permissions correctly, the file is loaded into
memory, then sent to the client.
If this file is how to do when there is 1G? This will be a lot of server
resources, and the performan
I am moving this post here, since no other system application are experiencing
this issue.
The background is as follows:
I am using httpd-2.0.52-41.ent.7.centos4 inside a chroot jail. Apache is
convinced that all connections are coming from 16.0.0.0, as such the logs all
indicate 16.0.0.0 and cgi
On Sun, May 15, 2011 at 7:33 AM, Tushar Chavan
wrote:
> Hi Experts,
>
> Can we load balacing between rewrite rule?
>
> e.g, can we load balace between below rewrite rules.
>
> RewriteRule ^/(sap\(.*) http://webserver1:98/$1 [P,L]
> RewriteRule ^/(sap\(.*) http://webserver2:98/$1 [
Hi Experts,
Can we load balacing between rewrite rule?
e.g, can we load balace between below rewrite rules.
RewriteRule ^/(sap\(.*) http://webserver1:98/$1 [P,L]
RewriteRule ^/(sap\(.*) http://webserver2:98/$1 [P,L]
Best Regards,
Tushar.