Re: CGI suggestion

Rob McCool (robm@ncsa.uiuc.edu)
Thu, 30 Dec 1993 12:02:26 -0600


/*
* CGI suggestion by ts (decoux@moulon.inra.fr)
* written on Dec 28, 5:12pm.
*
*
* URL are :
* http://server/cgi-perl/script/extra_path
* http://server/cgi-csh/script/extra_path
*
* I can't have :
* http://server/cgi-bin/perl/script/extra_path
* http://server/cgi-bin/csh/script/extra_path
*
*
*/

Why not? You should be able to create a perl subdirectory or a csh
subdirectory in cgi-bin.

--Rob