• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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