| Author |
|
webland Newbie

Joined: 31 May 2011 Location: Switzerland
Online Status: Offline Posts: 6
|
| Posted: 31 May 2011 at 6:44am | IP Logged
|
|
|
After a upgrade from v. 3.0.0.58 to 3.0.0.66 On a Windows 2008 R2 x64, IIS 7.5, the L Flaq is not working anymore. Also the Server Variable Request_URI is nor set correctly. This ends up in a infinity Loop!
The simple rule:
#<WLHost www1> <VirtualHost wl36www1.webland.ch www.wl36www1.webland.ch> RewriteEngine on RewriteCond %{REQUEST_URI} ^(?!/_wlscripts).*$ RewriteCond %{REQUEST_URI} ^(?!/leueu).*$ RewriteRule (.*) /leueu$1 [NC,L] </VirtualHost>
Is resulting in: (rewrite.log)
92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#18701856/initial] (1) [perdir c:\tools\dll\ape\] init rewrite engine with / 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#18701856/initial] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri / 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#18701856/initial] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#18701856/initial] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#18701856/initial] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#18701856/initial] (1) [perdir c:\tools\dll\ape\] Rewrite URL / to >> /leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#6329195/initial/1] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#6329195/initial/1] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#6329195/initial/1] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#6329195/initial/1] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#6329195/initial/1] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/ to >> /leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#25836475/initial/2] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#25836475/initial/2] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#25836475/initial/2] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#25836475/initial/2] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#25836475/initial/2] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/ to >> /leueu/leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#27095954/initial/3] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#27095954/initial/3] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#27095954/initial/3] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#27095954/initial/3] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#27095954/initial/3] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/leueu/ to >> /leueu/leueu/leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#66369390/initial/4] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#66369390/initial/4] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#66369390/initial/4] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#66369390/initial/4] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#66369390/initial/4] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/leueu/leueu/ to >> /leueu/leueu/leueu/leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#21619665/initial/5] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/leueu/leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#21619665/initial/5] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#21619665/initial/5] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#21619665/initial/5] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#21619665/initial/5] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/leueu/leueu/leueu/ to >> /leueu/leueu/leueu/leueu/leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#12465465/initial/6] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/leueu/leueu/leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#12465465/initial/6] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#12465465/initial/6] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#12465465/initial/6] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#12465465/initial/6] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/leueu/leueu/leueu/leueu/ to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#48384040/initial/7] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/leueu/leueu/leueu/leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#48384040/initial/7] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#48384040/initial/7] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#48384040/initial/7] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#48384040/initial/7] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/leueu/leueu/leueu/leueu/leueu/ to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#46012701/initial/8] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#46012701/initial/8] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#46012701/initial/8] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#46012701/initial/8] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#46012701/initial/8] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#14222487/initial/9] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#14222487/initial/9] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#14222487/initial/9] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#14222487/initial/9] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#14222487/initial/9] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#4310808/initial/10] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#4310808/initial/10] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#4310808/initial/10] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#4310808/initial/10] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [31.Mai.2011:13:05:42] [wl36www1.webland.ch/sid#1][rid#4310808/initial/10] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ to >> /leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/leueu/ [INTERNAL_REDIRECT]
Here is the error.log
[31.05.2011 13:04:42] [ApeCore] (5) [/] ProcessRequest(18 - ERROR (Infinite loop detected)) [31.05.2011 13:04:42] [ApeCore] (5) [/] ProcessRequest(18 - Exception System.Web.HttpException (0x80004005): Server cannot set status after HTTP headers have been sent. at System.Web.HttpResponse.set_StatusCode(Int32 value) at 3.21.1475352792(Int32 , String , String ) at 3.35.0(21 ))
What is the problem ?
Thanks for your quick answer.
Fredy Leu, Webland AG
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 31 May 2011 at 8:27am | IP Logged
|
|
|
Hello.
How did you upgrade Helicon Ape? There was no major change in code which handles L-flag. Please make sure you don’t have two version of Ape working simultaneously.
Thank you.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
webland Newbie

Joined: 31 May 2011 Location: Switzerland
Online Status: Offline Posts: 6
|
| Posted: 01 June 2011 at 5:06am | IP Logged
|
|
|
Hi Slavik
First we upgraded the v. 3.0.0.66 over the v. 3.0.0.58. The result is the problem that i wrote! Then we deinstalled Helicon Ape totaly, rebooted the Server, cleaned the registry from Helicon Ape entrys and reinstalled Ape v. 3.0.0.66 new. Always the same problems.
We also installed the Version 3.0.0.66 on a new Server. The same results. We also controled the Entrys in the administration.config and the applicationHost.config. Everything is exactly like it has to be. We are definitly not running two version of Ape simultaneously?
As soon as we install the v. 3.0.0.58 eveything is working correct with the same config file.
Thanks for your help.
Fredy Leu
Webland AG
|
| Back to Top |
|
| |
webland Newbie

Joined: 31 May 2011 Location: Switzerland
Online Status: Offline Posts: 6
|
| Posted: 01 June 2011 at 8:10am | IP Logged
|
|
|
Hi Slavik
We made some further tests.
The Problem is not the L Flag !
It is the fact that the Variable REQUEST_URI will not be updated after a REWRITE and INTERNAL_REDIRECT. See the Error Message in the error.log file. Because of that, the Input stays on "/" and the Condition RewriteCond %{REQUEST_URI} ^(?!/leueu).*$ always matched.
This behavier is in the v. 3.0.0.66 and not in the v. 3.0.0.58!
Thaks for your quick help.
Fredy
error.log:
[01.06.2011 11:49:59] [ApeCore] (5) [/] ProcessRequest(18 - ERROR (Infinite loop detected)) [01.06.2011 11:49:59] [ApeCore] (5) [/] ProcessRequest(18 - Exception System.Web.HttpException (0x80004005): Server cannot set status after HTTP headers have been sent. at System.Web.HttpResponse.set_StatusCode(Int32 value) at 3.21.1475352792(Int32 , String , String ) at 3.35.0(21 ))
rewrite.log:
92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:56] [wl36www1.webland.ch/sid#1][rid#11429296/initial] (1) [perdir c:\tools\dll\ape\] init rewrite engine with / 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#11429296/initial] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri / 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#11429296/initial] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#11429296/initial] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#11429296/initial] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#11429296/initial] (1) [perdir c:\tools\dll\ape\] Rewrite URL / to >> /leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#44624228/initial/1] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/ 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#44624228/initial/1] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#44624228/initial/1] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/leueu).*$' => matched 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#44624228/initial/1] (1) [perdir c:\tools\dll\ape\] Rewrite URL to >> /leueu/leueu/ [REWRITE] 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#44624228/initial/1] (1) [perdir c:\tools\dll\ape\] Rewrite URL /leueu/ to >> /leueu/leueu/ [INTERNAL_REDIRECT] 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#52727599/initial/2] (3) [perdir c:\tools\dll\ape\] applying pattern (.*) to uri /leueu/leueu/ 92.43.216.136 92.43.216.136 [01.Jun.2011:11:06:57] [wl36www1.webland.ch/sid#1][rid#52727599/initial/2] (4) [perdir c:\tools\dll\ape\] RewriteCond: input='/' pattern='^(?!/_wlscripts).*$' => matched
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 02 June 2011 at 4:14am | IP Logged
|
|
|
Hello.
I’m sorry for delay. Please try to add “NS”-flag to the rule.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
webland Newbie

Joined: 31 May 2011 Location: Switzerland
Online Status: Offline Posts: 6
|
| Posted: 07 June 2011 at 3:55am | IP Logged
|
|
|
Hi Slavik
I allready tryed that. With the "NS" Flag i get this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
This is the hole Statement:
<VirtualHost wl36www1.webland.ch www.wl36www1.webland.ch> RewriteEngine on RewriteCond %{REQUEST_URI} ^(?!/_wlscripts).*$ RewriteCond %{REQUEST_URI} ^(?!/leueu).*$ RewriteRule (.*) /leueu$1 [NS,NC,L] </VirtualHost>
Best regards
Fredy
|
| Back to Top |
|
| |
webland Newbie

Joined: 31 May 2011 Location: Switzerland
Online Status: Offline Posts: 6
|
| Posted: 07 June 2011 at 5:05am | IP Logged
|
|
|
And this is the Text in the error.log as soon as we use the Flag "NS".
[07.06.2011 12:02:03] [LicenseManager] Credentials for Webland AG are valid [07.06.2011 12:02:03] [cache_module] items stored in the cache: 0; bytes available for the cache: 838860800, physical memory limit: 98% [07.06.2011 12:02:03] [ApeCore] ProcessRequest(1 - Exception System.NullReferenceException: Object reference not set to an instance of an object. at 3.22.0(21 , 23 , String , String ) at 3.35.0(21 , 3 , String , String ) at 3.35.1(21 ) at 3.35.0(21 ))
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 08 June 2011 at 3:52am | IP Logged
|
|
|
Hello.
Can you share remote desktop session?
Please send login credentials to support@helicontech.com
It’s way better to see the real system.
Thank you.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
globalicon Newbie

Joined: 18 June 2009 Location: United States
Online Status: Offline Posts: 14
|
| Posted: 23 August 2011 at 12:31pm | IP Logged
|
|
|
Were you able to resolve this issue? I am experiencing a similar issue. If this issue was resolved, can you please point me in to the right direction please.
|
| Back to Top |
|
| |
webland Newbie

Joined: 31 May 2011 Location: Switzerland
Online Status: Offline Posts: 6
|
| Posted: 25 August 2011 at 6:21am | IP Logged
|
|
|
To globalicon
In The newest version 0069 that problem is solved.Bud you have to use the NS Flag all the time now. ([NS,NC,L])
Best regards
Fredy
|
| Back to Top |
|
| |
globalicon Newbie

Joined: 18 June 2009 Location: United States
Online Status: Offline Posts: 14
|
| Posted: 25 August 2011 at 8:30am | IP Logged
|
|
|
I tried it, and it still looped, but at this time just 2 time (previously infinite loop. I added a topic a few days ago about my issue on this forum, but have not had a reply. http://www.helicontech.com/forum/18104-Infinite_Loop_on_Ape.html
How can you tell if you have multiple instances running?
Thanks, Alex
|
| Back to Top |
|
| |