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

Reply via email to