Date: Wed, 10 Feb 2010 10:54:33 -0500 From: Robert Huff <roberthuff@rcn.com> To: Anton Shterenlikht <mexas@bristol.ac.uk> Cc: Bill Moran <wmoran@potentialtech.com>, freebsd-questions@freebsd.org Subject: Re: creating htmls from a directory tree? Message-ID: <19314.54969.373080.869764@jerusalem.litteratus.org> In-Reply-To: <20100210151102.GD58179@mech-cluster241.men.bris.ac.uk> References: <20100210150330.GC58179@mech-cluster241.men.bris.ac.uk> <20100210100536.150614a1.wmoran@potentialtech.com> <20100210151102.GD58179@mech-cluster241.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Anton Shterenlikht writes: > > > I'd like to upload a directory structure to a web > > > server. I'd like to create in each subdirectory > > > an index.html with a simple list of files in this > > > directory for a simple browsing. > > > > > > This sounds like a perl or shell script, but > > > I was wondering if there is someting like > > > this already available from ports. I couldn't > > > find anything suitable. > > > > You could just turn on Apache's built-in directory listing capability and > > Apache will create those files on-demand. > > I see.. I need to talk to the web server guys then. The magic phrase is: IndexOptions FancyIndexing This can also be put in .htaccess; whether or not that file is honored is up to the server. Robert Huff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19314.54969.373080.869764>