On 2/3/02 1:49 PM, Sir Douglas Cook <[EMAIL PROTECTED]> wrote: > Searching for a free CGI-BIN > > I have Sympatico highspeed which does not support custom cgi. > > I have Tropod which is slow and has limits on every script I write. > Example: $ENV{REMOTE_HOST}; returns 10.10.23.235 and that > is not my IP address at the time. > > Is there a site that I can obtain free CGI access to study Perl/CGI? > > Many Thanks in advance > [EMAIL PROTECTED]
There's always the thought of setting up your own webserver, which gives you as much control as you want, and for free. As for free CGI hosting, Hypermart comes to mind. They want your credit card #, but supposedly don't charge you unless you violate their TOS. About $ENV{REMOTE_HOST} not returning the correct IP: Tripod might be using a proxy -- you might try using $ENV{HTTP_X_FORWARDED_FOR}. (I don't know if it'll work, but it worked for me when I used f2s). If you want real flexibility, though, you'll have to either pay (PHPWebhosting.com works for me) or host your own site. Hope that helps a bit, -- Michael Kelly [EMAIL PROTECTED] http://www.jedimike.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]