Your config looks ok to me, the result is strange! Did the "make test" of
Embperl work for you without errors?
Gerald
---------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl
E-Mail: [EMAIL PROTECTED] Tel: +49-6133/925151
WWW: http://www.ecos.de Fax: +49-6133/925152
---------------------------------------------------------------
> -----Original Message-----
> From: Jearanai Vongsaard [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 18, 1999 2:14 AM
> To: Gerald Richter
> Cc: [EMAIL PROTECTED]
> Subject: RE: new for embperl...
>
>
> I did try http://esip.gmu.edu:8529/embperl/x/loop.htm and it still didn't
> work. The netscape pop up a window that say "document contain no data".
> The error_log file does not show any error until I typed
> http://esip.gmu.edu:8529/emperl/x/loop.htm. ( I try to mispell the embperl
> for checking error). The error_log will show -->
>
> [Sun Oct 17 20:04:01 1999] [error] [client 129.174.124.125] File does not
> exist: /usr/local/apache/htdocs/emperl/x/loop.htm
>
> If you want to try, please go to look at the following url.
>
> http://esip.gmu.edu:8529/ --> it's work
> http://esip.gmu.edu:8529/hello/siesip --> it's work
> http://esip.gmu.edu:8529/embperl/x/loop.htm --> it doesn't work
>
> The file loop.htm is located in
>
> /usr/local/apache/HTML-Embperl-1.2b9/eg/x/loop.htm
>
> So, I did attach my startup.pl and httpd.conf within this mail.
>
> Sorry, for my dump question. I have no idea what did I do wrong? Please
> give me some help...
>
> --apple
>
> > The error you getting is:
> >
> > >[Sun Oct 10 12:47:55 1999] [error] [client 129.174.124.121] File does
> > >not exist: /usr/local/apache/htdocs/emperl/eg/x/loop.htm
> > ^^^^^^ should be embperl?
> > and the config:
> >
> > ># Port: The port to which the standalone server listens. For
> > ># ports < 1023, you will need httpd to be run as root initially.
> > >#
> > >#Port 80
> > >#Port 123
> > >Port 8529
> > >....
> > > #>>>>>>>>>>>>>>add example embperl by jearanai 10/8/99
> > > Alias /embperl /usr/local/apache/HTML-Embperl-1.2b9/eg
> > >
> > >
> > > <Location /embperl/x>
> > > setHandler perl-script
> > > PerlHandler HTML::Embperl
> > > Options ExecCGI
> > > </Location>
> > >
> > > #<<<<<<<<<<<<<<<end example embperl<<<<<<<<<
> > >
> >
> > So how is the url with which you request the document?
> >
> > http://localhost:8529/embperl/x/loop.htm
> >
> > should work.
> >
> > Gerald
> >
> >
> > ---------------------------------------------------------------
> > Gerald Richter ecos electronic communication services gmbh
> > Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl
> >
> > E-Mail: [EMAIL PROTECTED] Tel: +49-6133/925151
> > WWW: http://www.ecos.de Fax: +49-6133/925152
> > ---------------------------------------------------------------
> >
> >
>