Eric Covener wrote:
On Tue, Jan 27, 2009 at 4:44 AM, Norman Khine <nor...@khine.net> wrote:
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?

What's going on in the backend server when this happens? Almost looks
like your triggering a crash back there.


Back server works fine, there is no problem as I can access this through the 12080 port.




---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to