This directory contains the HTML CGI interface to Pegasus. To use it, you must add definitions to your web server. For example, in Apace, I added these defintions to httpd.conf: ScriptAlias /pegasus/cgi-bin "D:/tog/pegasus/cgi/cgi-bin" Alias /pegasus/icons "D:/tog/pegasus/cgi/icons" Alias /pegasus "D:/tog/pegasus/cgi/htdocs" AllowOverride None Options ExecCGI allow from all To use the CGI interface, type "make" in this directory. Next run the Server like this: C:\> Server Then go to your browser and type in this URL: http:///pegasus