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

7.5.3 Problems

M

MikeParsons

Guest
I tried the updater to go from 7.5.2 to the new 7.5.3 on what is basically a new install, and after it failed tried the commandline as advised in another post here.

After a couple of goes it finally ran to completion

Now I get

Syntax error on line 213 of /usr/local/psa/admin/conf/httpsd.conf:
Cannot load /usr/local/psa/admin/libexec/mod_info.so into server: /usr/local/psa
/admin/libexec/mod_info.so: undefined symbol: top_module
/usr/local/psa/admin/bin/httpsdctl start: httpd could not be started
Starting Plesk: [FAILED]

The sites seem to be working on the server but I can't log into Plesk as its not running.

If I re-run the update it tells me its already at current version and exits

How do I force an update to mod_info.so or is the error actually something else.

At the moment I'm stumped
 
My suggestion is to back up your /usr/local/psa/admin/conf/httpsd.conf and then edit it.

# cp /usr/local/psa/admin/conf/httpsd.conf /usr/local/psa/admin/conf/httpsd.conf.bak

Do a search for "mod_info" in the httpsd.conf file, and comment out the two (?) lines that load it (AddModule and LoadModule). Then try to restart PSA and see how it goes.
 
Sort of worked

Redhat 9.0, PSA 7.5, MySQL 4.0

I had this same problem, and that was exactly what I did (you also have to comment out the addModule mod_info.so line in /usr/local/psa/admin/conf/httpsd.conf)

the startup script returns an OK, but I still can't login to the psa web server.
 
OK, what does the admin server error log say?

( tail /usr/local/psa/admin/logs/httpsd_error_log ) -- or wherever that log is on your system.. the above location is for freebsd.
 
httpsd_error_log doesnt say anything because the dameon is never started.
 
Hello there.

I already upgrade to the last version.. but now; i get the same error on the PSA restart command.

Someone can contact to plesk or try to get the solution to fix it?

Thank you in advanced!
 
cool... i fixed!

just run:

rpm -Uhv /root/psa/PSA_7.5.3/rpm_FedoraCore_2/base/psa-7.5.3-fc2.build75050506.13.i586.rpm --force


:D
 
Back
Top