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

 1 mike  1.1 
 2           
 3           This directory contains the HTML CGI interface to Pegasus. To use it,
 4           you must add definitions to your web server. For example, in Apace, I
 5           added these defintions to httpd.conf:
 6           
 7               ScriptAlias /pegasus/cgi-bin "D:/tog/pegasus/cgi/cgi-bin"
 8               Alias /pegasus/icons "D:/tog/pegasus/cgi/icons"
 9               Alias /pegasus "D:/tog/pegasus/cgi/htdocs"
10           
11               <Directory "D:/tog/pegasus/cgi/cgi-bin">
12               AllowOverride None
13               Options ExecCGI
14               allow from all
15               </Directory>
16 mike  1.2 
17           To use the CGI interface, type "make" in this directory. Next run the
18           Server like this: 
19           
20               C:\> Server <pegasus-build-directory>
21           
22           Then go to your browser and type in this URL:
23           
24               http://<yourhost>/pegasus

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2