[us...@httpd] DirectoryIndex for a specific index

2010-11-09 Thread Tim Johnson
Platform is ubuntu 10.04 in my /etc/apache2/mods-available/dir.conf, I have the following :: IfModule mod_dir.c DirectoryIndex index.html index.php index.py index.cgi index.pl index.xhtml index.htm /IfModule Is it possible to to set directory files names specific to the directory: Example::

Re: [us...@httpd] DirectoryIndex for a specific index

2010-11-09 Thread Eric Covener
On Tue, Nov 9, 2010 at 3:08 PM, Tim Johnson t...@johnsons-web.com wrote: Platform is ubuntu 10.04 in my /etc/apache2/mods-available/dir.conf, I have the following :: IfModule mod_dir.c  DirectoryIndex index.html index.php index.py index.cgi index.pl index.xhtml index.htm /IfModule Is it

Re: [us...@httpd] DirectoryIndex for a specific index

2010-11-09 Thread Tim Johnson
* Eric Covener cove...@gmail.com [101109 14:55]: On Tue, Nov 9, 2010 at 3:08 PM, Tim Johnson t...@johnsons-web.com wrote: .. Is it possible to to set directory files names specific to the directory: Example:: of course you can manually do this by using DirectoryIndex inside of Directory