Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x
 Helicon Tech : ISAPI_Rewrite 2.x
Subject Topic: intermittent fault Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
hectorgperez
Newbie
Newbie


Joined: 04 November 2009
Location: Mexico
Online Status: Offline
Posts: 4
Posted: 23 December 2009 at 1:52pm | IP Logged Quote hectorgperez

Hi,

I'm using the ISAPI_Rewrite 2.x in the last months I have experienced intermittent failure when the query volume significantly increases the system ISAPI stops working and in some hours back to work, annexed http.ini code my site is http://www.enlazadot.com

[ISAPI_Rewrite]

# This is a comment

# 300 = 5 minutes
CacheClockRate 300
RepeatLimit 20

# Block external access to the Helper ISAPI Extension
RewriteRule .*\.isrwhlp / [F,I,O]

RewriteCond Host: www\.enlazadot\.com
# Rewrite numeric URLs
RewriteRule ^/([0-9]+)/.*\.html$ /consulta.asp?IDEmpresa=$1 [I,L]

# Rewrite numeric URLs
RewriteRule ^/S([0-9]+)/.*\.html$ /directorio.asp?IDSocio=$1 [I,L]

# Rewrite alphabetic URLs
RewriteRule ^/([a-z][a-z\_]{0,100}[a-z])/$ /rubros.asp?rubro=$1

# Rewrite alphabetic rubros URLs
RewriteRule ^/([a-z][a-z\_]{0,100}[a-z])/([a-z][a-z\_]{0,100}[a-z])/$ /rubros.asp?rubro=$1&estado=$2

# Rewrite alphabetic rubros URLs
RewriteRule ^/([a-z][a-z\_]{0,100}[a-z])/([a-z][a-z\_]{0,300}[a-z])/([a-z][a-z\_]{0,300}[a-z])/$ /rubros.asp?rubro=$1&estado=$2&ciudad=$3


# Rewrite alphabetic letra rubros URLs
RewriteRule ^/rubros/([a-z])/$ /rubros.asp?varindice=$1

# Rewrite colonias URLs
RewriteRule ^/c([0-9]+)/.*\.html$ /porcolonia.asp?cp=$1 [I,L]

# Rewrite colonias URLs
RewriteRule ^/c([0-9]+)/.*/.*/.*\.html$ /porcolonia.asp?cp=$1 [I,L]

# Rewrite alphabetic letra clasificados URLs
RewriteRule ^/compra_venta/([0-9]+)/.*\.html$ /clasificados/detalle.asp?IDanuncios=$1 [I,L]

# Rewrite alphabetic letra clasificados URLs
RewriteRule ^/anuncios/([0-9]+)/.*\.html$ /clasificados/busregion.asp?clasifica=$1 [I,L]

# Rewrite alphabetic letra rubros URLs
RewriteRule ^/anuncios/([a-z][a-z\_]{0,100}[a-z])/inmuebles.html$ /inmobiliaria/busregion.asp?clasifica=$1 [I,L]

# Rewrite alphabetic letra automovil URLs
RewriteRule ^/automovil/([0-9]+)/.*\.html$ /automovil/detalle.asp?IDAutomovil=$1 [I,L]

the httpd.parse report next:

Line 6: CacheClockRate directive ignored. It could be used only in the global configuration file.

 

Any Idea?

Back to Top View hectorgperez's Profile Search for other posts by hectorgperez Visit hectorgperez's Homepage
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 8118
Posted: 24 December 2009 at 12:14pm | IP Logged Quote Lexey

What build of the ISAPI_Rewrite are you using?
Back to Top View Lexey's Profile Search for other posts by Lexey
 
hectorgperez
Newbie
Newbie


Joined: 04 November 2009
Location: Mexico
Online Status: Offline
Posts: 4
Posted: 24 December 2009 at 4:51pm | IP Logged Quote hectorgperez

ISAPI_Rewrite 2 Full

Back to Top View hectorgperez's Profile Search for other posts by hectorgperez Visit hectorgperez's Homepage
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 8118
Posted: 25 December 2009 at 6:17am | IP Logged Quote Lexey

Please, tell me the BUILD NUMBER (i.e. 53, 70, 73) not the major version. It is the 4th number in the product version. You could find Product version either in the "Support Info" for the ISAPI_Rewrite in the Add/Remove programs list or in the version info of the ISAPI_Rewrite.dll (but make sure that you are looking at the Product version not the File version).
Back to Top View Lexey's Profile Search for other posts by Lexey
 
hectorgperez
Newbie
Newbie


Joined: 04 November 2009
Location: Mexico
Online Status: Offline
Posts: 4
Posted: 25 December 2009 at 1:42pm | IP Logged Quote hectorgperez

We have version 2.9.0.65
Back to Top View hectorgperez's Profile Search for other posts by hectorgperez Visit hectorgperez's Homepage
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 8118
Posted: 27 December 2009 at 4:26am | IP Logged Quote Lexey

Upgrade to the latest 2.x build (73), please.
You could simply download it from our site and install it over the existing installation.
Back to Top View Lexey's Profile Search for other posts by Lexey
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum