HTTP-error 500?

 
Post new topic   Reply to topic    Aprelium Forum Index -> Perl
View previous topic :: View next topic  
Author Message
Toadhead
-


Joined: 01 Dec 2003
Posts: 21

PostPosted: Mon Dec 01, 2003 4:47 pm    Post subject: HTTP-error 500? Reply with quote

I don't know if its an HTTP-error 500, becuase my language is Dutch and it says:

HTTP-fout 500...


I get an error screen saying: "Kan de pagina niet weergeven", in English thats: "Can't show the page".

I only have this when I open *.cgi files...
When I open *.php files, or *.html whatever it just works..
Why do I have this? I've read the manual how to install Perl..


Toadhead
Back to top View user's profile Send private message
Lengte
-


Joined: 30 Nov 2003
Posts: 3

PostPosted: Mon Dec 01, 2003 7:26 pm    Post subject: Reply with quote

Apparently you haven't installed Perl correctly since the file you have requested is found by the web server (otherwise a 404-error would occur) but there is either no output generated by the script or no response given by the Perl-interpreter.
So check your perl-installation, does this error also occurs when you request for other cgi-scripts?

-- in dutch:
Kennelijk heb je Perl niet goed geinstalleerd want het bestand wordt wel gevonden (anders krijg je een 404-error). Maar er wordt geen output naar de webserver gestuurd door het script of er wordt helemaal niet gereageerd door de Perl-interpreter.
Kortom; check je perl-installatie, krijg je dit bij andere cgi-scripts ook?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Dec 02, 2003 4:21 am    Post subject: Re: HTTP-error 500? Reply with quote

Toadhead,

Read http://www.aprelium.com/forum/viewtopic.php?t=367 and http://www.aprelium.com/forum/viewtopic.php?t=2808 for similar issues.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
hdorland
-


Joined: 01 Jan 2004
Posts: 1

PostPosted: Thu Jan 01, 2004 10:59 pm    Post subject: Re: HTTP-error 500? Reply with quote

I have the same problem.
But when I rus the perl application from a dos window, it works fine.
I don't expect that there i something wrong with the perl installation.

Hendrie
Back to top View user's profile Send private message
The-Hunter
-


Joined: 18 Jul 2003
Posts: 74
Location: Virginia, USA

PostPosted: Fri Jan 02, 2004 1:26 am    Post subject: Reply with quote

hdorland,

i think Lengte means there may be a perl configuration issue Abyss Web Server, you may wanna double check the settings.

The-Hunter
Back to top View user's profile Send private message MSN Messenger ICQ Number
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Jan 03, 2004 4:26 pm    Post subject: Re: HTTP-error 500? Reply with quote

hdorland,

Your Perl script can be error free and works fine from DOS. But if it doesn't send the CGI headers, the server shows error 500.

Try this little script to test your Perl installation on Abyss:

Code:

print "Content-type: text/plain\n\n";
print "Hi, it's Perl";

_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Perl All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group