Web Development Flashcards
1
Q
Ngnix vs appache
A
Webserver, reverse proxy,
Load balancing, http cert
Nginx
Lighter, newer, Docker
Apache
More features
2
Q
Proxy vs reverse proxy
A
A forward proxy is a server that sits between user devices and the internet.
- Protect clients
- Avoid browsing restrictions
- Block access to certain content
A **reverse proxy **is a server that sites between server and the internet
- Protect servers
- Load balancing
- Cache static contents
- Encrypt and decrypt SSL communications