[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: hosting on debian customer site problem



thanks for you reply when i rty your command i am not getting anything only below lines are there in /etc/apache2/httpd.conf file all are commented.
 
# This is here for backwards compatability reasons and to support
#  installing 3rd party modules directly via apxs2, rather than
#  through the /etc/apache2/mods-{available,enabled} mechanism.
#
#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so
 
and the CGI script header lines
 
#--------------------
# Show Header
#--------------------
sub head{
print "Content-type:text/html\n";
print "Pragma: no-cache\n\n";
print <<HED;
<html>
<head>
<title>$scriptitle</title>
$style
</head>
$body
<center>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
<tr>
<td><font size=6 color=#252789>~A~\</font>
<font size=6 color=#000000>$scriptitle</font>
<font size=6 color=#252789>~A~\</font>
$home</td>
</TABLE>
</center>
HED
}


Waiting for your reply
 
Best regards


Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
--- Begin Message ---
thanks for you reply when i rty your command i am not getting anything only below lines are there in /etc/apache2/httpd.conf file all are commented.
 
# This is here for backwards compatability reasons and to support
#  installing 3rd party modules directly via apxs2, rather than
#  through the /etc/apache2/mods-{available,enabled} mechanism.
#
#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so
 
and the CGI script header lines
 
#--------------------
# Show Header
#--------------------
sub head{
print "Content-type:text/html\n";
print "Pragma: no-cache\n\n";
print <<HED;
<html>
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=Shift_JIS\">
<title>$scriptitle</title>
$style
</head>
$body
<center>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
<tr>
<td><font size=6 color=#252789>~A~\</font>
<font size=6 color=#000000>$scriptitle</font>
<font size=6 color=#252789>~A~\</font>
$home</td>
</TABLE>
</center>
HED
}



Waiting for your reply
 
Best regards
ed neville <Edward@UKplc.net> wrote:
Can you paste a $ cat /etc/apache2/httpd.conf | grep include -i for us
please?

Can you also confirm that the CGI script it self outputs http content
headers, I believe if the headers are missing you get a similar cryptic
error message.

--
Regards,
Ed 




________________________________

From: Radhika [mailto:radhiilu@yahoo.com] 
Sent: 19 October 2005 10:45
To: debian-isp@lists.debian.org
Subject: hosting on debian customer site problem 


Hi,

One of my customer is reported the error message abouth the
apache2 error
whenever they try to access the .cgi page they are getting the
following error.


Internal Server Error

The server encountered an internal error or misconfiguration and
was unable to complete your request.

Please contact the server administrator and inform them of the
time the error occurred, and anything you might have done that may have
caused the error.
More information about this error may be available in the server
error log.

I have checked the apache2 eeror.log file i am getting this
error

[Wed Oct 19 08:58:30 2005] [error] an unknown filter was not
added: INCLUDES
[Wed Oct 19 10:27:01 2005] [error] an unknown filter was not
added: INCLUDES
[Wed Oct 19 10:27:19 2005] [error] an unknown filter was not
added: INCLUDES
[Wed Oct 19 10:40:57 2005] [error] an unknown filter was not
added: INCLUDES

Please help me which module is missing or problem

Best Regards

________________________________

Yahoo! Music Unlimited - Access over 1 million songs. Try it
free.
oo.com/unlimited/> 


		
---------------------------------
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

--- End Message ---

Reply to: