[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Flustrated and don't know what to do.
Tom Hilton writes:
> My server says that the first line in my cgi pages has to be something
> different, than what is currently there.
>
> See the following, for an example !
>
> this is the current first line - #!/usr/local/bin/perl
> this is what they suggest -- #!/cgi-bin/ringlink/
>
> Does this make sense, to anyone ??
No! In previous posts on this subject we discovered that Netfirms Perl 5
Location is:
#!/usr/bin/perl
there is a help file for netfirms users:
http://domain.netfirms.com/cgi-bin/file.cgi
and we discovered that your rlconfig server variables should be set thus:
$datapath="$ENV{'DOCUMENT_ROOT'}/cgi-bin/ringlink/data";
$cgipath="$ENV{'DOCUMENT_ROOT'}/cgi-bin/ringlink";
$sendmail="/usr/lib/sendmail";
Yours,
Dave
- References to:
- "Tom Hilton" <thilton@cros.net>
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]