You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by eric <fs...@centurytel.net> on 2002/12/07 15:34:17 UTC

[users@httpd] Re: newbie's internal server error, please help

let me frank to say, I probably know where is wrong , but that is not my
side's fault but apache.

if I can the cgi-bin to directory path without space "Program Files" "Apache
Group"  to just C:/cgi-bin
then it did not have error log, but then I have modify at my index.html to
"C:/cgi-bin/entrance.cgi" as action

then It just stay at original webpate,

If I modify server root to the path directory name without space, reboot,
apache just can not begin at all

this issue keep be talked ten to hundred times in news group, I never see in
apache 's site mention one word

so please give more clear advice

sincere Eric
----- Original Message -----
From: "Rich Bowen" <rb...@rcbowen.com>
To: "eric lin" <fs...@centurytel.net>
Sent: Saturday, December 14, 2002 7:22 AM
Subject: Re: newbie's internal server error, please help


> On Thu, 12 Dec 2002, eric lin wrote:
>
> > Dear Rich:
> >
> >    i tried to put a simple perl file in my /usr/lib/cgi-bin/entrance.pl
> >
> > #!/usr/local/bin/perl
> >
> > use strict;
> >
> > use CGI ':standrard';
> >
> > print "Content-type: text/html\n\n";
> >
> > foreach my $name (param()) {
> >    my @cpu=param($name);
> >    print "<p>The field with the NAME attribute euual to <b>
> >          $name</b> had a VALUE equal to <b>@cpu</b></p>\n";
> >
> > and my
> > /var/www/index.html
> >
> > have
> > <form method="get"
action="http://www.linuxspice.com/cgi-bin/entrance.pl">
> >
> > reboot
> > when I click the submit bottom of my site in my browser it still
> > Internal Server Error
>
> You need to look in the server error log. There will be a message in
> there that will tell you what you need to fix.
>
> --
> Rich Bowen - rbowen@rcbowen.com
> ... and another brother out of his mind, and another brother out at New
> York (not the same, though it might appear so)
> Somebody's Luggage (Charles Dickens)
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org