MESSAGE
DATE | 2013-03-20 |
FROM | Ruben Safir
|
SUBJECT | Re: [NYLXS - HANGOUT] yabb
|
From owner-hangout-outgoing-at-mrbrklyn.com Wed Mar 20 07:02:07 2013 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: by mrbrklyn.com (Postfix) id 7CAA8161C89; Wed, 20 Mar 2013 07:02:07 -0400 (EDT) Delivered-To: hangout-outgoing-at-mrbrklyn.com Received: by mrbrklyn.com (Postfix, from userid 28) id 6A640161C8B; Wed, 20 Mar 2013 07:02:07 -0400 (EDT) Delivered-To: hangout-at-nylxs.com Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mrbrklyn.com (Postfix) with ESMTP id E7A55161C89 for ; Wed, 20 Mar 2013 07:02:06 -0400 (EDT) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mailbackend.panix.com (Postfix) with ESMTP id 7389A34DBF for ; Wed, 20 Mar 2013 07:02:05 -0400 (EDT) Received: by panix2.panix.com (Postfix, from userid 20529) id 6500433C8E; Wed, 20 Mar 2013 07:02:05 -0400 (EDT) Date: Wed, 20 Mar 2013 07:02:05 -0400 From: Ruben Safir To: hangout-at-nylxs.com Subject: Re: [NYLXS - HANGOUT] yabb Message-ID: <20130320110205.GA12885-at-panix.com> References: <20130320093941.GA28196-at-panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130320093941.GA28196-at-panix.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: hangout-at-mrbrklyn.com
This is an example of something that is just a PIA to churn through, partly because these idiots are splicing an ISII crapolla fix into their "documentations", and secondly because assume your sitting on someone elses webserver, rather than your own, and thirdly because they believe that your apache set up has a rather rare and somewhat insecure module installed for RedirectMatchUrl, and then ...
their last instruction fails to identify what the hell the code is for! Is it httpd.conf? Is it perl code to drop into the application?
The who concept is to redirect a static uri like
http://www.myuri.com/messages/some_numbers_as_arguments
to their cgi engine automaticaly, to be translated to look internally as something like this:
http://www.myuri.com/cgi-bin/yabb.pl?some_numbers_as_arguments
It would be just simpler to drop down to mod_perl and add it as a script into the apache calls under the URI of
http://www.myuri.com/messages/
and be done with it....
The whole discussion of symbolic links to directories is just confussing the issue. There doesn't need to be any real directory when the server is picking up that uri and handling it entirely within the apache engine.
Ruben
|
|