• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Enable 32-bit applications by Command Line ( Windows )

esfahanhost

Basic Pleskian
Hi Dear

i always use CMD ( Command Line ) for Setup or change Customer and Subscription and Domain in Plesk

but i think Plesk Obsidian is poor in Command Line , i have several problem in CommandLine Obsidian , for Example :

i can not find command for ( Enable 32-bit applications ) in command line , it is in ( IIS Application Pool ) in Plesk Panel but not in Command Line

You can find command for ( Enable 32-bit applications ) by CMD ?

Thanks

iis.jpg
 
Please check that IisAppPools table in Plesk database will contain enable32bitAppOnWin64 column with default value 1
You can change this value with plesk db CLI command.
 
Hi,

We are migrating some accounts from an old server that has enable 32-bit application into default pool. How we can enable it in the new server? We should use this method, that is, connect to plesk db and made an UPDATE

SQL:
UPDATE IisAppPools SET enable32bitAppOnWin64=1 WHERE identity LIKE '%default%';

Thanks in advance,
 
Hi

i bought a ticket and contact to plesk support team and they sent this answer :

It is possible to enable/disable this option via CLI as well:

Open CMD =>

plesk bin site.exe -u example.com -enable-32bit-app-on-win64 true

Note: To disable the options just change true to false.

You may find the details in the documentation:

site.exe: Sites

To turn on the 32-bit mode for the dedicated IIS application pool for example.com
 
Last edited by a moderator:
Back
Top