[#] http://marc.info/?l=openbsd-cvs&m=140752260022813&w=2
openbsd-cvs(obsdave,2) — All
2014-08-08 22:55:10


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/08 12:29:42

Modified files:
usr.sbin/httpd : http.h httpd.h server_fcgi.c server_file.c
server_http.c

Log message:
When opening directories, re-match the location after the index file
has been appended. This allows to use a fastcgi target as the default
index, for example index.php.

OK florian@