Re: httpd feature request: auto index.txt

2015-06-23 Thread Craig Skinner
On 2015-06-23 Tue 08:23 AM |, Nick Holland wrote: > On 06/23/15 06:14, Craig Skinner wrote: > > > > Ummm I was thinking of something that could generate $RELEASE > > index.txt files, including siteXX.tgz & siteXX-.tgz files. > > oh please no. > That is NOT the web server's job! > > This is a

Re: httpd feature request: auto index.txt

2015-06-23 Thread trondd
On Tue, June 23, 2015 6:15 am, Craig Skinner wrote: > On 2015-06-22 Mon 12:39 PM |, Noah wrote: >> On Mon, Jun 22, 2015 at 11:58 AM, Craig Skinner >> >> wrote: >> > >> > *) either/both .txt/.html >> > *) .txt output something like: ls [-l[h]] | fgrep -v index.txt >> > >> >> Does auto index do the

Re: httpd feature request: auto index.txt

2015-06-23 Thread Nick Holland
On 06/23/15 06:14, Craig Skinner wrote: > On 2015-06-22 Mon 12:39 PM |, Noah wrote: >> On Mon, Jun 22, 2015 at 11:58 AM, Craig Skinner >> wrote: >> > >> > *) either/both .txt/.html >> > *) .txt output something like: ls [-l[h]] | fgrep -v index.txt >> > >> >> Does auto index do the trick? It doesn

Re: httpd feature request: auto index.txt

2015-06-23 Thread Craig Skinner
On 2015-06-22 Mon 12:39 PM |, Noah wrote: > On Mon, Jun 22, 2015 at 11:58 AM, Craig Skinner > wrote: > > > > *) either/both .txt/.html > > *) .txt output something like: ls [-l[h]] | fgrep -v index.txt > > > > Does auto index do the trick? It doesn't make an index.html/txt file, but > it does prov

Re: httpd feature request: auto index.txt

2015-06-22 Thread Noah
Does auto index do the trick? It doesn't make an index.html/txt file, but it does provide file names and links as you'd expect. server "bbs.h-i-r.net" { listen on $ext_if port 80 directory {auto index } location "/*.php*" { root { "/sites/bbs.h-i-r.net" } fastcgi socket

httpd feature request: auto index.txt

2015-06-22 Thread Craig Skinner
Hi there, Would this be practical/possible/useful? *) either/both .txt/.html *) .txt output something like: ls [-l[h]] | fgrep -v index.txt Is there a separate httpd mailing list, like for libreSSL & smtpd? Cheers. -- A jury consists of 12 people chosen to decide who has the better lawyer.