Is it possible to have the directory listing in apache return json instead of html?
I\'m completely unexperienced with Apache, but I\'ve browsed the documentation fo
You could use mod_dir as follows - create a php script and list your directories how you want (set content-type as appropriate).