Which web server do you use?

M

mrnothersan

Guest
Which web server do you use?

Usually, I use Apache, but for low RAM environments, I use nginx which are both easy to manage!
 


I use Lighttpd on my servers; It's lite, fast and manages a lot of requests very nicely. I can't use Apache as it uses a lot of Memory and i'm really reserved on memory as of now.

Unlike Apache lighttpd dosen't have any .htaccess, instead it has a configurable file to allow or deny or manage redirections in it's own format of code.
 
I use Apache as it's easy to install and set-up, though I might have to start looking into lighttpd to save on resources etc... as resources are like gold, there worth a lot ;)
 
Yeah, especially when you just have 256 Mb of RAM and you want to run a decent website, Lighttpd is pretty good at handling loads and requests. I've done a benchmark on it and it's somewhere up on this forum.

You can also try nginx which is equally good. Maybe run tests on them before you feel comfortable using them :p
 
nginx - it's a beast. It runs in under 10MB of RAM while still managing to run several resource-intensive community sites.
I used to use Apache, but nginx is so much simpler to configure and to keep running.
 
When choosing between Apache and Nginx (or others), it's not really an apples-to-apples comparison, so you better look at the feature-set carefully before you choose to move. Apache has tons of features and has a great ecosystem around it, which means it can do a lot more to help you generate the content you need - e.g. server-side processing. Nginx is more geared towards high-performance, yet simpler content serving needs. Identify your needs, and then choose.

In a nutshell, if you are using mod_php, mod_perl or any of the esoteric modules with Apache in your current installation, I think staying with httpd is a better idea. If you are facing performance problems, you could use Nginx as a reverse-proxy.
 
Agree. Light is a very small web server. Can give a lot of pains. Better to work with apache, and allows servlets integration with tomcat very easy. For security porpouses better apache even more talking about ssl certs. Hope helps
 
Yea, i am completely agree with you,

You will have different options available but one should choose that is best to address their requirements.

When choosing between Apache and Nginx (or others), it's not really an apples-to-apples comparison, so you better look at the feature-set carefully before you choose to move. Apache has tons of features and has a great ecosystem around it, which means it can do a lot more to help you generate the content you need - e.g. server-side processing. Nginx is more geared towards high-performance, yet simpler content serving needs. Identify your needs, and then choose.

In a nutshell, if you are using mod_php, mod_perl or any of the esoteric modules with Apache in your current installation, I think staying with httpd is a better idea. If you are facing performance problems, you could use Nginx as a reverse-proxy.
 
Hello,
I use also Nginx which is easy to manage and can be optimized for a really good results. It also has a big community and support, but as was already said Apache has a lot of useful modules so it really depends on the needs. Basically If I can I use nginx because of the performance otherwise I use Apache
 
I am using Apache...... Because of easy to install and set up...
 
All of them, apache is better for bigger website/server. Nginx is used for our small system. Also with a mix of both.
 
I am using Apache and quite satisfied with its working and functionality.
 
ngix is better for little resourse
apache is good with so many features
 
Apache. I am a beginner so my priority was to pick software that had a good response to a google search.

It is a simple server (no SQL or PHP) but it easily fits on Raspbian in the 512 Mb memory of my Pi.
 
I use Apache, but for the life of me, I can't get a Website to broadcast globally..... :(
 

Members online


Top