| Author |
|
bjkalley Newbie

Joined: 18 June 2010
Online Status: Offline Posts: 2
|
| Posted: 26 March 2011 at 4:04am | IP Logged
|
|
|
Hi,
I'm using helicon ape. In httpd.config im' using this
config only:
<Location /Sohbet/>
ProxyPass http://sohbet.akvaryum.com/
ProxyPassReverse http://sohbet.akvaryum.com/
ProxyPassReverseCookieDomain http://sohbet.akvaryum.com/
www.akvaryum.com
ProxyPassReverseCookiePath / /
</Location>
I found out ram usage of w3wp.exe is around 2 gb I
checked and find out "managed heap" is very huge. It's
strings contains the requests from helicom ape proxy.
.jpg">
How can I fix this issue?
Thanks,
Refet
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 28 March 2011 at 5:30am | IP Logged
|
|
|
Hello.
We’d like to see the system. Please write an email to support@helicontech.com and we’ll discuss it further.
Thank you.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
billo355 Newbie

Joined: 02 April 2009
Online Status: Offline Posts: 8
|
| Posted: 14 February 2012 at 4:31pm | IP Logged
|
|
|
Was the cause of this issue ever resolved. I am seeing the
same exact situation (huge managed heap - strings from ape
redirect) and cannot seem to determine what is causing the
issue.
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 14 February 2012 at 7:50pm | IP Logged
|
|
|
Hello.
Could you please provide some details, specify Ape’s version and show configuration files.
Thank you.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
billo355 Newbie

Joined: 02 April 2009
Online Status: Offline Posts: 8
|
| Posted: 14 February 2012 at 10:13pm | IP Logged
|
|
|
absolutely. I know I need to update the Ape version -
but I'd like to have an idea if that will address the
issue (as, if it isn't broken I'm not sure I want to fix
it.)
# Helicon Ape version 2.0.0.23
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.59
RewriteEngine on
RewriteRule ^(.*/)*\.svn/ http://www.bbb.org/ [NC,R]
# 301 Redirect all requests that don't contain a dot or
trailing slash to include a trailing slash
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_URI} !\?
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^([^/]*)/?$ http://www.bbb.org/ [NC,L,NS,R]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(charity-reviews)/(.*?)?/?(.*?([0-9]*)
([[:space:]]*))/?$ /Public/Proxy/Proxy.aspx?
p=rr&frm=$5&db=$1&lnk=$0 [NC,NS,QSA,L]
#Forms
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(aboutyourbusiness)/?$
/Public/Forms/AboutYourBusiness.aspx?db=$1 [NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(aboutyourbusiness2)/?$
/Public/Forms/AboutYourBusiness2.aspx?db=$1 [NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(complaintresponse)/?$
/Public/Forms/ComplaintResponse.aspx?db=$1 [NC,L,NS,QSA]
#Quote
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(equote)/?$
/Public/Quote/Default.aspx?db=$1 [NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^our\.bbb\.org$
RewriteRule ^(.*?)/(requestaquote)/(.*?)/(.*?)/?.*?$
/Public/Quote/Default.aspx?redirect=$3&bbb=$1&db=$1
[NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/quote/frombusiness/(.*?([0-9]*))/?$
/$1/Public/Quote/BID.aspx?bid=$2&db=$1 [NC,L,NS]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(bbbonline|dynamicseal)/?$
/Public/BBBOnline/Default.aspx?db=$1 [NC,L,NS,QSA]
#ABOnly Login
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(login)/?([0-9]*)?/?$
/Public/Login/BusinessLogin.aspx?db=$1&redirect=$3
[NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(login)/?$
/Public/Login/BusinessLogin.aspx?db=$1 [NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(login)/(forgotpw)/?$
/Public/Login/SendPassword.aspx?db=$1 [NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(login)/(page)/([0-9]*)/?(.*)?$
/Public/Login/Default.aspx?db=$1&p=$4 [NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(login)/(invoice)/(.*)?$
/Public/Login/PayInvoice.aspx?db=$1 [NC,L,NS,QSA]
#RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
#RewriteRule ^(.*?)/(login)/(discount)/?$
/Public/Login/Discount.aspx?db=$1 [NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(login)/(update)/(.*)?$
/Public/Login/UpdateBusiness.aspx?db=$1 [NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(login)/(home)/?$
/Public/Login/Default.aspx?db=$1 [NC,NS,L,NS]
# Custom Directories
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/directory/([^/]*)/?([^/]*)?/?
([^/]*)?/?([^/]*)?/?(.*)?$
/Public/Proxy/customdirectory.aspx?
l=$3&mode=$4&limit=$5&other=$6&db=$1&lnk=$0 [NC,L,NS]
# AB Listings
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(accredited-business-
listing)/(.*?)/(.*?([0-9]*)([[:space:]]*))/?$
/Public/Proxy/adwords.aspx?p=adw&id=$5&db=$1&lnk=$0
[NC,L,NS]
# Support Files
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(tracker.aspx)(.*)$
/public/proxy/tracker.aspx?db=$1 [NC,L,NS,QSA]
#Master Rewrite
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/public/(.*)$ /public/$2?db=$1
[NC,L,NS,QSA]
#RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
#RewriteRule ^(.*?)/public/(.*)$ /public/$2
[NC,L,NS,QSA]
#RewriteRule ^(.*?)/public/(.*)$ /public/$2?db=$1
[NC,L,NS,QSA]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(sitemap(.*?).xml)$
/public/sitemap/default.aspx?db=$1&xml=$2 [NC,L,NS]
#JOIN
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(join)/?(.*?)?$
/Public/Forms/AboutYourBusiness.aspx?db=$1 [NC,L,NS]
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(join2)/?$
/Public/Forms/AboutYourBusiness2.aspx?db=$1 [N,L,NS]
#PUBLIC
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/(agency)/?$
http://our.bbb.org/Public/Agency/ [NC,R,L,NS]
#RewriteCond %{HTTP:Host} ^(www|admin)\.our\.bbb\.com$
#RewriteRule (.+) http://our.bbb.org/$1 [R=301,L]
# Video
RewriteCond %{HTTP:Host} ^xhost\.bbb\.org$
RewriteRule ^(.*?)/video/([^/]*)/(.*?)/?$
http://our.bbb.org/Public/Video/Default.aspx?v=$3
[R,NC,L,NS]
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 21 February 2012 at 6:48am | IP Logged
|
|
|
Hello.
I’m sorry for delay.
Please provide all configuration files of Helicon Ape, as well as web.config and applicationHost.config.
Please also describe the server. How much memory does it have? Sometimes .NET likes to preallocate memory when it sees you have enough.
Thank you.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
|
|