[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] newbie to CGI + sendmail.
- Subject: Re: [cobalt-users] newbie to CGI + sendmail.
- From: Dave Robinson <domino27@xxxxxxxxxxxx>
- Date: Wed Jan 10 13:34:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Maybe I`m missing something but....
I`ve just had a look at the source of your webpage and you seem to have the
form action pointing to an E-mail address rather than the script you are
trying to call .. ie mailer.pl
I would have expected to see something along the lines of
"/cgi-bin/mailer.pl" where you currently have the E-mail address.... ie it is
an HTML error on your page.
You have: <FORM METHOD = "POST" ACTION =
"mailto:tasteful@xxxxxxxxxxxxxxxxxxxx">
Sugest this: <FORM METHOD = "POST" ACTION = "/cgi-bin/mailer.pl">
or whatever the path to your script is.
Cheers
Dave
Jason Ebacher wrote:
> We have a Cube 3
>
> I have been trying to get any perl or cgi script to run, none will
>
> I get a internal error message, saying that the sys admin may have not
> enabled cgi on this directory. I would assume that cgi access to all users,
> would give no restrictions.
>
> My scripts are correct, I had some one look them over, I chmod'ed them
> under SU etc. So now why won't CGI run! I even checked my conf files to see
> if the GUI didn't change the conf file to allow CGI, the conf files were
> set up correctly.
>
> I can't figure this out, every thing that I know is correct, I even tried a
> simple hitcounter , and get the same error.
>
> Here is the address to a script:
> www.tastefullysimple.com/~admin/contact.html
> and you can look at the script here: it is "mailer.pl"
> www.tastefullysimple.com/~admin
>
> Digitally Yours,
> Jason Ebacher
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users