If you're talking about still running under mod_perl, then you might be able to use a .htaccess file in that dir to run Scoop. Or, if you can't do that, maybe you could use Apache::Registry. It'd be a bit weird, but could be done. You'd just have to get the Apache object, load up dir_config with values, then call Scoop::ApacheHandler::handle (at least, I think so :). So a hash with the same key/value stuff as is in httpd.conf, then loop over it and do "$r->dir_config->set($k => $v)", then just pass off to the normal Scoop.
If you're talking about non-mod_perl, that's not going to happen, or at least not any time soon. Scoop requires mod_perl, just like it requires a database.
--
Keith Smiley