[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Newbie CGI Questions



Title: Newbie CGI Questions
I'm executing the following at my Web location http://www.devdrvr.net/unfetm/Feedback.html and getting a 404 error.  I think the problem is that the sample I'm using is for the Mac and I need to execute and put one on my server that is Apache specific because that is the machine I'm using as a server in LA.  If I do this and put the above in my browser go to line will the .cgi execute or is there more that I need to do?  The example CGIs have a Apache one pre-done for me so to start I don't have to save it myself in MacPerl as a .cgi.  Second question, if I do want to use MacPerl can I save as .cgi and use the proper Unix directives and have it work on an Apache server or do I have to use a Linux box and Perl there to do this correctly.

Thanks,
--Perry
Device Driver Programmer
Davis, CA
01 (530) 400-5692

<html>
   <head>
      <title>Feedback Administration</title>
   </head>
   <body bgcolor="#FFFFFF" text="#000000" link="#009F00">
      Choose an Administrative task from the list below and press the
      submit button to continue.
      <center>
      <form method=POST action="http://www.devdrvr.net/unfetm/cgi-bin/Feedback.cgi">
         <input type=hidden name="config_file"
            value="http://www.devdrvr.net/unfetm/config.txt">
         <select name="type">
            <option>Approve Entries
            <option>Remove Entries
            <option>Archive Entries
            <option>Change Password
         </select>
         <input type=submit value="Submit Admin Request">
      </form>
      </center>
   </body>
</html>