Re: POST with PERL

2000-12-21 Thread apache
If you just visit the script directly rather than posting to it, do you see the script source code? If so, it sounds like you have a missing / invalid ScriptAlias entry. If you just add something like: ScriptAlias /cgi-bin/ "/home/httpd/html/cgi-bin/" ... on the assumption that '/cgi-bin/' is

Re: POST with PERL

2000-12-21 Thread Glorfindel
Hi, You should not try to post TO a flat html filebut only FROM it. Hope it help. [EMAIL PROTECTED] wrote: > Hi! > > I have a little problem. A wrote a perl-script to manage guestbook-like > section of my page. Script is working, but from the shell. When I try to > post a data through ht

Re: POST with PERL

2000-12-20 Thread Dave Kaufman
IronHand <[EMAIL PROTECTED]> wrote: > I have a little problem. A wrote a perl-script to manage guestbook-like > section of my page. Script is working, but from the shell. When I try to > post a data through html form I get an error saying that post method is > not suported by this document. It's