How can I view the default DirectoryIndex order? Is there a command I can run?
I'm on a shared web server so I can't view the configuration file. Is the default documented anywhere? My Google-fu is failing today.
|
How can I view the default DirectoryIndex order? Is there a command I can run? I'm on a shared web server so I can't view the configuration file. Is the default documented anywhere? My Google-fu is failing today. |
||||
|
|
|
The default value is documented here: http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex But, distributions may also provide their own defaults. For instance, Ubuntu 10.04 LTS has the following default:
(specified in /etc/apache2/mods-enabled/dir.conf) If you don't have access to the configuration tree, there is no command you can run either. In that case, the best solution would be to just ask the administrator(s) of the server. |
|||
|