Hello, I have a very strange issue when adding the google analytics code to my site. If you go to http://uk.expert.travel and click on a section and then click back to the main home page, I get a 502 proxy error. and in my error log i get this entry: (104)Connection reset by peer: proxy: error reading status line from remote server but then if i remove the __utmz cookie the site works without a problem until thee next time i restart the web browser. Here is my rewrite rule: <VirtualHost *:80> ServerName uk.expert.travel ServerAlias fr.expert.travel <IfModule mod_rewrite.c> RewriteEngine On #DenyHosts Rules RewriteMap hosts-deny txt:/home/user/txt/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !=NOT-FOUND [OR]RewriteCond ${hosts-deny:%{HTTP:true-client-ip}|NOT-FOUND} !=NOT-FOUND
RewriteRule ^/.* - [F] RewriteRule ^/(.*) http://localhost:12080/expert/$1 [P] RequestHeader set X-Base-Path expert/ </IfModule> RewriteLogLevel 9 RewriteLog /var/log/apache2/rewrite.log ErrorLog /var/log/apache2/error.log <Directory "/var/www/localhost/htdocs"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost> How would I track the problem, is it an Apache or a Google issue or an issue with the underlying framework i am using to deliver the content? Thanks Norman --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx