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 23:39:47 UTC

[users@httpd] Re: not found url, when access cgi program, please help

Dear i.t:

  This is my C:/apache/ApacheGroup/cgi-bin/entrance.cgi
-----------------------------------------------------

use strict;
use Win32::OLE;




print "<HTML><BODY>";
my @param=param();
print "Content-type" text/html\n\n";
print "This is an exmaple CGI script.\n";

foreach my $name (param()) {
 my @value= param($name);
  print "<p>The field with the NAME
  attribute equal to <b>
  $name</b> had a VALUE equal
  to <b>@value</b></p>\n";
}

print "</BODY></HTML>";

-------------------------------------------

Please please help, I strugle on this for 3 days(on xp)

looking to hear from you soon

sincere ERic

----- Original Message -----
From: "i.t" <i....@ithum.de>
To: "eric" <fs...@centurytel.net>; <it...@ithum.de>
Sent: Saturday, December 14, 2002 3:39 PM
Subject: Re: not found url, when access cgi program, please help


> msg Samstag 07 Dezember 2002 23:25 by eric:
> > script not found or
> > unable to stat: C:/apache/ApacheGroup/cgi-bin/entrance.cgi, referer:
> >
http://www.linuxspice.com/cgi-bin/entrance.cgi?cpu=239.95&motherboard=149.9
> >5
> >
&cd=49.95&ram=99.95&monitor=199.95&MKS=39.95&nic=89.95&harddisk=200&name=&e
> >a ddress=&address=&city=&state=&Zip=&credit16=&credit8=&credit3=
>
> script not found -
> I mean, says what the matter is.
>
> There is no mistake in httpd,conf or index.html -
> what is with that script entrance.cgi?
>
> Regards
> --
>  . ___
>  |  |  Irmund     Thum
>  |  |
>
>


---------------------------------------------------------------------
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


Re: [users@httpd] Re: not found url, when access cgi program, please help

Posted by Gary Turner <kk...@sbcglobal.net>.
eric wrote:

>Dear Jurgen:
>
>  I tried forward or backward slash / or \
>------------------------------------------------
>ScriptAlias /cgi-bin "C:\Apache2\cgi-bin"

It seems that every time you write, you've changed the cgi-bin
directory.  Have you moved your script to that directory?

--
gt                  kk5st@sbcglobal.net
 If someone tells you---
 "I have a sense of humor, but that's not funny." 
                                  ---they don't.

---------------------------------------------------------------------
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


Re: [users@httpd] Re: not found url, when access cgi program, please help

Posted by eric <fs...@centurytel.net>.
Dear Jurgen:

  I tried forward or backward slash / or \
------------------------------------------------
ScriptAlias /cgi-bin "C:\Apache2\cgi-bin"

#
# "@@ServerRoot@@/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:\Apache2\cgi-bin">
    AllowOverride None
    Options +ExecCGI
    Order allow,deny
    Allow from all
</Directory>
-------------------------------------------
feel free to modify them

or may some .htaccess files, I never find them in my C drive



please help
Eric
----- Original Message -----
From: "Jurgen" <ap...@squarehosting.com>
To: <us...@httpd.apache.org>
Sent: Saturday, December 14, 2002 6:00 PM
Subject: Re: [users@httpd] Re: not found url, when access cgi program,
please help


> Forget the script for now. A nice script will not matter as long as you
have "Cannot stat:  C:/apache....." in your error log.
> Check slashes first.
>
> Jurgen
>
>
> On Sat, 7 Dec 2002 17:35:17 -0700
> "eric" <fs...@centurytel.net> wrote:
>
> > I use window xp,
> >
> > I switch what you recommand
> >
> > I put
> > use perl;
> >                 in first line of my entrance.cgi
> >
> > I put the mod_perl2 to my modules directory
> > and adding
> >
> > LoadModule mod_perl line in my httpd.conf
> > directory /.../cgi-bin/
> >   option    (I add) +ExecCGI
> >
> > Please help again,
> > some body said that Not found error, is because my cgi or perl program
not
> > correct rathern than httpd's configuration.
> > ---------------------------------------------
> >
> > use perl;
> > use strict;
> > use Win32::OLE;
> >
> > print "Content-type" text/html\n\n";
> >
> >
> > print "<HTML><BODY>";
> > my @param=param();
> >
> > print "This is an exmaple CGI script.\n";
> >
> > foreach my $name (param()) {
> >  my @value= param($name);
> >   print "<p>The field with the NAME
> >   attribute equal to <b>
> >   $name</b> had a VALUE equal
> >   to <b>@value</b></p>\n";
> > }
> >
> > print "</BODY></HTML>";
> >
> > -----------------------------------------------
> > highly apprecaite any advancer's help
> >
> > sincere ly Eric
> >
> > ----- Original Message -----
> > From: "Jurgen" <ap...@squarehosting.com>
> > To: <us...@httpd.apache.org>
> > Sent: Saturday, December 14, 2002 4:39 PM
> > Subject: Re: [users@httpd] Re: not found url, when access cgi program,
> > please help
> >
> >
> > > Hi Eric,
> > >
> > > 1) I don't know apache on Windows but I think it should be
> > C:\apache\ApacheGroup\cgi-bin\entrance.cgi. I don't know if apache on
> > Windows automatically switches slashes to backslashes, but maybe someone
> > else know if that can be possible.
> > > If you have something like "Cannot stat:
> > C:/apache/ApacheGroup/cgi-bin/entrance.cgi " it means that this file is
> > either not existing or apache can't access it, because of permissions. I
> > don't know if you have now NT or XP.
> > > 2)The script below is wrong.
> > >
> > > print "Content-type: text/html\n\n"; should be the first line
outputting
> > something, especially before the print "<HTML><BODY>";
> > >
> > > 3) Do you have Perl installed?
> > >
> > >
> > > One thing is important: The entry in your log file shows that your
apache
> > configuration is basically right, except that apache is unable to find
and
> > execute the resulting file. So maybe you find out first how it is with
the
> > slashes.
> > >
> > >
> > > Jurgen
> > >
> > >
> > > On Sat, 7 Dec 2002 15:39:47 -0700
> > > "eric" <fs...@centurytel.net> wrote:
> > >
> > > > Dear i.t:
> > > >
> > > >   This is my C:/apache/ApacheGroup/cgi-bin/entrance.cgi
> > > > -----------------------------------------------------
> > > >
> > > > use strict;
> > > > use Win32::OLE;
> > > >
> > > >
> > > >
> > > >
> > > > print "<HTML><BODY>";
> > > > my @param=param();
> > > > print "Content-type" text/html\n\n";
> > > > print "This is an exmaple CGI script.\n";
> > > >
> > > > foreach my $name (param()) {
> > > >  my @value= param($name);
> > > >   print "<p>The field with the NAME
> > > >   attribute equal to <b>
> > > >   $name</b> had a VALUE equal
> > > >   to <b>@value</b></p>\n";
> > > > }
> > > >
> > > > print "</BODY></HTML>";
> > > >
> > > > -------------------------------------------
> > > >
> > > > Please please help, I strugle on this for 3 days(on xp)
> > > >
> > > > looking to hear from you soon
> > > >
> > > > sincere ERic
> > > >
> > > > ----- Original Message -----
> > > > From: "i.t" <i....@ithum.de>
> > > > To: "eric" <fs...@centurytel.net>; <it...@ithum.de>
> > > > Sent: Saturday, December 14, 2002 3:39 PM
> > > > Subject: Re: not found url, when access cgi program, please help
> > > >
> > > >
> > > > > msg Samstag 07 Dezember 2002 23:25 by eric:
> > > > > > script not found or
> > > > > > unable to stat: C:/apache/ApacheGroup/cgi-bin/entrance.cgi,
referer:
> > > > > >
> > > >
> >
http://www.linuxspice.com/cgi-bin/entrance.cgi?cpu=239.95&motherboard=149.9
> > > > > >5
> > > > > >
> > > >
> >
&cd=49.95&ram=99.95&monitor=199.95&MKS=39.95&nic=89.95&harddisk=200&name=&e
> > > > > >a ddress=&address=&city=&state=&Zip=&credit16=&credit8=&credit3=
> > > > >
> > > > > script not found -
> > > > > I mean, says what the matter is.
> > > > >
> > > > > There is no mistake in httpd,conf or index.html -
> > > > > what is with that script entrance.cgi?
> > > > >
> > > > > Regards
> > > > > --
> > > > >  . ___
> > > > >  |  |  Irmund     Thum
> > > > >  |  |
> > > > >
> > > > >
> > > >
> > > >
> > >
> ---------------------------------------------------------------------
> > > > 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
> > >
> > > ---------------------------------------------------------------------
> > > 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
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > 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
>
> ---------------------------------------------------------------------
> 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
>
>


---------------------------------------------------------------------
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


Re: [users@httpd] Re: not found url, when access cgi program, please help

Posted by Jurgen <ap...@squarehosting.com>.
Forget the script for now. A nice script will not matter as long as you have "Cannot stat:  C:/apache....." in your error log.
Check slashes first.

Jurgen


On Sat, 7 Dec 2002 17:35:17 -0700
"eric" <fs...@centurytel.net> wrote:

> I use window xp,
> 
> I switch what you recommand
> 
> I put
> use perl;
>                 in first line of my entrance.cgi
> 
> I put the mod_perl2 to my modules directory
> and adding
> 
> LoadModule mod_perl line in my httpd.conf
> directory /.../cgi-bin/
>   option    (I add) +ExecCGI
> 
> Please help again,
> some body said that Not found error, is because my cgi or perl program not
> correct rathern than httpd's configuration.
> ---------------------------------------------
> 
> use perl;
> use strict;
> use Win32::OLE;
> 
> print "Content-type" text/html\n\n";
> 
> 
> print "<HTML><BODY>";
> my @param=param();
> 
> print "This is an exmaple CGI script.\n";
> 
> foreach my $name (param()) {
>  my @value= param($name);
>   print "<p>The field with the NAME
>   attribute equal to <b>
>   $name</b> had a VALUE equal
>   to <b>@value</b></p>\n";
> }
> 
> print "</BODY></HTML>";
> 
> -----------------------------------------------
> highly apprecaite any advancer's help
> 
> sincere ly Eric
> 
> ----- Original Message -----
> From: "Jurgen" <ap...@squarehosting.com>
> To: <us...@httpd.apache.org>
> Sent: Saturday, December 14, 2002 4:39 PM
> Subject: Re: [users@httpd] Re: not found url, when access cgi program,
> please help
> 
> 
> > Hi Eric,
> >
> > 1) I don't know apache on Windows but I think it should be
> C:\apache\ApacheGroup\cgi-bin\entrance.cgi. I don't know if apache on
> Windows automatically switches slashes to backslashes, but maybe someone
> else know if that can be possible.
> > If you have something like "Cannot stat:
> C:/apache/ApacheGroup/cgi-bin/entrance.cgi " it means that this file is
> either not existing or apache can't access it, because of permissions. I
> don't know if you have now NT or XP.
> > 2)The script below is wrong.
> >
> > print "Content-type: text/html\n\n"; should be the first line outputting
> something, especially before the print "<HTML><BODY>";
> >
> > 3) Do you have Perl installed?
> >
> >
> > One thing is important: The entry in your log file shows that your apache
> configuration is basically right, except that apache is unable to find and
> execute the resulting file. So maybe you find out first how it is with the
> slashes.
> >
> >
> > Jurgen
> >
> >
> > On Sat, 7 Dec 2002 15:39:47 -0700
> > "eric" <fs...@centurytel.net> wrote:
> >
> > > Dear i.t:
> > >
> > >   This is my C:/apache/ApacheGroup/cgi-bin/entrance.cgi
> > > -----------------------------------------------------
> > >
> > > use strict;
> > > use Win32::OLE;
> > >
> > >
> > >
> > >
> > > print "<HTML><BODY>";
> > > my @param=param();
> > > print "Content-type" text/html\n\n";
> > > print "This is an exmaple CGI script.\n";
> > >
> > > foreach my $name (param()) {
> > >  my @value= param($name);
> > >   print "<p>The field with the NAME
> > >   attribute equal to <b>
> > >   $name</b> had a VALUE equal
> > >   to <b>@value</b></p>\n";
> > > }
> > >
> > > print "</BODY></HTML>";
> > >
> > > -------------------------------------------
> > >
> > > Please please help, I strugle on this for 3 days(on xp)
> > >
> > > looking to hear from you soon
> > >
> > > sincere ERic
> > >
> > > ----- Original Message -----
> > > From: "i.t" <i....@ithum.de>
> > > To: "eric" <fs...@centurytel.net>; <it...@ithum.de>
> > > Sent: Saturday, December 14, 2002 3:39 PM
> > > Subject: Re: not found url, when access cgi program, please help
> > >
> > >
> > > > msg Samstag 07 Dezember 2002 23:25 by eric:
> > > > > script not found or
> > > > > unable to stat: C:/apache/ApacheGroup/cgi-bin/entrance.cgi, referer:
> > > > >
> > >
> http://www.linuxspice.com/cgi-bin/entrance.cgi?cpu=239.95&motherboard=149.9
> > > > >5
> > > > >
> > >
> &cd=49.95&ram=99.95&monitor=199.95&MKS=39.95&nic=89.95&harddisk=200&name=&e
> > > > >a ddress=&address=&city=&state=&Zip=&credit16=&credit8=&credit3=
> > > >
> > > > script not found -
> > > > I mean, says what the matter is.
> > > >
> > > > There is no mistake in httpd,conf or index.html -
> > > > what is with that script entrance.cgi?
> > > >
> > > > Regards
> > > > --
> > > >  . ___
> > > >  |  |  Irmund     Thum
> > > >  |  |
> > > >
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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
> >
> > ---------------------------------------------------------------------
> > 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
> >
> >
> 
> 
> ---------------------------------------------------------------------
> 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

---------------------------------------------------------------------
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


Re: [users@httpd] Re: not found url, when access cgi program, please help

Posted by eric <fs...@centurytel.net>.
I use window xp,

I switch what you recommand

I put
use perl;
                in first line of my entrance.cgi

I put the mod_perl2 to my modules directory
and adding

LoadModule mod_perl line in my httpd.conf
directory /.../cgi-bin/
  option    (I add) +ExecCGI

Please help again,
some body said that Not found error, is because my cgi or perl program not
correct rathern than httpd's configuration.
---------------------------------------------

use perl;
use strict;
use Win32::OLE;

print "Content-type" text/html\n\n";


print "<HTML><BODY>";
my @param=param();

print "This is an exmaple CGI script.\n";

foreach my $name (param()) {
 my @value= param($name);
  print "<p>The field with the NAME
  attribute equal to <b>
  $name</b> had a VALUE equal
  to <b>@value</b></p>\n";
}

print "</BODY></HTML>";

-----------------------------------------------
highly apprecaite any advancer's help

sincere ly Eric

----- Original Message -----
From: "Jurgen" <ap...@squarehosting.com>
To: <us...@httpd.apache.org>
Sent: Saturday, December 14, 2002 4:39 PM
Subject: Re: [users@httpd] Re: not found url, when access cgi program,
please help


> Hi Eric,
>
> 1) I don't know apache on Windows but I think it should be
C:\apache\ApacheGroup\cgi-bin\entrance.cgi. I don't know if apache on
Windows automatically switches slashes to backslashes, but maybe someone
else know if that can be possible.
> If you have something like "Cannot stat:
C:/apache/ApacheGroup/cgi-bin/entrance.cgi " it means that this file is
either not existing or apache can't access it, because of permissions. I
don't know if you have now NT or XP.
> 2)The script below is wrong.
>
> print "Content-type: text/html\n\n"; should be the first line outputting
something, especially before the print "<HTML><BODY>";
>
> 3) Do you have Perl installed?
>
>
> One thing is important: The entry in your log file shows that your apache
configuration is basically right, except that apache is unable to find and
execute the resulting file. So maybe you find out first how it is with the
slashes.
>
>
> Jurgen
>
>
> On Sat, 7 Dec 2002 15:39:47 -0700
> "eric" <fs...@centurytel.net> wrote:
>
> > Dear i.t:
> >
> >   This is my C:/apache/ApacheGroup/cgi-bin/entrance.cgi
> > -----------------------------------------------------
> >
> > use strict;
> > use Win32::OLE;
> >
> >
> >
> >
> > print "<HTML><BODY>";
> > my @param=param();
> > print "Content-type" text/html\n\n";
> > print "This is an exmaple CGI script.\n";
> >
> > foreach my $name (param()) {
> >  my @value= param($name);
> >   print "<p>The field with the NAME
> >   attribute equal to <b>
> >   $name</b> had a VALUE equal
> >   to <b>@value</b></p>\n";
> > }
> >
> > print "</BODY></HTML>";
> >
> > -------------------------------------------
> >
> > Please please help, I strugle on this for 3 days(on xp)
> >
> > looking to hear from you soon
> >
> > sincere ERic
> >
> > ----- Original Message -----
> > From: "i.t" <i....@ithum.de>
> > To: "eric" <fs...@centurytel.net>; <it...@ithum.de>
> > Sent: Saturday, December 14, 2002 3:39 PM
> > Subject: Re: not found url, when access cgi program, please help
> >
> >
> > > msg Samstag 07 Dezember 2002 23:25 by eric:
> > > > script not found or
> > > > unable to stat: C:/apache/ApacheGroup/cgi-bin/entrance.cgi, referer:
> > > >
> >
http://www.linuxspice.com/cgi-bin/entrance.cgi?cpu=239.95&motherboard=149.9
> > > >5
> > > >
> >
&cd=49.95&ram=99.95&monitor=199.95&MKS=39.95&nic=89.95&harddisk=200&name=&e
> > > >a ddress=&address=&city=&state=&Zip=&credit16=&credit8=&credit3=
> > >
> > > script not found -
> > > I mean, says what the matter is.
> > >
> > > There is no mistake in httpd,conf or index.html -
> > > what is with that script entrance.cgi?
> > >
> > > Regards
> > > --
> > >  . ___
> > >  |  |  Irmund     Thum
> > >  |  |
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > 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
>
> ---------------------------------------------------------------------
> 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
>
>


---------------------------------------------------------------------
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


Re: [users@httpd] Re: not found url, when access cgi program, please help

Posted by Jurgen <ap...@squarehosting.com>.
Hi Eric,

1) I don't know apache on Windows but I think it should be C:\apache\ApacheGroup\cgi-bin\entrance.cgi. I don't know if apache on Windows automatically switches slashes to backslashes, but maybe someone else know if that can be possible.
If you have something like "Cannot stat: C:/apache/ApacheGroup/cgi-bin/entrance.cgi " it means that this file is either not existing or apache can't access it, because of permissions. I don't know if you have now NT or XP.
2)The script below is wrong.

print "Content-type: text/html\n\n"; should be the first line outputting something, especially before the print "<HTML><BODY>";

3) Do you have Perl installed?


One thing is important: The entry in your log file shows that your apache configuration is basically right, except that apache is unable to find and execute the resulting file. So maybe you find out first how it is with the slashes.


Jurgen


On Sat, 7 Dec 2002 15:39:47 -0700
"eric" <fs...@centurytel.net> wrote:

> Dear i.t:
> 
>   This is my C:/apache/ApacheGroup/cgi-bin/entrance.cgi
> -----------------------------------------------------
> 
> use strict;
> use Win32::OLE;
> 
> 
> 
> 
> print "<HTML><BODY>";
> my @param=param();
> print "Content-type" text/html\n\n";
> print "This is an exmaple CGI script.\n";
> 
> foreach my $name (param()) {
>  my @value= param($name);
>   print "<p>The field with the NAME
>   attribute equal to <b>
>   $name</b> had a VALUE equal
>   to <b>@value</b></p>\n";
> }
> 
> print "</BODY></HTML>";
> 
> -------------------------------------------
> 
> Please please help, I strugle on this for 3 days(on xp)
> 
> looking to hear from you soon
> 
> sincere ERic
> 
> ----- Original Message -----
> From: "i.t" <i....@ithum.de>
> To: "eric" <fs...@centurytel.net>; <it...@ithum.de>
> Sent: Saturday, December 14, 2002 3:39 PM
> Subject: Re: not found url, when access cgi program, please help
> 
> 
> > msg Samstag 07 Dezember 2002 23:25 by eric:
> > > script not found or
> > > unable to stat: C:/apache/ApacheGroup/cgi-bin/entrance.cgi, referer:
> > >
> http://www.linuxspice.com/cgi-bin/entrance.cgi?cpu=239.95&motherboard=149.9
> > >5
> > >
> &cd=49.95&ram=99.95&monitor=199.95&MKS=39.95&nic=89.95&harddisk=200&name=&e
> > >a ddress=&address=&city=&state=&Zip=&credit16=&credit8=&credit3=
> >
> > script not found -
> > I mean, says what the matter is.
> >
> > There is no mistake in httpd,conf or index.html -
> > what is with that script entrance.cgi?
> >
> > Regards
> > --
> >  . ___
> >  |  |  Irmund     Thum
> >  |  |
> >
> >
> 
> 
> ---------------------------------------------------------------------
> 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

---------------------------------------------------------------------
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