Forum Moderators: phranque

Message Too Old, No Replies

I installed Apache and Perl

please dedicate 2 minutes to help, thank you!

         

toldan

6:38 am on Apr 15, 2006 (gmt 0)



First I installed latest version of Perl on my computer. Works fine with Command Prompt. Then I installed latest version of Apache server. Easy installation, indeed.

To test my Apache, I used standard link: [localhost...]

I got Internal Server Error returned.

"printenv.pl" works fine if I call it via Command Prompt.

What's wrong with this [localhost...]

And how do I run this server, there is no graphical interface.

THANK YOU!

Matt Probert

10:33 am on Apr 15, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I got Internal Server Error returned.

Check the Apache error log, it may provide more information.

As for your link to your local perl script, I'm afraid that's not accessible from other machines!

Check the first line, it should read something like:

#!/usr/bin/perl

or

#!/perl/bin/perl

Being a full path to the perl interpreter on the PC

Matt

BillyS

11:45 pm on Apr 15, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>Then I installed latest version of Apache server. Easy installation, indeed.

Good for you, I found my first installation of Apache more difficult. But then again, I didn't have any problems after the installation.

>>And how do I run this server, there is no graphical interface.

Without the graphical interface. ;)

I must type slowly because my 2 minutes are up.

toldan

2:34 am on May 4, 2006 (gmt 0)



can anybody else provide some constructive help, please?