Re: [users@httpd] Adwords reports 3 times as many 'clicks' as the server log shows served.

2011-05-15 Thread Xavier Gallagher
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

[users@httpd] Large file downloads certification, do not use PHP, and use apache authentication

2011-05-15 Thread 孙俊
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

[users@httpd] FW: [CentOS] Apache in chroot reporting every client is 16.0.0.0

2011-05-15 Thread Jason Pyeron
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

Re: [users@httpd] Loadbalacing between rewrite rule

2011-05-15 Thread Eric Covener
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 [

[users@httpd] Loadbalacing between rewrite rule

2011-05-15 Thread Tushar Chavan
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.