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:

<Files *.epl>
    Action text/html /cgi-bin/embperl/embpcgi.pl
</Files>

This seemed to work fine with my first Virtualhost. However when I tried my
other Virtualhosts it wasnt working. So what I tried to do was to specify
the Files definition inside the Virtualhost definition like so:

<VirtualHost 192.168.0.1>
DocumentRoot /home/httpd/html/classified.ca/
ServerName test.classified.ca
ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/classified.ca/
<Files *.epl>
    Action text/html /cgi-bin/embperl/embpcgi.pl
</Files>
</VirtualHost>

However still no luck. Can anyone point me in the right direction??

Thanks

Nico


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to