• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

SuexecUserGroup directive requires SUEXEC wrapper

nocrash

Basic Pleskian
autoinstaller and httpdmng not working after SuSE update

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk 10.4.4 OpenSuse 11.4 x64, a more or less fresh installed plesk.

PROBLEM DESCRIPTION

zypper update and installation of apache2 updates seems to break Plesk fcgid feature and update routines!

apache2-2.2.17-4.13.1.x86_64
apache2-prefork-2.2.17-4.13.1.x86_64
apache2-utils-2.2.17-4.13.1.x86_64

replaced

apache2-2.2.17-4.11.1.x86_64
apache2-prefork-2.2.17-4.11.1.x86_64
apache2-utils-2.2.17-4.11.1.x86_64


STEPS TO REPRODUCE

/usr/local/psa/admin/sbin/autoinstaller
and /usr/local/psa/admin/sbin/httpdmng
call /usr/local/psa/admin/sbin/apache-config -t
and never end ...

ACTUAL RESULT

a never ending process of autoinstaller or httpdmng ,

for example autoinstaller which recalls httpdmng
\_ /usr/local/psa/admin/sbin/autoinstaller
\_ /usr/bin/sw-engine -c /usr/local/psa/admin/conf/php.ini /usr/local/psa/admin/sbin/httpdmng --reconfigure-server
\_ bash /usr/local/psa/admin/sbin/apache-config -t

after killing the child processes, the routine continues and start httpdmng --reconfigure-server, where i need to kill them again. the autoinstaller successfull quits..

Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.

Patches were installed successfully.
The packages were installed successfully.
Restoring zypper sources...

EXPECTED RESULT


ANY ADDITIONAL INFORMATION

/var/log/apache2/suexec.log stops logging

/usr/local/psa/admin/sbin/apache-config -t gives out
lots of Warning: SuexecUserGroup directive requires SUEXEC wrapper.
, but quits finally with Syntax OK
 
Last edited:
Back
Top