S
S
SKEPTIC2019-12-22 23:21:19
PHP
SKEPTIC, 2019-12-22 23:21:19

Protecting an Ubuntu 18.04+nginx+mysql+php server?

So. Question in the header)
How to protect the server as much as possible?
How to protect each of the components?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
One Miay, 2019-12-23
@Miay

While only your application is vulnerable, everything else is normal out of the box

A
Andrey Gavrilov, 2019-12-23
@thexaver

Nemeseda waf + correct configuration of other components, using cloudflare

X
xmoonlight, 2019-12-22
@xmoonlight

1. Nginx/anti-ddos
2. How to protect websites from hacking?

How to protect each of the components?
Permissions for users/processes/sockets, "sandbox", validation of all input data for each component through regex filters.
The MOST IMPORTANT: Replacement of all generators (sessions / random, etc.) and mat. constants to your own from your file.

I
Igor Gorgul, 2019-12-26
@xXxSPYxXx

Monitoring + maintenance by a specialist.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question