Secure way to store files in web server?

前端 未结 7 609
自闭症患者
自闭症患者 2020-12-24 03:00

I want my files to be secure in my web server. Only authenticated users to access those files should be able to access those files. I thought of storing files in database as

7条回答
  •  醉酒成梦
    2020-12-24 03:33

    If the files are purely static you could use read-only or WORM media to store the data files or indeed run the complete web server from a "LiveCD". It's certainly not suited to everyone's needs but for limited cases where the integrity of the data is paramount it works.

提交回复
热议问题