index
:
delta/lighttpd.git
baserock/morph
baserock/richardipsum/gitano_http
lighttpd-1.3.x
lighttpd-1.4.11-ssl-fixes
lighttpd-1.4.x
lighttpd-1.5-dead
lighttpd-merge-1.4.x
master
post-upload-cleanup
svn.lighttpd.net: Obsolete (use lighttpd-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
docroot
/
www
/
cgi-pathinfo.pl
blob: af8d4dfb4cec7102ad935d6dc9be9f4f3ed66db8 (
plain
)
1
2
3
4
5
6
7
#! /usr/bin/perl print "Content-Type: text/html\r\n\r\n"; print $ENV{"PATH_INFO"}; 0;