[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]

Re: 'Internal Server Error'


  • From: Boatbuilding Ring  
  • Date: Mon, 11 Sep 2000 17:42:57 -0600 (MDT)

You said that your host said that this is the proper link to your admin.pl:
http://cgi.www.maigold.co.uk/cgi-bin/www.maigold.co.uk/ringlink/admin.pl

(this is one of the oddest paths to your cgi-bin that I've seen, so this is why
I asked if it might be on a free service...)

However, based on the above, you need to change the paths below to match the
above path (extra cgi. to start and extra www.magigold.co.uk)  See below.
Again, I think that this configuration is very long and strange...

| ......................................................................
|
| # Name of this Ringlink set-up
| $title = 'Town Garden\'s Ringlink';
|
| # Address to the homepage of this Ringlink set-up
| $ringlinkURL = 'http://www.maigold.co.uk/ringlink.htm';
|
| # Address to the directory with the *.pl or *.cgi files
| $cgiURL = 'http://www.maigold.co.uk/cgi-bin/ringlink';

Change above to:
# Address to the directory with the *.pl or *.cgi files
$cgiURL = 'http://cgi.www.maigold.co.uk/cgi-bin/www.maigold.co.uk/ringlink';

| # Path to the directory with the *.pl or *.cgi files
| $cgipath = '/docs/www.maigold.co.uk/cgi-bin/ringlink';

and if the above doesn't work, verify again that these are correct (above and
below.)

| # Path to the directory where the ring data will be stored
| $datapath = '/docs/www.maigold.co.uk/cgi-bin/ringlink/data';
|
| # Path to the sendmail program
| # (If installed on a Windows server, you have to include the file
| # extension .exe, e.g. $sendmail = 'd:/scripts/sendmail.exe';)
| $sendmail = '/bin/sendmail';
|
| # Set to 1 to allow anyone to add new rings
| $allowringadd = 1;
|
| $adminname = 'Graham Leatherbarrow';
| $adminemail = 'webmaster@xxxxxxxxxxxxx';
| $adminpw = 'hellebor';
| .......................................................................
|
| Hope this might help to pinpoint my mistakes!:)) Sorry, I feel so dense!
|
| Graham.
| --
| Graham Leatherbarrow.
|
| Graham's Paradise Garden
| http://www.maigold.co.uk
| Home of the 'Town Gardens' Web Ring
| and the 'Urban Wildlife' Web Ring
| 'English Town Gardening' Editor at Suite 101
| http://www.suite101.com/welcome.cfm/english_town_gardening


References to:
Graham Leatherbarrow

[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]