• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

suexec(cgi) problem

H

Highland

Guest
I'm currently stumped. I can't run any CGIs on my server because of suexec. I've followed the steps in http://kb.swsoft.com/en/762 and all I get is
[Mon Mar 10 08:29:10 2008] [error] [client X] failed to open log file /var/log/httpd/suexec_log
[Mon Mar 10 08:29:10 2008] [error] [client X] fopen: Permission denied
[Mon Mar 10 08:29:10 2008] [error] [client X] Premature end of script headers: test.cgi
instead of
[Mon Mar 10 09:36:36 2008] [error] [client X] suexec policy violation: see suexec log for more details
[Mon Mar 10 09:36:36 2008] [error] [client X] Premature end of script headers: test.cgi
The current error file is /var/log/httpd/suexec.log, not /var/log/httpd/suexec_log and I've even tried creating it so I get some errors but nothing.

Currently the error log is
[2008-03-10 09:36:36]: uid: (1234/userX) gid: (2524/2524) cmd: test.cgi
[2008-03-10 09:36:36]: target uid/gid (1234/2524) mismatch with directory (1234/2523) or program (1234/2524)

But test.cgi is 755 and owned by the appropriate groups
-rwxr-xr-x 1 userX psacln 76 Mar 8 11:20 test.cgi

Current Apache is httpd-2.2.3-11.el5_1.3 released Jan 11
PSA version is dated Dec 18
Neither works.
 
Back
Top