Questions tagged [isapi]
48 questions
1
vote
1 answer
IIS 7 - ISAPI error "Printer selected is not valid": how configure an ISAPI pool for see the printer?
I have a isapi *.dll made with Delphi that make and return a PDF on http request.
The code works if i build it in a standalone exe, but on a isapi it raise an exception: "Printer selected is not valid".
It seem a ApplicationPoolIdentity…

ar099968
- 485
- 1
- 4
- 12
1
vote
0 answers
Why doesn't my IIS module mapping configuration show up in applicationHost.config?
I have the following structure:
myServer
Sites
Default Web Site
myVirtualDirectory
myApplication <- added to handler Mappings here
Under "myApplication", I have added an IsapiModule to a specific dll.…

neverendingqs
- 121
- 5
1
vote
1 answer
IIS Output Caching with ISAPI extension
I have an application running in IIS via an ISAPI extension with outputs JSON files based on the input URL (it works with a RESTful interface - the URLs are of the form http://domain/path/to/resource.json).
The application works well but I am unable…

Tom--G
- 31
- 1
- 4
1
vote
2 answers
Is there a ISAPI Filter that can rewrite the Header values before passing to aspnet
I'm trying to fix/patch the ASPNET 1.1 framework problem with the user-adgent string being too long.
Is there a ISAPI filter that could shape the USER-AGENT header before passing in to ASPNET?

Mesh
- 213
- 3
- 10
1
vote
0 answers
Configure ISAPI redirector: worker propreties for IIS and Liferay
I Asked this question on stackOverflow, i didn't get any answers sorry if the questions is somehow duplicated, any way :
we have fronted Liferay tomcat server with IIS , and we used ISAPI tomcat redirector for that ,everything works just fine. the…

Rafik BELDI
- 71
- 5
1
vote
3 answers
ISapi Rewrite to allow Apache & IIS to run together
Ok I have IIS running on port 80, and apache currently running on port 19049. Now the external ports are open to allow traffic over 80 but i want to be able to access the apache pages externally without having to open that port, or specify the port…
Robo
1
vote
1 answer
Static file or memory based web server cache for Coldfusion and IIS
We are looking for a cache layer between IIS/ISAPI and Coldfusion, so that if an entire page is cached on the server, then additional requests to that resource do not require allocating a Coldfusion thread. I think this is almost identical to nginx…

Owen Allen
- 165
- 1
- 9
1
vote
1 answer
IIS 7 skip ISAPI for matched URI
I have an IIS 7 with an ISAPI filter installed which redirects requests to WebSphere application server.
The problem is that there is a need to not to redirect some URI's (some folders with images on site) to WebSphere.
I tried IIS rewrite but it…

Ava
- 11
- 1
1
vote
2 answers
Windows7 IIS7: zips don't have php5isapi.dll Can I use php.dll instead?
The page: How to Install PHP 5.2 on IIS 7and Windows Vista (and a few others) reference a mysterious php5isapi.dll which is not in the Windows install, or the zip files:
php-5.3.2-Win32-VC9-x86.zip - VC9 x86 Thread…

Pete Alvin
- 281
- 2
- 4
- 12
1
vote
3 answers
Could not load all ISAPI filters after installing VS2010 on Win 7 - 64bit
My website was working locally on my
Win 7 64 bit machine. I then installed VS2010 opted to not upgrade to .NET 4.0
Now when i go to my site i get the following error
HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter…

Frosty
- 233
- 1
- 4
- 10
1
vote
0 answers
SSL offloading with IIS and Ajp (isapi) Tomcat
I have java web application running on tomcat on a Windows 2019 server.
It runs fine on port 8180.
I have a IIS (10.0) running on the same server with isapi_redirector 1.2.48 configured.
Now I can access my tomcat application on port 80, and IIS…

alci
- 443
- 2
- 6
- 15
0
votes
1 answer
Helicon ISAPI Rewrite is processing Rewrite Rules for httpd.conf but not .htaccess
We have Helicon ISAPI Rewrite 3 installed on our Windows 2003 Web server. The RewriteRules work fine in the global file located in the httpd.conf file. The server serves several Web sites and we were hoping to create RewriteRules to apply to…

James Lawruk
- 617
- 2
- 10
- 18
0
votes
1 answer
Changes done in IIS Manager are reflected in web.config intead of applicationHost.config
I had to install a third party product on my server. Somehow this tool changed stuff in the IIS Settings and now for example when I add ISAPI Filter to a Web Site it stores the setting in the web.config file of of the Web Site instead in the…

gsharp
- 111
- 5
0
votes
2 answers
Log Location Url Responses of 301 redirects from IIS
Is there a way to log 301 redirects returned by IIS with the (1) request Url and the (2) location Url of the response?
Something like this:
Url, Location
/about-us, /about
/old-page, /new-page
The IIS logs contain the Request Url and the status…

James Lawruk
- 617
- 2
- 10
- 18
0
votes
1 answer
SSL certificate for ISAPI redirected Web Site
I have a Win 2003 server and I'm using Ionics Isapi Rewrite Filter to redirect requests made to a Web Site configured in IIS to another Apache2 Server in a server not exposed to the Internet. The Web Site has its host headers configured to catch…

Daniel
- 1
- 1