in reply to Re: setting up a perl module to replace Apache's autoindex
in thread setting up a perl module to replace Apache's autoindex

(I am original poster, damn cookies screwed up)
that is EXACTLY what I needed, and thanks for explaining it; there was no REDIRECT_REQUEST_URI, but there is a REDIRECT_URL as well as a REQUEST_URI, both seem to be the same, so I am happy using REDIRECT_URL.
(perl 5.6.1, apache 1.3.26, solaris 2.6, no mod_perl(?))

Thanks again,
-k

Replies are listed 'Best First'.
Re: thanks valdez
by valdez (Monsignor) on Aug 01, 2002 at 16:05 UTC

    You are welcome :) Assuming you are working under some kind of unix, you can use this command to discover what kind of HTTP server is used:

    lynx -mime_header http://www.perl.com | grep -E "^Server: "

    Ciao, Valerio