Hello,

Is it possible, if yes then how, to set handler recursively for one 
directory? Now my handler is defined:

<Directory /my_server>
    SetHandler perl-script
    PerlHandler MyServ::MyHandler
</Directory>

But if i try to access /my_server/some/other/dir then apache gives error 
because this directory doesn't exist, which is ok, because i want these 
some/other/dir to become parameters for my handler (not directories 
where files are), but how to make that apache won't check if directory 
exists or not. One possibility is to make these directories and in 
httpd.conf define same handler for all them but this ain't good.

Rgds,
Viljo

Reply via email to