Browse by Tags

All TagsHeaders (RSS)
  • Re: wildcard host header

    Having read the other thread that you referenced, I think what you are trying to do is to configure several web sites like this: Website1 with host header binding as "*.example.com" Website2 with host header binding as "*.example.org" So that if request is for foo.example.com then...
    Posted to Forum by ruslany on 07-21-2008, 5:01 PM
  • Re: wildcard host header

    I think Ruslan will be out of office today, so I think what you need is something like: <rule name="Host example" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{HTTP_HOST}" pattern="*.example.com" /> <...
    Posted to Forum by DanielVL on 07-21-2008, 12:34 PM
  • Re: Error in documentation: HTTP_HOST server variable

    Thanks cichanlx for pointin that out! You are correct, the HTTP_HOST does not contain protocol prefix, forward slashes and trailing slashes. I have corrected it in the article.
    Posted to Forum by ruslany on 07-14-2008, 12:44 PM
  • Re: Changing HTTP Header before rewrite module

    The URL rewriting may happen at different stages in pipeline - it depends on what kind of rules are used. Global rules (defined in <globalRules> collection) are evaluated at OnGlobalPreBeginRequest Distributed rules (defined in <rules> collection) are evaluated at BeginRequest When using...
    Posted to Forum by ruslany on 07-03-2008, 3:13 PM
  • Re: FAST CGI + header not sended

    Hello, Sorry for my last answer, I was just spending hours trying to any answer on this problem. And I didn't found any. So, I tested your example, first, I got an UNHAUTHORIZED, normal , I use "Integrated Windows authentification".and wget don't send it. Anyway I went to IIS remove...
    Posted to Forum by fred_klee on 06-27-2008, 2:53 AM
  • Re: FAST CGI + header not sended

    That is not the question because, it works well for with CGI and ISAPI..... but NOT with FastCGI.... I think so there is a problem with FASTCGI not my code, I can't put all my header in first line of code... Just think your header is or isn't X-JSON or Location and this arrive at line 100 of...
    Posted to Forum by fred_klee on 06-26-2008, 9:17 AM
  • FAST CGI + header not sended

    Hello, I just went from CGI to FASTCGI with the new fastCGI handler and get some errors with some header : I use this header "X-JSON" for web 2.0 issues with prototype, example : header('X-JSON : A_JSON_STRING ' ); And this header disappears with PHP in fastCGI mode ? There is another...
    Posted to Forum by fred_klee on 06-23-2008, 5:34 AM
  • Website still able to access even stopped in IIS

    Hello all, I have a Windows 2003 box hosting multiple websites using HTTP header. Just found a strange thing is if key in the external IP address of the server in IE, it will jump to one of my websites. And then, stop the website in IIS, use IP to access the server in IE, the website I just stopped still...
    Posted to Forum by reachroger on 04-30-2008, 6:37 AM
  • Re: Sometimes Bad Gateway 502 by running C++ Executable on IIS

    Hi together, and thank you for your answers. @ma_khan: The memory consumption is always 5.000 K for w3wp.exe at the Task Manager. "Bad Gateway 502" occurs sometimes, not every time and there is no consistent fault. I have tested with two similar messages and sent it via post to the C++ executable...
    Posted to Forum by monoid on 04-03-2008, 3:45 PM
  • Sometimes Bad Gateway 502 by running C++ Executable on IIS

    Hi together, i have a problem by running a C++ executable on IIS. I have written a C++ script to read from stdin over post method, often it works fine. But sometimes i get a "Bad Gateway 502" - The specified CGI application misbehaved by not returning a complete set of HTTP headers. I write...
    Posted to Forum by monoid on 04-03-2008, 5:40 AM
Page 1 of 3 (21 items) 1 2 3 Next >
Page view counter