[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Formmail solution
- Subject: RE: [cobalt-users] Formmail solution
- From: Jerry Waugh <jwaugh@xxxxxxxxxxx>
- Date: Fri May 12 12:20:55 2000
> -----Original Message-----
> From: Jerry Waugh
> Sent: Friday, May 12, 2000 3:08 PM
> To: 'cobalt-users@xxxxxxxxxxxxxxx'
> Subject: RE: [cobalt-users] Formmail solution
>
> Hello there,
> I've been monitoring this thread because I do have a problem with my
> cgi
> script.
> I've also checked the knowledgebase but it does not provide the
> solution.
> I'm out of options...Hope you can help.
>
> Your script says <form method="POST" action="/cgi-bin/formmail.pl"> is
> that where your cgi-bin directory is?
> I usually put my cgi-bin directory in each users directory then <form
> method="POST" action="cgi-bin/formmail.pl">
> But then, with cgiwrap you do not have to use a cgi-bin directory at all.
> Is both the directory and the script chmod to 755? Who is the script file
> owner? should be httpd.
>
Another thought if your cgi-bin is not in the users sites directory,
you should use a FQDN for the file.
>