<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <br>
    <br>
    On 11/12/2010 10:15 AM, Dave Cross wrote:
    <blockquote
      cite="mid:AANLkTi=CfYUxnoB_OA-+NSjRzfsZYcp5R6_=O5NnD3=b@mail.gmail.com"
      type="cite">
      <pre wrap="">It all depends very much on how the web server is configured. Do you
know if the web server is configured to run CGI programs? Do you have
access to the Apache configuration files? (Actually, is the server
running Apache?)

What value have you given the "action" attribute on the form element?
You say that the CGI program is in the cgi-bin directory - was that
directory there before, or did you create it yourself? Are there any
other cgi-bin directories in the web area on the server?
</pre>
    </blockquote>
    <br>
    <pre wrap=""><<< Do you know if the web server is configured to run CGI programs?  >>>
The server is in my office running Centos 4, however I am not sure how to check to see if it is configured to run CGI.

<<< Do you have access to the Apache configuration files? (Actually, is the server
running Apache?) >>>
Yes, it is running Apache and I have complete access.

<<< What value have you given the "action" attribute on the form element? >>>
<form action=<a class="moz-txt-link-rfc2396E" href="http://www.toddcary.com/srjc_CIS50_11B/lesson_6/cgi-bin/cgiecho/template.txt">"http://www.toddcary.com/srjc_CIS50_11B/lesson_6/cgi-bin/cgiecho/template.txt"</a> method="post">

The template.txt file is at 
<a class="moz-txt-link-freetext" href="http://www.toddcary.com/srjc_CIS50_11B/lesson_6/template.txt">http://www.toddcary.com/srjc_CIS50_11B/lesson_6/template.txt</a>

The cgi is at 
<a class="moz-txt-link-freetext" href="http://www.toddcary.com/srjc_CIS50_11B/lesson_6/cgi-bin/cgiecho">http://www.toddcary.com/srjc_CIS50_11B/lesson_6/cgi-bin/cgiecho</a>

This is the error:
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">The requested URL /srjc_CIS50_11B/lesson_6/cgi-bin/cgiecho/template.txt was not found on this server</span>

<<< You say that the CGI program is in the cgi-bin directory - was that
directory there before, or did you create it yourself? >>>
I created the directory as part of the project. 

<<< Are there any other cgi-bin directories in the web area on the server? >>>
No other cgi-bin directories in the Web area.

Todd
</pre>
    <pre class="moz-signature" cols="65">-- 
Ariste Software
Petaluma, CA 94952

<a class="moz-txt-link-freetext" href="http://www.aristesoftware.com">http://www.aristesoftware.com</a>
</pre>
  </body>
</html>