Page 1 of 1

cgi execution

PostPosted: 28. December 2004 22:52
by cpspros
I have installed xampp on my Debian system. It works fine in all respects, except that I cannot execute .pl scripts. It gives me error 500 Internal Server Error.

Where is Sendmail? Where is perl?

PostPosted: 29. December 2004 08:50
by Kristian Marcroft
Hi,

for your *.pl Scripts, please check the rights on the File.
Should have chmod 755 and chown nobody:root

Perl is located in /opt/lampp/bin/perl
Sendmail is not included in XAMPP (and never will be)
Please use your System Mailsystem

So long
KriS

CGIs

PostPosted: 29. December 2004 17:24
by cpspros
What does the cgi-bin folder do?