Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
What Is The Difference Between Nginx And Apache?
Home
>
NGINX
>
What Is The Difference Between Nginx And Apache?
Dec 16, 2019
in
NGINX
Q: What Is The Difference Between Nginx And Apache?
#nginx-vs-apache
1
Answer
0
votes
Dec 16, 2019
Nginx :
Nginx is an event based web server
All request are handled by a single thread.
Nginx avoids child processes idea.
Nginx resembles speed
Nginx is better when it comes to memory consumption and connection
Nginx is better when you want load-balancing
For PHP, Nginx might be preferable as it supports PHP internally
Nginx do not support O.S like IBMi and OpenVMS.
Nginx comes only with core features
Nginx performance and scalability do not depend on hardware
Apache:
Apache is a process based server
Single thread handles a single request.
Apache is based on child processes
Apache resemble power
Apache is not up-to the mark when it comes to memory consumption and connection
Apache will refuse new connections when traffic reaches the limit of processes
Apache support’s PHP, Python, Perl and other languages using plugins. It is useful when application is based on Python or Ruby
Apache support much wider range of O.S
Apache provides lot more functionality than Nginx
Apache is dependent on hardware components like CPU and memory
Click here to read more about Loan/Mortgage
Click here to read more about Insurance
Facebook
Twitter
LinkedIn
Related questions
0
votes
Q: What Is The Difference Between Apache Web Server And Nginx?
Dec 16, 2019
in
NGINX
#nginx-vs-apache
0
votes
Q: Is Nginx better than Apache?
Aug 5, 2020
in
NGINX
#nginx-vs-apache
#apache-vs-nginx
0
votes
Q: What are the difference between Nginx and Apache?
Oct 25, 2019
in
NGINX
nginx
apache
0
votes
Q: What’s the Difference between Apache Web Server and Nginx?
Aug 5, 2020
in
NGINX
#naginx-vs-apache-web-server
#apache-web-server-vs-nginx
0
votes
Q: Difference between Apache and NGINX
Sep 5, 2019
in
NGINX
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
+1
vote
Q: Difference Between Node.js vs Nginx
Nov 22, 2019
in
NGINX
...