Hi all,

I have a problem with embperl 1.3 / apache 1.3.26 on Debian Woody. I
installed all packages with Debian's apt-get and configured apache with
the following options:

<Virtual Host *>
 ServerName www.wean.at
 ...
 <Directory /var/www/wean>
  <FilesMatch ".*\.epl$">
   SetHandler perl-script
   PerlHandler HTML::EmbperlObject
   Options +ExecCGI
  </FilesMatch>
 </Directory>
</VirtualHost>

Everything runs wonderful, except Embperl. When I try to access a file
called ``test.epl'' the browser brings the 404-Error and in the error log
file there is the entry

    [error] EmbperlObject searched ';/var/www/wean/htdocs'

But the file is in the right place and has the correct rights. Does anyone
know where the failure is?

TIA

Greetings, Otto

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

Reply via email to