Forum Moderators: phranque
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!
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
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.