SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Sponsored Links

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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

  1. 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


Sponsored Links

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.