Hello, I woud like to ask, if it is somehow possible to force autoindex page to refresh automaticlly (for example each 5 seconds). The reason I want this is following: I have website, where generatig of index is based on data availability. But unfortunatelly, it takes a while for data to compute and transfer on server. During this time, there is onlyindex of page generated by apache. What I want is to make apache refresh this index of page itselfs until index.html is created and webpage with whole data is ready. Is it possible to do this somehow? I know I could rewrite all the page differently, to load for example dynamicly without data and then add data, but it would be big step and I also want to have this index of available to users, to watch data loading into page folder. Thank you very much for your answer.
yes, you can simply add html into your autoindex like so: https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html#indexheadinsert then add a meta refresh: https://en.m.wikipedia.org/wiki/Meta_refresh