On Tue, Aug 7, 2012 at 10:33 PM, Erik de Bruin <e...@ixsoftware.nl> wrote:
> >> I suggest we implement the CGI solution I've been promoting since I > >> started... This is only 2 lines of CGI code, and one word in an HTML > >> file. To me this sounds like the simplest and therefore most fool > >> proof method. > > > > I am working on this now. I dont know cgi, am learning it as I go. Will > > keep you updated. > > There actually is no knowledge of CGI involved. The solution is > literally copy-pasting the three lines I mention in FLEX-33106 into a > new text file, renaming it and uploading it; together with another > file with only the one word, [preferred], in it and with an HTML > extension. All the parsing etc will be taken care of by the automated > processes from Apache, for which 'our' .cgi is only a wrapper. > > It is really that easy, according to Apache documentation and the > responses from the people of the infra list. > > EdB > I would still like to understand what I am doing :-) Makes me a better programmer! Om