Apache directory listing as json

前端 未结 2 1082
慢半拍i
慢半拍i 2020-12-11 04:03

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

2条回答
  •  青春惊慌失措
    2020-12-11 04:06

    You could use mod_dir as follows - create a php script and list your directories how you want (set content-type as appropriate).

提交回复
热议问题