• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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