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

Issue Clean Debian 8 / Plesk Onxy install, missing suexec?

Konggal

New Pleskian
Been running into the

Code:
Server Error
500
Internal Server Error
alot since i reinstalled everything on a clean slate

reinstalled server, did a apt update and upgrade, installed plesk with plesk installer, setup a few sites and databases and now i see some of my pages are giving me that error 500
when looking in the logs i found


Code:
(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: https://kb.tluc.me/?a=admin_zkbfetch

End of script output before headers: index.php, referer: https://kb.tluc.me/?a=admin_zkbfetch

After looking around on google i finally finds error reading data from FastCGI server which looks like being the issue i have
but the very first command
Code:
 cp -p /usr/sbin/suexec /usr/sbin/suexec.dist
Fails because i don't have a suexec?
Tried to do a find on the server and looks like there isn't a suexec at all? wouldn't that be installed and setup together with plesk?

Tried to skip to step 2 and copy it over which went fine but then the chown complained since there is no apache group?
chown: invalid group: ‘root:apache’

have plesk installer failed to correctly setup even that there was no errors when installing or what could be the issue?
 
Last edited:
The first command in KB article is for CentOS, but you have Debian if I'm not mistaken.
 
Hay @IgorG
Yep running Debian 8, had the guy who made the KB article update it for all OS's but even with that fix it doesn't seem to fix the issue it self :/
 
Back
Top