-
Posted to
IIS7 - General
by
ShqTth
on
09-14-2009, 2:29 AM
idq.dll still broken. fails to gets values passed in the query string..
%UserRestriction% will not work
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
ShqTth
on
04-20-2009, 2:57 PM
When using squid,
HTTP_VIA=1.1 sheldows-vista:80 (squid/2.7.STABLE4)
HTTP_X_FORWARDED_FOR=96.48.192.227
LOCAL_ADDR=127.0.0.1
REMOTE_ADDR=127.0.0.1
REMOTE_HOST=127.0.0.1
HTTP_X_FORWARDED_FOR is the ip address of the client connected to the proxy, or if squid made a request for multiple clients, then sometime X-FORWARDED-FOR may contain multiple ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
ShqTth
on
04-20-2009, 2:48 PM
1)You can check to make sure REMOTE_ADDR matches one of the ip address defined in the config file.
If there is a match, then you know the request came from the load balancer / proxy srrver in reverse mode meaning X-FORWARDED-FOR can be trusted.
- This option should be an option to turn off or on.
- if LOCAL_ADDR matches ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
ShqTth
on
04-19-2009, 7:48 PM
Sometimes squid likes to make one http get request on behalf of many client requests.
So X-FORWARDED-FOR contrains the ips of the many clients seperated by ",".
So I get that a lot when I used F5XForwardedFor.dll. But that doesnt work with Vista.
Also, it would be nice it your module checked the remote address to ...
-
Posted to
IIS7 - General
by
ShqTth
on
09-14-2008, 11:29 PM
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\Catalogs\web\Scopes
c:\inetpub\wwwrootnew string ,,3
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\Catalogs\web
IsIndexingW3Svc dword 1
W3SvcInstance dword 1
W3SvcInstance defaults to -1 do to catalog properties track vserver being blank, so an ...
-
Posted to
IIS7 - General
by
ShqTth
on
09-14-2008, 11:25 PM
I am using Vista Ultimate 64bit w/SP1 installed
-
Posted to
IIS7 - General
by
ShqTth
on
09-14-2008, 11:21 PM
I have to exact same problem
In frontpage UserRestriction is not passed to the idq file.
CiRestriction=$contents %UserRestriction%
Basically nothing is searched.
I modified the template so the form posts CiRestriction, and still same result.
I put <script>alert("<%CiRestriction%>")</script> ...