Hello,

I have setup srm.conf as given below.

<Directory /home/sites/home/web>
Action text/html /scripts/embpcgi.pl
</Directory>

I believe that by default all html files under this directory should be
processed by embpcgi.pl. This is what is not happening.

I may have not set up properly. I have installed embperl without
support for mod_perl. I want to use it as CGI.

Thanks for all help.

Vijay Nair
----- Original Message -----
From: Gerald Richter <[EMAIL PROTECTED]>
To: Vijay <[EMAIL PROTECTED]>
Cc: mod_perl Maillinglist <[EMAIL PROTECTED]>
Sent: Friday, January 07, 2000 1:36 PM
Subject: RE: Embperl under cgiwraper


> >
> > unshift(@INC, '/home/sites/home/HTML-Embperl-1.2.0/blib/lib' );
> > print "@INC\n";
> >
>
> You don't need this, if you have run "make install"
>
>
> >
> > [11765]ERR:  30: Line 1: Not found ?
>
> This error message comes from Embperl. So the embpcgi.pl is still found,
> otherwise you wouldn't see this message, but Embperl didn't a/the file
which
> should be processed. From the error message it seems you didn't give
Embperl
> any sourcefile to process.
>
>
> You must request it like this:
>
> http://localhost/cgi-bin/embpcgi.pl/path/to/the/source.html
>
> where /path/to/the/source.html is your source file, that means, if you
> request only
>
> http://localhost/path/to/the/source.html
>
> you should simply see your raw source.
>
>
> Hope this helps
>
> Gerald
>

Reply via email to