hallo world 
iam new at perl 
> i preseneted the problem below, 
> my news scripts still can't run. 
> My server is not configured to use ssi 
> it reguires cgi extensions 
> my script executable/permissions are ok 
> When i run the cgi extension scripts in the browser they are not running(Internal 
> Server Error 
> The server encountered an internal error or misconfiguration and was unable to 
> complete your request).

Are you printing a content-type header?
What do the error log s say?
 
> the .pl scripts are running at command prompt. 

Try running the .cgi one form the command line too?

Also try running both with Perl's -c switch:

Perl -c myscrewyscript.cgi

That will tell you of any problems.

Make sure you 'use strict;' and 'use warnings; or -w'

HTH

DMuey
> i have done the needful staff in the apache httpd.con file. 
> Help, Help world!!! 


-----Original Message----- 
From: Dan Muey [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 26, 2003 3:42 PM 
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] 
Subject: RE: Perl Codes Written in Windows Env 


> I restored my windows 2000 advanced server, active perl 5.6 
> and apache 1.3. After restorating, my post-news script are 
> working but the view_news script is not working. When i 
> execute the htm page (on which the view_news script is 
> suppose to display the news headings) in the browser, the 
> page is blank without any error message. 
> 
So you're using ssi then and the script is not executed from an ssi tag? 
How about if you run it directly? (assuming it puts out the proper headers) 
Is the server configured to use ssi? 
What tags does it require? 
What extension does it require? 
Is your script execuatable/permissions ok? 
All questions your server admin will have to answer. 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to