[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV lynxcgi and PATH_INFO ?
From: |
Foteos Macrides |
Subject: |
Re: LYNX-DEV lynxcgi and PATH_INFO ? |
Date: |
Mon, 09 Jun 1997 19:30:44 -0500 (EST) |
Kevin Ternes <address@hidden> wrote:
>I have a CGI executable that I need to run via lynxcgi:. But this
>executable uses PATH_INFO rather than the QUERY_STRING that lynxcgi
>assumes.
>
>Has anyone else had this problem or have any suggestions?
An http server has map/pass rules for scripts, and thus
knows that anything following the script name element is PATH_INFO.
To do that in Lynx you'd have to define as set of script paths, e.g.,
SCRIPT_PATH:/cgi_bin:/file/system/path1
SCRIPT_PATH:/htbin:/file/system/path2
and then do a head match and coversion to file system paths and
PATH_INFO variables.
Fote
=========================================================================
Foteos Macrides Worcester Foundation for Biomedical Research
address@hidden 222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;