I check my error log and see these entries:
[Wed Jul 18 13:00:44 2007] [error] [client 10.50.1.200] malformed header from script. Bad header= Missing gauge reports are ind: padata.pl
[Wed Jul 18 13:00:44 2007] [warn] /perl/pema/padata.pl did not send an HTTP header
[Wed Jul 18 13:00:44 2007] [error] [client 10.50.1.200] malformed header from script. Bad header= : padata.pl
[Wed Jul 18 13:00:44 2007] [warn] /perl/pema/padata.pl...
User Profile
Collapse
-
Malformed Header from script. Bad header.
-
Apache service stops and have to reboot server to start again.
Today was this second time this happened. It occured at 12:00AM on 7/14 and today 7/18 according to the application event viewer.
The event viewer error says: The Apache service named reported the following error:>>> (22505)Access is denied. : Apache.exe: could not open error log file C:/Apache2/logs/error.log.
So I try to start the service and I get this pop up box error: "Windows could not start the... -
Thank you miller. That worked brilliantly. I am still very new to PERL and even HTML for that matter. Thank you both for your help. -
Kevin:
That worked. Thank you so much. I had to escape the quotes because the single quotes were acting funky.
I now get my html refresh inside my PERL code. Thanks so much.
Matthew K.Leave a comment:
-
Here it is. I bolded the line where I have the refresh code. I have a comment mark in front of it right now but when I take it out, it gives me the error. Thanks.
# padata.pl
# ------------
# Displays All PA Tabular Data
#
# Author:
#
# Revisions: (none)
# ------------------------------------------------------------------------------
use strict;
use CGI ":standard" ;...Leave a comment:
-
Sorry to include so much in the above post. I just want to make sure all the info is available.
Let me know what you experts think. Thanks for the help. :)Leave a comment:
-
Oops sorry. Here it is:
"Internal Server Error
The server encountered an internal error or misconfiguratio n and was unable to complete your request.
Please contact the server administrator, @@ServerAdmin@@ and inform them of the time the error occurred, and anything you may have done to cause the error.
More information may be available in the server error log.
Apache/2.0.40 Server at 192.168.107.20...Leave a comment:
-
HTML Page Refresh doesn't work in my PERL web page
I have several web pages that are perl files with .pl extensions. Inside these I have HTML code for the web page display. I am trying to have a certain page refresh every five minutes.
I was told to use <META HTTP-EQUIV="Refresh" CONTENT="300"> and place it inside the HEAD tags. Well this doesn't work because when I click on the link to go to the page, I get and error.
Does anyone have any ideas...
No activity results to display
Show More
Leave a comment: