top | item 45716840

(no title)

rajamaka | 4 months ago

> You don't need to care about this when using SSDs/HDDs.

You do need to care when you move beyond a single server in a closet that runs your database, webserver and storage.

> No risk of leaking files due to misconfigured cloud services.

One misconfigured .htaccess file for example, could result in leaking files.

discuss

order

codedokode|4 months ago

> One misconfigured .htaccess

First, I hope nobody is using Apache anymore, second, you typically store files outside of web directory.

pestaa|4 months ago

Why nobody should use Apache? I rediscovered it to be great in many use cases. And there's llms to help with the config syntax.

AdieuToLogic|4 months ago

>> No risk of leaking files due to misconfigured cloud services.

> One misconfigured .htaccess file for example, could result in leaking files.

I don't think you are making a compelling case here, since both scenarios result in an undesirable exposure. Unless your point is both cloud services and local file systems can be equally exploited?

Nextgrid|4 months ago

With bare-metal machines you can go very far before needing to scale beyond one machine.