# ================================================================== # Gossamer Forum - Advanced web community # # Website : http://gossamer-threads.com/ # Support : http://gossamer-threads.com/scripts/support/ # CVS Info : # Revision : $Id: README.speedycgi,v 1.1 2001/09/27 23:22:53 alex Exp $ # # Copyright (c) 2001 Gossamer Threads Inc. All Rights Reserved. # Redistribution in part or in whole strictly prohibited. Please # see LICENSE file for full details. # ================================================================== Gossamer Forum has been tested and works well under SpeedyCGI. SpeedyCGI is similiar to mod_perl but does not require integration into Apache. If you don't have a dedicated server, it's a great alternative to mod_perl as it offers a lot of the benefits (persistant database connections, pre cached scripts, etc) without the server configuration issues. To run Gossamer Forum under SpeedyCGI, when asked for the path to perl, simply enter the path to your speedy program i.e.: /usr/bin/speedy That's it, your scripts will now work fine under SpeedyCGI. More information on SpeedyCGI can be found at: http://daemoninc.com/speedycgi/ If you have any questions or problems, please visit our support section at: http://gossamer-threads.com/support/ Gossamer Threads Inc.