> You could use
> AliasMatch ^/group/$ /var/www/html/log/path/to/group/overview.html
> Alias /group/ /var/www/html/log/path/to/group/
>

The above config triggers the following warning:

[warn] The Alias directive in /etc/httpd/conf.d/dept.conf at line 19 will
probably never match because it overlaps an earlier AliasMatch.

Also I noticed IE (6) and Firefox handle it differently.  IE 6 shows
http://www.dept.some.edu/group fine.  But FF returns page not found. 
Hmmm.

> But why can't you use DirectoryIndex?  This directive can be scoped
> inside <Directory> or <Location> sections and can also contain
> multiple filenames.
>

Our Apache server is hosting many sites.  Each site may use different
directory index file.  We don't want to add all of them except the common
index files in the httpd.conf

Bing


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to