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

Internal Server Error

Quote Reply
Internal Server Error
Help

I am not sure if I have my cfg file set up correctly... I think my paths are right, but I still get Internal Server Error. I have gone through 3 times to make sure the CHMODs are correct... does anyone know what might be the problem... Here are my server varibles followed by part of my links.cfg : DOCUMENT_ROOT /www/XYZ GATEWAY_INTERFACE CGI/1.1 HTTP_ACCEPT */* HTTP_ACCEPT_ENCODING gzip, deflate HTTP_ACCEPT_LANGUAGE en-us HTTP_CONNECTION Keep-Alive HTTP_HOST www.XYZ.com HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461; Hotbar 4.1.8.0) PATH /usr/local/bin:/usr/bin:/bin:/www/cgi-bin QUERY_STRING REMOTE_ADDR XYZ REMOTE_PORT 3243 REQUEST_METHOD GET REQUEST_URI /cgi-bin/cgidump.pl SCRIPT_FILENAME /www/XYZ/cgi-bin/cgidump.pl SCRIPT_NAME /cgi-bin/cgidump.pl SERVER_ADDR XYZ-IP SERVER_ADMIN webmaster@XYZ.com SERVER_NAME www.XYZ.com SERVER_PORT 80 SERVER_PROTOCOL HTTP/1.1 SERVER_SOFTWARE

Apache/1.3.26 (Unix) PHP/4.2.3 FrontPage/5.0.2.2510





# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/www/XYZ/cgi-bin/members/admin";
$db_dir_url = "http://www.XYZ.com/cgi-bin/members/admin";

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

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/www/XYZ/members";
$build_root_url = "http://www.XYZ.com/members";
Quote Reply
Re: [pflyz] Internal Server Error In reply to
Replacing your paths with XYZ, and URL's with XYZ.com isn't really going to help us solve your problem Wink We need to see the real paths, and URLs really.

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Internal Server Error In reply to
okay, i wasn't sure if that was allowed... here it is again:

DOCUMENT_ROOT /www/videoklips GATEWAY_INTERFACE CGI/1.1 HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */* HTTP_ACCEPT_ENCODING gzip, deflate HTTP_ACCEPT_LANGUAGE en-us HTTP_CONNECTION Keep-Alive HTTP_HOST www.videoklips.com HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461; Hotbar 4.1.8.0) PATH /usr/local/bin:/usr/bin:/bin:/www/cgi-bin QUERY_STRING REMOTE_ADDR 24.56.45.141 REMOTE_PORT 3650 REQUEST_METHOD GET REQUEST_URI /cgi-bin/cgidump.pl SCRIPT_FILENAME /www/videoklips/cgi-bin/cgidump.pl SCRIPT_NAME /cgi-bin/cgidump.pl SERVER_ADDR 66.34.247.189 SERVER_ADMIN webmaster@videoklips.com SERVER_NAME www.videoklips.com SERVER_PORT 80 SERVER_PROTOCOL HTTP/1.1 SERVER_SOFTWARE Apache/1.3.26 (Unix) PHP/4.2.3 FrontPage/5.0.2.2510

LINKS.CGF

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/www/videoklips/cgi-bin/members/admin";
$db_dir_url = "http://www.videoklips.com/cgi-bin/members/admin";

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

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