[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Internal Server Error with formmail.pl
- Subject: RE: [cobalt-users] Internal Server Error with formmail.pl
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Thu Jul 11 19:31:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Jordan Smith
Sent: Thursday, July 11, 2002 10:00 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] Internal Server Error with formmail.pl
I have installed formmail.pl on my system, but whenever I run it, I get
an internal server error.
I've chown'd the file to admin
I've chmod'd the file to 755
I've enabled Server Side Scripting and CGI on the Site Admin
I'm open to any idea's on how I've screwed this easy thing up!
-------------------
Have you verified that it compiles OK, e.g
perl -cw formmail.pl
After you do that, then it's time to test.
You shold be able to set and export the
environmental vaiables it requires then
do a: perl -d formamil.pl and see where/why
it dies.