[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Any one running Matt Wrights message boards???
- Subject: Re: [cobalt-users] Any one running Matt Wrights message boards???
- From: "Toby Miller" <tobymiller@xxxxxxxx>
- Date: Mon Feb 21 20:54:18 2000
Ok.....so maybe I missed something in the previous post.. :)
> ><form
action="http://www.beautytech.com/cgibin/cgiwrap/admin/bt-guest.cgi"
> >method="post" align="center">
I am assuming here that http://www.beautytech.com/cgibin is a directory
inside your
site directory, right? (i.e. /home/sites/home/web/cgibin/) Ok that
assumed....what is the cgiwrap/admin portion of the URL? To my knowledge
nothing else is required for CGIWRAP except for the direct path to the cgi
script.
On my system I have cgi programs in /home/sites/home/web/cgi-bin/.
In the HTML I access the script via:
<form action="/cgi-bin/myperlprog.cgi" method"post">
Maybe extra path info is the problem? Apache points to the CGIWRAP
executable as a handler for *.cgi and *.pl scripts. That way you can put
the cgi scripts anywhere you want... Just a thought?!
Regards,
Toby Miller
BTW, You are uploading the scripts as ASCII and using a *NIX editor, right?
:)