Given the following configuration:

Alias /eumel /home/milu/www/eumel/www
<Directory   /home/milu/www/eumel/www>
    Options +Indexes
</Directory>

<Location /eumel/linch>
    SetHandler perl-script
    PerlResponseHandler Eumel::Web::LinCh
</Location>

Is there a way to make the program at /eumel/linch the
directory index without resorting to an HTTP redirect?

Michael Ludwig

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to