• The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.
  • 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.

Question removing php_admin from vhost configurations

tkalfaoglu

Silver Pleskian
Server operating system version
Rocky Linux
Plesk version and microupdate number
Plesk Obsidian 18.0.64 Update #1
Hi there. Many of my hosting sites use mod_php which is now on its way out. Their vhost configs contain php_admin commands which cause problems if these are migrated to a newer server. is there a way to fix these host configs at plesk so that they don't contain the php_admin commands?
Thanks!
 
You want to remove php_admin declarations from Additional HTTP and HTTPS directives?
You also need to make sure .htaccess files don't have it.
You need to port the value to the PHP settings page.

As a bonus, you also need to make sure all files and folders in the document root are owned by the webspace/subscription systme user.

I recommend doing this change manually for each website, to make sure it works properly after you change from mod_php.
 
Back
Top