in reply to Re: Re: Running CGI scripts without a server
in thread Running CGI scripts without a server

You won't need a cert.

Everything you'll need to configure is in httpd.conf. I run Windows 98, so mine is in "C:\Program Files\Apache Group\Apache\conf\httpd.conf".

There are excellent docs with the Apache package, but I've always thought httpd.conf is very straight-forward. Just make a backup of it in case you screw something up.

You could also just use the default directories --

You'll need to put your scripts in the cgi-bin directory...

Where do you want *them* to go today?
  • Comment on Re: Re: Re: Running CGI scripts without a server