Compiling Apache Source Code
Tue, 28 Feb 2006 07:54:16 -0800
Hi
Has anyone out there ever download the Win32 source code for Apache and
compiled it succesfully. I have been trying to find someone out there but, no
one seems to have done it. I download the source code httpd-2.0.55-win32-src
zip file from http://www.devside.net/web/server/windows/apache. I follwed
...
|
IIS 6.0 and Connection Keep Alive
27 Feb 2006 12:07:11 -0800
Hello All,
My client has a IIS 6.0 with some static pages configured in it. My
application is a middleware that sits in between the browser client and
the IIS 6.0 Web server.
Now, my problem is that IIS 6.0 is always sending Responses without
Content-Length , but with Connection: Keep-Alive header set. A ...
|
Private thread pool for Async Read
Sat, 25 Feb 2006 16:06:24 -0600
I've written an ISAPI extension to handle upload of large ( ~70MB ) files
using HSE_REQ_ASYNC_READ_CLIENT. I'd like to add a private thread pool to
the extension but am finding the code is hanging and the upload not
completing on occasion so I'm wondering if I have the basic approach right.
It seems to ha ...
|
WMRM10.1 and ISAPI... anyone?
Sat, 25 Feb 2006 16:35:53 -0400
Can anyone shed some light or a link on how to get started with WMRM10.1 in
ISAPI?
C++ is mentioned in the SDK, but nothing much beyond those 3 characters.
--
dhomas trenn
founder, creative interpreter - young monkey
---------------------------------------------------------------
http://www.youngmo ...
|
Help please re: ISAPI DLL - URL rewrite scenario
24 Feb 2006 04:50:59 -0800
Well I've been working to build a URL rewriter for my situation using
httpContext.RewritePath in my C# web application, but I am having
problems... I think that the rewriting is happening way too late in the
page resolution chain of events, and now I'm starting to consider
better alternatives. I am able to ge ...
|
ERROR_INVALID_INDEX on a valid header
Thu, 23 Feb 2006 13:26:26 -0800
Hello,
In a filter, sometimes with long cookie strings I call GetHeader for
"Cookie:" and ERROR_INVALID_INDEX is returned. This happens inside and
outside of a debugger. The behavior though is the same as
ERROR_INSUFFICIENT_BUFFER in that the new size to allocate is set in the
dword len parameter. If I br ...
|
profiling an ISAPI filter
22 Feb 2006 00:42:59 -0800
Hi,
I am trying to profile my ISAPI filter (on IIS 5).
I followed the instructions in:
KB195768
(href="http://support.microsoft.com/support/kb/articles/Q195/7/68.asp"
- How To Profile an ISAPI DLL)
and in:
117681 (href="http://support.microsoft.com/kb/117681/EN-US/" -
Profiling Windows NT Services)
...
|
|
|
ISAPI Filter call SF_NOTIFY_SEND_RAW_DATA is very slow
21 Feb 2006 11:19:01 -0800
Hi Wade, David,
Is it possible that in IIS 6, the mere registration
SF_NOTIFY_SEND_RAW_DATA in an ISAPI filter will make it slow down
response time?
>From some tests we made, it appears this is the case with IIS 6 (but
not with IIS 5). I realize that some optimizations can't be made when
this event is us ...
|
Wide char APIs that can be used to Get\Set headers in ISAPI filter
13 Feb 2006 09:25:41 -0800
Hello,
I am using GetHeader and SetHeader functions in
"SF_NOTIFY_AUTH_COMPLETE" .
The signature of the function is:
BOOL (WINAPI * SetHeader) (
struct _HTTP_FILTER_CONTEXT * pfc,
LPSTR lpszName,
LPSTR lpszValue
);
As mentioned in MSDN LPSTR is a "Pointer to a null-termi ...
|
www.verbatim.wordpress.com
Mon, 13 Feb 2006 16:41:48 +0100
...
|