Questions tagged [isapi]

48 questions
0
votes
1 answer

IIS 7.5: ISAPI Extension sending file gets interrupted

I'm testing a 32-bits ISAPI extension on a web-server with IIS 7.5 and get strange behaviour in some cases. At a certain point in the web application, a URL serves a large (a few MB) JPEG file directly to the client (Content-type: image/jpeg). The…
0
votes
1 answer

IIS NLB Web Farm to front Single Tomcat Instance

I've got a single Tomcat 6 server that hosts a JSP app. We just spun up a new IIS 7.5 web farm to host our other internal apps. Currently the machine that hosts Tomcat is also running IIS 7 with the ISAPI filter loaded to provide front-end…
Brent Pabst
  • 6,069
  • 2
  • 24
  • 36
0
votes
1 answer

Scripting IIS7 configuration for ISAPI DLL

First, I'll humbly admit that A.) I'm a programmer and B.) I'm asking this for someone else so I have almost no first hand experience with what I'm asking. We would like to be able to write an installer to configure and start IIS 7 (if not already…
Peter Turner
  • 2,178
  • 9
  • 33
  • 45
0
votes
1 answer

How can i programmatically find out how many resources a IIS server has and the traffic on each resource .. etc

I want to write a program to find out what resources an IIS server has and how many hits are there on each resource. The resource can be anything from a html page to files like sound clips, pictures , etc. I want to find out a list of all these…
ritwik
  • 1
0
votes
1 answer

PHP with FastCGI on IIS6 behaves differently than ISAPI

I am working with Moodle 1.9 running on Windows Server 2003, IIS 6. I am trying to switch from PHP's ISAPI extension to FastCGI, hoping for a speed improvement. I installed FastCGI for IIS 6 just fine, and configured it for PHP. It works, and in…
Brad
  • 1,419
  • 22
  • 43
0
votes
1 answer

Internal Server 500 Error

I'm having a problem with a particular port on my web server. It's Windows 2008 and running IIS7. When I try to navigate to this particular port, I get an Internal Server Error - 500. I've checked the Event Viewer, and the following error messages…
109221793
  • 315
  • 1
  • 3
  • 13
0
votes
1 answer

mod_jk/isapi_redirect not loading settings

I'm setting up the IIS version of mod_jk so I can redirect requests to a Tomcat instance. Running IIS 6 on Win2k3 server on a Xeon 64-bit CPU. I'm running the AMD64 version of isapi_redirect.dll. It seems that for some reason the .dll is not…
Mason
  • 111
  • 2
0
votes
1 answer

ISAPI issue on fresh VDS

I just in process of setup of new VDS box, and I faced strange error in eventlog when I am trying to access server. Could not load all ISAPI filters for site '%1'. Therefore site startup…
st78
  • 277
  • 2
  • 12
0
votes
1 answer

Helicon ISAPI_REWRITE for masking folder

I would like to use the Helicon ISAPI_REWRITE module to rewrite a url: 123.45.67.89/folder to www.site.com I need to mask the IP/folder due to an IIS structure change. The reason why I don't want to get into, but it's valid based on the setup. Any…
Brian Mains
  • 202
  • 6
  • 16
0
votes
1 answer

Tomcat 6 Windows Server 64 Redirect Connector Fails

So is there some problem with running the Tomcat connectors under a 64 bit windows OS? Here's my configuration: Windows Server 2003 64 bit Intel Xeon Tomcat 6.0.26 JVM 1.6.0 (64bit) ISAPI Redirect Connector 1.2.30.0 (64 bit) Calling the IP…
Rafe
  • 103
  • 4
0
votes
1 answer

How to use PHP in combination with the IIS7?

I have enabled IIS7 and would like to use it in combination with PHP. For that I have already installed PHP. And than I found a rather detailed description of how I can make IIS7 be able to use PHP. However, I have problems on the very last steps.…
Roman
  • 2,569
  • 10
  • 32
  • 32
0
votes
0 answers

Migrating an ISAPI classic application to IIS 10 on Windows Server 2022 Standard - path info calls failing

Now migrating an ISAPI classic application to IIS 10 on Windows Server 2022 Standard. The application uses path info to call many different functions in the ISAPI app. Calls are now failing with HTTP/1.1 404 Not Found - http//webserver/appfunction…
ComeAndGo
  • 3
  • 2
0
votes
0 answers

How to configure IIS and the client in two different virtual machines

My question is about the connection between IIS (ISAPI Filter) and an application. I have to Configure IIS 7.5 and Tomcat Connector ISAPI Filter on Windows Server 2019 I want to configure IIS in a virtual machine and I will have the tomcat app in…
ABhey
  • 1
  • 1
0
votes
0 answers

Tentando testar um endpoint de API e obtive este erro de rede 500? Poderia ser o corpo ou o proxy?

POST http://localhost:8080/create-customer 500 226 ms Network Request Headers Content-Type: application/json User-Agent: PostmanRuntime/7.29.0 Accept: / Postman-Token: cf5d5989-5a93-41af-8d05-e1f7539de8d5 Host: localhost:8080 Accept-Encoding: gzip,…
0
votes
1 answer

Perl XS included from a "use lib" directory can't be found by ISAPI

I have a Perl web application that runs on both Apache and IIS6 on Windows Server 2003. On Apache this script works just fine. In IIS using ISAPI, I am getting the following error message: Software error: Can't load …
Jason Lamoreux
  • 109
  • 1
  • 10