Liste des Groupes | Revenir à cl ada |
The usual way is to use Apache (or nginx or another one) as a front end. Your application uses port 1080 (or something else) and the front end relays this port to the external 80 port.But security breaches mainly use known bugs in Apache... If you write your own server with AWS, the attacker knows nothing about the software that answers! And as for buffer overflows attacks... well, it's Ada. You'll see some handled Constraint_Error in the log file, end of story!
This way, the security stuff is manage by the front end, not your application. You can also run multiple applications, each being redirected to its domain name/path.
Les messages affichés proviennent d'usenet.