]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make "HeaderName" and "ReadmeName" be stored in simple entries "header" and "readme...
authorTakashi Sato <takashi@apache.org>
Wed, 24 Dec 2008 14:21:45 +0000 (14:21 +0000)
committerTakashi Sato <takashi@apache.org>
Wed, 24 Dec 2008 14:21:45 +0000 (14:21 +0000)
commit802a857b02e5596aa653ee20f4302fd9a496f2a7
tree5d67ade93ae90fea5cda1083ca4507bdfb599c82
parent2e172eddf0437b5f86894999251970ebd7b83ab8
Make "HeaderName" and "ReadmeName" be stored in simple entries "header" and "readme" respectively.

Side effect:
In the case that multiple "HeaderName"s or multiple "ReadmeName"s exist in one directory section.
Before this change, the first directive is effective.
After this change, the last directive is effective.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729314 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_autoindex.c