• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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