• 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.

apache2 SSL not starting

nocrash

Basic Pleskian
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

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

PROBLEM DESCRIPTION

i configured a site to use SSL and set a certificate within Plesk without errors at all .

STEPS TO REPRODUCE

ACTUAL RESULT

then i recognise that the httpd2-prefork process didnt listen at port 443 ...

EXPECTED RESULT

httpd2-prefork listen at port 443

ANY ADDITIONAL INFORMATION

dont know , if the apache2 service for SSL didnt start from beginning. i just didnt need it.

I run /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
its is running for a lot of time now without any output, it only starts processes like
"/usr/bin/sw-engine -c /usr/local/psa/admin/conf/php.ini /usr/local/psa/admin/"

if i run strace /usr/local/psa/admin/sbin/httpdmng --reconfigure-all , it kicks me out :-D
"wait4(12003, DEBUGGER DETECTED... Bye!
Killed"

^---^ this was fixed by replacing the suexec after update.

At least i commented in any IfDefine and IfModule arround "Listen 443" at /etc/apache2/listen.conf and restarted the service. Voilá, right certificate for the site!

I only wanted to ve a clean Plesk server without a lot configuration beside plesk.. :-(
 
Last edited:
Back
Top