PDA

View Full Version : help with path.cgi


debby
01-02-2001, 06:42 PM
I've got path.cgi installed on another server and working fine, but I can't get it to work here. I think I've tried every variable known to man! Here is the part that is user-defined:

#!/usr/bin/perl

###Fully Qualified Domain Name#######################
#
# You can switch these if you are having problems
# with your hostname, in some cases it is best
# to assign the fully qualified domain name
# yourself (such as when you are using virtual hosting).
# Uncomment the second line and comment the first one
# (using a "#") if you are having problems.

$url = $ENV{'SERVER_NAME'};
#$url = "www.yourdomain.com";

###COBALT RAQ2 USERS!!!!#############################
#
# COBALT RAQ2 USERS: The Cobalt RAQ2 does not support
# DOCUMENT_URI, instead use REQUEST_URI. Uncomment
# the second line and comment the first if you are
# using the RAQ2 (This is a must or it won't work).

$uri = "$ENV{'DOCUMENT_URI'}";
#$uri = "$ENV{'REQUEST_URI'}";


This is installed on a subdomain, so I don't know if that changes things. The site is on the old control panel also. I've added "business.kilburnfamily.com" for the "www.yourdomain.com", uncommented and recommented the lines, etc. The SSI on the page to include the script is correct. The test page is http://collegeteacher.org/ssi/test.shtml (I've got a name redirected through mydomain.com to the subdomain). Any ideas?

Thanks!

[Edited by debby on 01-02-2001 at 05:46 PM]

debby
01-03-2001, 01:55 AM
Rocket Support to the rescue! Thanks guys for helping me solve this problem. I'm glad you are on AIM :-)