Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F298488
README
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Dec 25 2024, 7:15 PM
Size
881 B
Mime Type
text/plain
Expires
Dec 27 2024, 7:15 PM (4 w, 4 d ago)
Engine
blob
Format
Raw Data
Handle
6716
Attached To
R148 fins
README
View Options
Caudium support for Fins applications
Installation Instructions
1. copy fins_http.pike to your caudium/server/protocols directory.
2. copy fins_application.pike to your caudium/local/modules directory.
3. shutdown caudium, if started already.
4. start caudium with the following option added to start-caudium:
start-caudium -M/path/to/Fins/lib
where /path/to/Fins/lib is the path to your Fins lib directory.
5. start Caudium
To add a fins application to a virtual server:
1. Change the protocol for the virtual server's listen port from http
to fins_http. If you're using IP-less virtual hosting, this would be
the virtual server handling the requests.
2. Add the Fins Application module to your virtual server.
3. Set the value of the Fins Application Framework Directory path to
the Fins directory.
4. Provide the name of the application and configuration.
Event Timeline
Log In to Comment