ispCP - Board - Support
cgi problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: cgi problem (/thread-3700.html)



cgi problem - Y2K.bug - 07-07-2008 10:29 PM

Hello I have a prblem running perl script.

I have copied script to the cgi-bin directory and when I try to execute it it return blank page. When I execute it from command line, it writes the output.

I have CGI support enabled in admin and I have edited config file to add +ExecCGI

But it still doesn't work.

Please help


RE: cgi problem - kilburn - 07-08-2008 11:55 PM

I think that it's a permission problem. Is the script owned by the vuxxxx user and group of the owner domain?

You should also check /var/log/apache2/suexec.log, /var/log/apache2/error.log and /var/log/apache2/users/domain.tld-error.log to see if there are any entries related to your problem.


RE: cgi problem - Y2K.bug - 07-10-2008 07:12 PM

kilburn - thx very much!

I have checked the suexec.log file ande found, that script should not be writable, so I changed the permissions and it works

thx very much!