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

File: [Pegasus] / pegasus / cgi / Attic / README (download)
Revision: 1.1, Fri Jan 26 23:26:09 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
new files



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>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2