• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

ISAPI Filters assigned on a server level not being inherited

C

chase.hansen

Guest
I noticed today when installing ISAPI rewrite that my test sub-domain did not have the inherited ISAPI Filters from the root level of the server.

Example-

On the root of my server I have the following-
ASP.NET_2.0.50727.0
ASP.NET_2.0.50727.0-64
ISAPI_Rewrite_32
ISAPI_Rewrite_x64
sitepreview

On the root of my test domain I have the following-
php5isapi

I had to add ISAPI_Rewrite_32 to get my ISAPI rewrites to work.


Is this the way things should be? As we start to add domains I would like to not have to come in here and add the rewrite filter to them all.
 
Seems that maybe its because we changed the default PHP5 from FastCGI to ISAPI.

This is the only option within ISAPI Filters @ the domain level.
 
Back
Top