> For that I used this directive just below (outside) my my various
> Virtualhost definitions:
>
>
> Action text/html /cgi-bin/embperl/embpcgi.pl
>
>
You have first to tell Apache that epl files are of type text/html
AddType text/html .epl
otherwise it will not trigger the Action handl
Nicolas Parody wrote:
> I am trying to get Apache to use Embperl to interpret all Files ending in
> *.epl.
>
> However still no luck. Can anyone point me in the right direction??
I have something similar to the following in all my virtual hosts that
use Embperl.
# Virtual hosts
NameVirtualHost
Hi,
I know that my problem is more related to Apache than to Embperl but I was
hoping that someone could help me anyway.
I am trying to get Apache to use Embperl to interpret all Files ending in
*.epl.
For that I used this directive just below (outside) my my various
Virtualhost definitions: