|
|
 |
Re: FN-FORUM SSI on localhost
date posted 27th June 2002 18:01
>From their FAQ
Okay, here goes:
1.. This applies to Windows NT, Windows 95, and Windows 98.
2.. Get Perl for Windows from activestate.com.
3.. Follow the installation instructions and install into a directory like
C:softwareperl.
4.. Using the above example, make sure that the PATH setting in your
autoexec.bat includes the directory C:softwareperlin.
5.. Also, make sure that the PERLLIB environment variable is set in your
autoexec.bat to 'PERLLIB=.;C:softwareperllib'.
6.. Reboot, then go to the Xitami cgi-bin directory and try 'perl
testperl.pl'. This should print 'Hello World'.
7.. Now make sure that the CGI scripts you want to run start with the
magic line '#! perl', or '#! /usr/bin/perl' or '#!
C:/Software/perl/bin/perl' or something else appropriate.
What exact errors are you getting?
----- Original Message -----
From: "Paul J White" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, June 27, 2002 4:55 PM
Subject: FN-FORUM SSI on localhost
> I asked for help on this a while ago but no one came back to me with an
> answer... I'm running Xitami webserver on localhost, it will run php fine
> but not SSI. I have installed Perl but it doesn't appear to be 'on the
> path' - how do I remedy this please? BTW I have this in the autoexec.bat
> SET PATH=C:Perlin;%PATH%
>
> TIA, Paul.
>
>
>
>
> ================================================================
> = ************************* SilkPHP ************************** =
> = ---------> Free PHP Scripts for your web sites = ******************* www.silkphp.com/?fl ******************** =
> ================================================================
>
> Sponsor the forum for as little as £1 at:
>
> http://www.freelancers.net/cgi/sponsor.cgi?action=show
>
>
> Freelancers and Freelance Jobs:
> http://www.freelancers.net
>
> Forum FAQs:
> http://freelancers.netrickery.com
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
|
 |
|