>
> Thank you very much for giving me a patient answer. I did follow your
> instruction from previous mail but I still did get the output that you
> told me. Here is my output that I get form my browser when I point to the
> loop.htm location.
>
> http://apple.gmu.edu:8529/embperl/x/loop.htm
> >>>>>>>>>>>>>>>>>>>>>>>>
> Not Found
> The requested URL /embperl/x/loop.htm was not found on this server.
> Apache/1.3.9 Server at apple.gmu.edu Port 8529
> <<<<<<<<<<<<<<<<<<<<<<<
>
> Here is the lines that I add in the bottom of the httpd.conf
> >>>>>>>>>>>>>>>>>>>>>>>
> SetEnv EMBPERL_DEBUG 2285
>
> Alias /embperl /opt/local/download/apache_1.3.9/embperl/eg
>
> <Location /embperl/x>
> SetHandler perl-script
> PerlHandler HTML::Embperl
> Options ExecCGI
> </Location>
>
> PerlRequire conf/startup.pl
> PerlFreshRestart On
> <<<<<<<<<<<<<<<<<<<<<<
>
The config seems to be ok. May be there is a typo in the path you given to
Alias? Take a look at the Apache error log, you should see there which file
was actually requested and should be able to figure out what's wrong about
it. Also be aware that Apache runs as another user, so maybe it simply has
no access to the given file.
Gerald
> What should I do? Do I have to deal with start.pl file?
>
> Here is my startup.pl
> >>>>>>>>>>>>>>>>>>>>>>
> #!/usr/local/bin/perl
>
> #modify the include path before we do anything else
>
> BEGIN{
> use Apache ();
> use lib Apache->server_root_relative('lib/perl');
>
>
> #commonly used modules
> use Apache::Registry();
> use Apache::Constants();
> use CGI qw(-compile :all);
> use CGI::Carp();
> use HTML::Embperl();
> #put any other common modules here
> #use Apache::DBI();
> #use LWP();
> #use DB_File();
> 1;
> <<<<<<<<<<<<<<<<<<<<<<<<<<<
>
> Anything else might be wrong? Thank you in advance.
>
---------------------------------------------------------------
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
---------------------------------------------------------------