Re: [us...@httpd] UNIQUE_ID to tomcat

2009-03-09 Thread REllis
You may be able to do it by rewriting the id into the URL ( http://xyz.example.com/foo.jsp?unique_id=xxx). Jigar Sutaria 03/09/2009 03:36 PM Please respond to users@httpd.apache.org To cc Subject [us...@httpd] UNIQUE_ID to tomcat Hi All, I am using apache's mod_unique_id mod

Re: [us...@httpd] Need assistance setting up a cgi program

2009-03-09 Thread REllis
Unfortunately no. You see FoxPro is an odd beast. It'll allow you to run a script/program without the extension. So from within FoxPro you can type "do c:\temp\appname" and it'll look for appname.prg, then appname.app. So the developers who wrote these apps are requesting pages like /cgi/lo

[us...@httpd] Need assistance setting up a cgi program

2009-03-09 Thread REllis
Hello all, I have an old Windows web system I'm trying to migrate from an ancient version of Netscape Enterprise Server to Apache 2.2.x. Most of the site is static content and I have that working correctly. However part of the site is also using another ancient technology called FoxWeb which