(file) Return to README CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi

File: [Pegasus] / pegasus / cgi / Attic / README (download)
Revision: 1.2, Fri Jan 26 23:35:51 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.1: +9 -0 lines
new



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"

    <Directory "D:/tog/pegasus/cgi/cgi-bin">
    AllowOverride None
    Options ExecCGI
    allow from all
    </Directory>

To use the CGI interface, type "make" in this directory. Next run the
Server like this: 

    C:\> Server <pegasus-build-directory>

Then go to your browser and type in this URL:

    http://<yourhost>/pegasus

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2