Web Server Directory Index

When an HTTP client (generally a web browser) requests a URL that points to a directory structure instead of an actual web page within the directory structure, the web server will generally serve a default page, which is often referred to as a main or index page.

Web Server Directory Index
www.wikipedia.org, the index of Wikipedia, a multilingual online encyclopedia. Here the website's home page offers many different languages.

A common filename for such a page is index.html, but most modern HTTP servers offer a configurable list of filenames that the server can use as an index. If a server is configured to support server-side scripting, the list will usually include entries allowing dynamic content to be used as the index page (e.g. index.cgi, index.pl, index.php, index.shtml, index.jsp, default.asp) even though it may be more appropriate to still specify the HTML output (index.html.php or index.html.aspx), as this should not be taken for granted. An example is the popular open source web server Apache, where the list of filenames is controlled by the DirectoryIndex directive in the main server configuration file or in the configuration file for that directory. It is possible to not use file extensions at all, and be neutral to content delivery methods, and set the server to automatically pick the best file through content negotiation.

If the server is unable to find a file with any of the names listed in its configuration, it may either return an error (usually 403 Index Listing Forbidden or 404 Not Found) or generate its own index page listing the files in the directory. Usually this option, often named autoindex, is also configurable.

History

A scheme where web server serves a default file on per-subdirectory basis has been supported as early as NCSA HTTPd 0.3beta (22 April 1993), which defaults to serve index.html file in the directory. This scheme has been then adopted by CERN HTTPd since at least 2.17beta (5 April 1994), whose default supports Welcome.html and welcome.html in addition to the NCSA-originated index.html.

Later web servers typically support this default file scheme in one form or another; this is usually configurable, with index.html being one of the default file names.

Implementation

Web Server Directory Index 
An Apache index page.

In some cases, the home page of a website can be a menu of language options for large sites that use geotargeting. It is also possible to avoid this step, for example, by using content negotiation.

In cases where no known index.* file exists within a given directory, the web server may be configured to provide an automatically generated listing of the files within the directory instead. With the Apache web server, for example, this behavior is provided by the mod_autoindex module and controlled by the Options +Indexes directive in the web server configuration files. These automated directory listings are sometimes a security risk because they enumerate sensitive files which may not be intended for public access, in a process known as a directory indexing attack. Such a security misconfiguration may also assist in other attacks, such as a path or directory traversal attack.

Performances

When accessing a directory, the various available index methods may also have a different impact on usage of OS resources (RAM, CPU time, etc.) and thus on web server performances.

Proceeding from fastest to slowest method, here is the list:

  • using a static index file, e.g.: index.html, etc.;
  • using a web server feature usually named autoindex (when no index file exists) to let web server autogenerate directory listing by using its internal module;
  • using an interpreted file read by web server internal program interpreter, e.g.: index.php;
  • using a CGI executable and compiled program, e.g.: index.cgi.

References

Tags:

Web Server Directory Index HistoryWeb Server Directory Index ImplementationWeb Server Directory Index PerformancesWeb Server Directory IndexHypertext Transfer ProtocolUniform resource locatorWeb browser extensionWeb server

🔥 Trending searches on Wiki English:

The Blair Witch Project2024 Indian general election in MaharashtraEl ClásicoRobert KardashianEdwin StantonCivil War (film)Bluey (2018 TV series)Google ScholarLana Del ReyJake PaulLeslie UggamsRobert DurstList of Rock and Roll Hall of Fame inducteesDubai2024 AFC Futsal Asian CupAmber HeardMark Kerr (fighter)The Sympathizer (miniseries)Eva MendesSimone InzaghiJoe AlwynList of All Elite Wrestling pay-per-view eventsCoventry City F.C.Shōgun (novel)Leonardo DiCaprio2024 NFL draftGeorge IIIPassover Seder plateTiger WoodsAlia BhattRaukKnuckles (TV series)Dakota FanningChristopher NolanMaidaanTurkeyRichard NixonAlbert EinsteinLindy RuffYou Should Have LeftLamine YamalGmailMurder of Reena VirkPlanet of the ApesMrBeastJennifer LopezVirat KohliNATOBridgertonTikTokAHybe CorporationMexicoBernard ArnaultZack SnyderShannon TweedChet HolmgrenWrestleMania XL2024 Maldivian parliamentary electionRoad House (2024 film)Kyle MacLachlanBundesligaThe Rookie (TV series)Mahatma GandhiThe SympathizerVietnamBlack holeEuropean UnionBarry ManilowDeclan RiceVladimir LeninBlowing from a gunKirk CousinsWorld War IPatti SmithMS Dhoni2011 Vancouver Stanley Cup riotCody RhodesHozier🡆 More