summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_dir.c
Commit message (Expand)AuthorAgeFilesLines
* followup to r1894456: use a DirectorySlash argument insteadEric Covener2021-10-221-22/+28
* add DirectorySlashNotFound to silence scannersEric Covener2021-10-211-0/+17
* Save a few bytes in the request pool.Christophe Jaillet2017-02-151-4/+4
* + *) mod_dir: Prevent the internal identifier "httpd/unix-directory" fromEric Covener2015-08-121-0/+8
* revert r1675103 because it [at least] causes FallBackResource to kickEric Covener2015-05-151-9/+2
* If a directory exists but no indexes can be resolved, the fallback resourceEric Covener2015-04-211-2/+9
* Concat string at compile time when possible.Christophe Jaillet2014-09-181-1/+1
* Skip DirectoryIndex execution unless method is GET or POST, restoringChris Darroch2014-01-261-0/+4
* followups to r1557641 suggested by nd -- addEric Covener2014-01-181-1/+1
* don't search for directory indexes/directoryslashes if a URL is in theEric Covener2014-01-131-0/+6
* restore http://svn.apache.org/viewvc?view=revision&revision=233369 Eric Covener2014-01-131-0/+17
* mod_dir: rename the on/off/unset enum so it doesn't look so funny ifEric Covener2014-01-131-8/+8
* 'ap_getword_conf' can not return NULLChristophe Jaillet2013-12-151-1/+1
* FallbackResource : Support for the 'disabled' argumentVincent Deffontaines2012-10-141-1/+1
* PR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settingsEric Covener2012-03-071-0/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-11/+11
* improve (but preserve searchable parts of) the error message when Options Eric Covener2011-07-151-0/+6
* Add a mod_dir option to allow the used DirectoryIndex toEric Covener2011-07-151-0/+44
* gratuitous style change Jeff Trawick2010-11-051-0/+2
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-281-1/+1
* Merge mod_dir fixups to avoid possible ordering issues noted by trawickNick Kew2010-07-241-11/+14
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Change Fallback to FallbackResource after extensive discussion withNick Kew2009-09-151-2/+2
* Change "DefaultHandler" to "Fallback" as discussed on list andNick Kew2009-09-151-2/+2
* mod_dir: Change DefaultHandler to DefaultMapping, and document itNick Kew2009-07-181-1/+1
* Fix bug in r785425 (dereference null pointer when not configured)Nick Kew2009-06-171-0/+12
* Add DefaultHandler directive to mod_dir.Nick Kew2009-06-161-0/+49
* * The nitpicker of the space police. No functional change.Ruediger Pluem2008-11-121-4/+4
* temporary dbg message and unnecessary continue, per rpluem reviewEric Covener2008-11-121-3/+1
* change short-lived behavior of "DirectoryIndex None" based on feedback from w...Eric Covener2008-11-121-4/+21
* *) mod_dir: Support "DirectoryIndex None"Eric Covener2008-10-191-1/+3
* Sub-requests are created and used with two purposes; sometimesDirk-Willem van Gulik2008-02-091-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-8/+8
* Explain why we have the regular file typecheck. No functional changes.Colm MacCarthaigh2005-09-261-2/+11
* Do not check the value of r->handler.Paul Querna2005-08-181-4/+0
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* make trailing-slash-behaviour configurableAndré Malo2004-07-031-3/+27
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* allow proxying of directoryindex'd resourcesAndré Malo2004-01-141-1/+3
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Only style fixes (tabs, blocks, spelling).Aaron Bannert2002-05-161-27/+30
* Fix some formattingBill Stoddard2002-03-171-7/+7
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* fix redirects for directories. fixup_dir was munging the URI before otherGreg Ames2002-01-311-1/+1
* get rid of an unused variableJeff Trawick2001-12-281-2/+0