1 / 7

Default Index Page Configuration in Apache

Learn how to set the default index page in Apache and understand the importance of correct Apache access permissions and filesystem permissions. Find out how logs and other tools can assist in troubleshooting configuration problems.

rsavoy
Télécharger la présentation

Default Index Page Configuration in Apache

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Directive DirectoryIndex defines the default index page name. Open your apache configuration file, find out default index file name, and upload the same file to directory:DirectoryIndex index.html index.cgi index.pl index.php index.xhtml

  2. Apache access permissions are separate from filesystem permissions. Apache access permissions determine the access permissions for remote users. Filesystem permissions must be correct for Apache to work. For example, if World does not have the Read access to index.html, Apache Read permissions will not work.

  3. Logs and other tools can help us save time when we face configuration problems.

More Related