From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2990 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.36
parent
427120b41a
commit
e6925949ab
@ -1,3 +1,4 @@
|
||||
EXTRA_DIST= \
|
||||
create-mime.conf.pl \
|
||||
rrdtool-graph.sh \
|
||||
spawn-php.sh
|
||||
|
@ -1,5 +1,27 @@
|
||||
EXTRA_DIST=cgi.php cgi.pl index.html index.txt phpinfo.php \
|
||||
redirect.php cgi-pathinfo.pl get-env.php get-server-env.php \
|
||||
nph-status.pl prefix.fcgi get-header.pl ssi.shtml get-post-len.pl \
|
||||
exec-date.shtml 404.fcgi 404.html 404.pl send404.pl crlfcrash.pl sendfile.php
|
||||
SUBDIRS=go indexfile expire
|
||||
EXTRA_DIST=\
|
||||
404.fcgi \
|
||||
404.html \
|
||||
404.pl \
|
||||
cgi-pathinfo.pl \
|
||||
cgi.php \
|
||||
cgi.pl \
|
||||
crlfcrash.pl \
|
||||
exec-date.shtml \
|
||||
get-env.php \
|
||||
get-header.pl \
|
||||
get-post-len.pl \
|
||||
get-server-env.php \
|
||||
index.html \
|
||||
index.txt \
|
||||
ip.pl \
|
||||
nph-status.pl \
|
||||
phpinfo.php \
|
||||
prefix.fcgi \
|
||||
redirect.php \
|
||||
send404.pl \
|
||||
sendfile.php \
|
||||
ssi.shtml
|
||||
SUBDIRS=\
|
||||
expire \
|
||||
go \
|
||||
indexfile
|
||||
|
Loading…
Reference in new issue