jimkirk
New member
cpanel username: worf359
url: http://www.section41.org/cgi-bin/forum/install.cgi
while trying to install a perl based forum software i ran into a 500 internal server error, even though i've followed the installation instructions to the letter.
i uploaded the files in the correct modes, set the permissions of install.cgi to 755 and i changed the permissions of the "forum" folder in cgi-bin to 777.
the requirements to run the software is
url: http://www.section41.org/cgi-bin/forum/install.cgi
while trying to install a perl based forum software i ran into a 500 internal server error, even though i've followed the installation instructions to the letter.
1. Copy the install.dat in BINARY mode to your webserver.
2. Copy the install.cgi in ASCII mode to your webserver.
3. Set the permissions of install.cgi to 755.
4. Set the permissions of the directory you want to install Gossamer Forum into
to 777.
5. Run install.cgi from your browser (for advanced users, it can also be
run from shell. If you do this you can skip steps 3 and 4).
6. Upgrading? If yes:
If you are upgrading from an existing Gossamer Forum installation, then
enter the path to your admin.
If no:
Simply enter in the paths and urls outlined from install.cgi.
The program will now unarchive itself, and set the path to perl and file
permissions properly. To finish the installation simply go to the URL
mentioned in the install to enter your SQL information.
i uploaded the files in the correct modes, set the permissions of install.cgi to 755 and i changed the permissions of the "forum" folder in cgi-bin to 777.
the requirements to run the software is
Operating System: Gossamer Forum is written entirely in Perl, so it will run on Microsoft Windows as well as most UNIX variants (Linux, FreeBSD, Solaris, Mac OS X, etc).
Perl 5.004_04 or better: Most servers have Perl installed, so unless your web server is very out-of-date, you should have a new enough version of Perl installed.
Perl Modules:
DBI and the appropriate DBD module for your database (eg. DBD::mysql)
Net::SSLeay (only required by the Authorize.Net and PayPal payment modules)
Web Server with CGI access: A web server such as Apache or Microsoft IIS with the ability to run CGI scripts is required.
Database Server: Gossamer Forum has been designed to work with MySQL, Microsoft SQL Server, PostgreSQL, and Oracle database servers. You will need access to one of the supported database servers along with sufficient permissions.
Command Scheduler (optional): For UNIX systems, you will need the ability to add cron jobs to periodically send out subscriptions. Windows systems can use the Windows Scheduler or the AT command.
mod_perl (optional): For optimal performance, Gossamer Forum is designed to work under mod_perl. However, installation and setup is not a trivial process and usually requires a dedicated server and some co-operation from your hosting company. We offer shared and dedicated servers with mod_perl set up and configured.