lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Lynx Question


From: Klaus Weide
Subject: Re: LYNX-DEV Lynx Question
Date: Mon, 28 Oct 1996 17:44:06 -0600 (CST)

On Mon, 28 Oct 1996, Ronald Mowery wrote:

> <HTML>
> <BODY>
> <H3>Type your User Name and Password below followed by
> Submit. </H3>
> <FORM METHOD="POST" ACTION="/cgi-bin/authorize.cgi">
                ^^^^
[ snipped ]
> </HTML>
> 
> The following cgi script processes the input from the html form.
> 
[ snipped ]
> URL="http://angler.nova.sgi.com:/rmowery/index.html";
                                 ^
Probably a typo here..
 
[ snipped ] 
> if [ "$user" = $USE -a "$password" = $PASS ]
> then
>         echo "Location: $URL"

Add the following after the above line:
          echo "Status: 303 GET other page, do not resend POST data"

>         echo
> else
>         echo Content-type: text/html
>         echo

[ snipped ]

> error message:  "Alert!: HTTP/1.0 500 Server Error".
> 
> I then get the following page:
> 
>                                  Server Error
> 
>    This server has encountered an internal error which prevents it from
>    fulfilling your request. The most likely cause is a misconfiguration.
>    Please ask the administrator to look for messages in the server's
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    error log.
     ^^^^^^^^^

So have you done that? :)

For a longer answer, see the recent lynx-dev archives.
Or the FAQ page at 

   Linkname: Al's Picks
        URL: http://www.access.digex.net/~asgilman/lynx/FAQ/

Klaus

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]