in reply to Setting up Perl/CGI with Windows
Along the way you have to tell Apache what your domain name is. (You are not supposed to make one up....). The httpd.conf file in the conf directory says to use your Internet number instead, and combined with an install-time instruction about running just with my login id, I wound up configuring a ServerName of 192.168.1.1:8080 (not my real ip address...) which, when I type http://192.168.1.1:8080/ works! :-) The test script gets invoked via http://192.168.1.1:8080/cgi-bin/test.cgi
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Setting up Perl/CGI with Windows
by Khemikal (Initiate) on Jul 08, 2003 at 13:22 UTC |