Re: Apache::AutoIndex patch

2000-05-12 Thread Alexei V. Barantsev
By the way, there exists one difference between mod_autoindex and Apache::Autoindex in DirectoryIndex option. I should write DirectoryIndex "index.html index.htm index.shtml index.phtml index.pl" for Apache::Autoindex and the same but without quotes for mod_autoindex. If I omit quotes

Apache::AutoIndex patch

2000-05-11 Thread Alexei V. Barantsev
Dear modperlers! I have found that Apache::Autoindex dos not like filenames with special characters (like space or ?). Such a name should be uri-escaped. See patch below. Best wishes, Alexei. (12:05:45) $ diff -u AutoIndex.pm AutoIndex.pm-orig --- AutoIndex.pmThu May 11

Re: Apache::AutoIndex patch

2000-05-11 Thread Alexei V. Barantsev
Ken Williams [EMAIL PROTECTED] writes: [EMAIL PROTECTED] (Alexei V. Barantsev) wrote: Dear modperlers! I have found that Apache::Autoindex dos not like filenames with special characters (like space or ?). Such a name should be uri-escaped. See patch below. This patch is

Re: Apache::AutoIndex patch

2000-05-11 Thread w trillich
"Alexei V. Barantsev" wrote: w trillich [EMAIL PROTECTED] writes: speaking of autoindex issues-- i can't get apache to display the HEADER or README files (above and below the tabular file listing), and when i posted my most recent question, someone else piped up and said they've