The rcoaster web interface can function as CGIs, or using mod-ruby.
1. Configuration for CGI
2. Configuration for mod-ruby
3. Accessing the web interface
- Configuration for CGI
Add the following to your apache config:
Alias /rcoaster/ /path/to/rcoaster/www/ <Location /rcoaster/>
Options ExecCGI
AddHandler cgi-script .rbx
</Location>
2. Configuration for mod-ruby
Make sure apache is configured to use mod-ruby for *.rbx files, then add the following to your apache config:
<Location /rcoaster/>
Options ExecCGI
</Location>
3. Accessing the web interface
There are two different interfaces at the time of this writting:
http://localhost/rcoaster/requester.rbx
and
http://localhost/rcoaster/plist.rbx
