User webuser
Group webgroup
ServerName www.butterthlies.com
DocumentRoot /usr/www/site.cgi/htdocs
ScriptAlias /cgi-bin /usr/www/cgi-bin
We need to edit the form
.../site.cgi/htdocs/form_summmer.html so that
the relevant line reads:
<!-- UNIX -->
<FORM METHOD=POST ACTION="cgi-bin/mycgi.cgi">
<!-- Win32 -->
<FORM METHOD=POST ACTION="cgi-bin/mycgi.bat">
Since CGI processing is on by default, this should work. When you
submit the Butterthlies order form, and thereby invoke the CGI script
named by ACTION, you are sent the message
"Have a nice day."
You would probably want to proceed in this way, that is, putting the
script in the cgi-bin directory, if you were
offering a web site to the outside world and wanted to maximize your
security.