Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Internal Server Error

Quote Reply
Internal Server Error
On Hispeed (Unix), I'd uploaded and CHMOD all files according to the Readme.txt. But when I tried to execute admin.cgi, my Nightmare appears. I'd tried all sort of things, follow what other users (from this forum) did but none works. I really believe that it is my links.cfg but don't know where is it. By the way what CHMOD should I set for the links.cfg file?

Error message:-
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


------------------
Quote Reply
Re: Internal Server Error In reply to
These are from links.cfg:-

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/usr/local/www/htdocs/ismultimedia/cgi-bin/admin";
$db_dir_url = "http://ismultimedia.com/cgi-bin/cgiwrap/ismultimedia/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://ismultimedia.com/cgi-bin/cgiwrap/ismultimedia";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/usr/local/www/htdocs/ismultimedia";
$build_root_url = "http://ismultimedia.com";

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$build_root_path/New";
$build_new_url = "$build_root_url/New";

# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$build_root_path/Cool";
$build_cool_url = "$build_root_url/Cool";

# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$build_root_path/Ratings";
$build_ratings_url = "$build_root_url/Ratings";