• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Python Error...HTTPD won't work; PSQL Vacuum error

D

devindull

Guest
When trying to start HTTPD, it won't work. However, by quoting out the portion of the httpd.conf that gives a Module error, it will load.

dingle@inter5:/usr/local/plesk# /usr/local/etc/rc.d/apache2.sh start
Starting apache2.
[Wed Dec 20 00:03:12 2006] [warn] module suexec_module is already loaded, skipping
[Wed Dec 20 00:03:12 2006] [warn] module logio_module is already loaded, skipping
Syntax error on line 278 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/mod_python.so into server: /usr/local/lib/libpython2.4.so: Undefined symbol "pthread_attr_destroy"

How can I get HTTPD to load without having to quote out a Module?

I modified "/usr/local/sbin/envvars" by adding LD_PRELOAD=/usr/lib/libc_r.so
export LD_PRELOAD and the HTTPD just hung in the starting, never came online... PSQL will not upgrade on the box, it has a VACUUM error.
 
Back
Top