Which Web Server do you prefer/use?

Talk about anything in here.
Post Reply

Which Web Server do you prefer/use?

Apache
11
92%
Lighttpd
1
8%
Other (please say)
0
No votes
 
Total votes: 12

User avatar
Hustle
Posts: 24
Joined: Wed Jul 27, 2011 1:30 pm
Location: United Kingdom

Which Web Server do you prefer/use?

Post by Hustle »

I was just wondering which Web Server do you prefer/use?
User avatar
DomC
Posts: 91
Joined: Mon Jul 18, 2011 1:58 pm

Re: Which Web Server do you prefer/use?

Post by DomC »

Apache as I have never used "Lighttpd" as I believed it was called (I'll edit if I am wrong) - I shall have to check it out.
I can't think of anything witty to put here!

Check out some of my projects on GitHub: https://github.com/DomTC
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: Which Web Server do you prefer/use?

Post by JelvinJS7 »

I've only heard of apache :geek:
User avatar
Hustle
Posts: 24
Joined: Wed Jul 27, 2011 1:30 pm
Location: United Kingdom

Re: Which Web Server do you prefer/use?

Post by Hustle »

I recommend Lighttpd especially for older hardware, it's super light (in my opinion) on system resources, http://www.lighttpd.net/
User avatar
Dylan
Posts: 150
Joined: Fri May 06, 2011 7:14 pm

Re: Which Web Server do you prefer/use?

Post by Dylan »

Apache; comes pre-compiled more easily for windows in sets like WAMP and XAMPP
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Which Web Server do you prefer/use?

Post by jacek »

Apache, very flexible and used pretty much everywhere. At the moment I don't need anything more lightweight but if I did I think I would try nginx first because it has a cool name ;)
Image
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: Which Web Server do you prefer/use?

Post by JelvinJS7 »

jacek wrote:I think I would try nginx first because it has a cool name
I would say that's a bad strategy, but there was an episode of a show wgere a person made a lot of money via stock from a business she chose cuz ut rhymed with "pickle"
libeco
Posts: 104
Joined: Sat May 07, 2011 9:56 am

Re: Which Web Server do you prefer/use?

Post by libeco »

Nginx is quite fast, it's just a pity you can't really change anything unless you have full access to it. htaccess won't work.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Which Web Server do you prefer/use?

Post by jacek »

libeco wrote:Nginx is quite fast, it's just a pity you can't really change anything unless you have full access to it. htaccess won't work.
I think that's kind of the point of it, Apache has to check the folder the file is in and all folders above it for .htaccess files, it's actually a pretty slow process.

If I ever were to go for something designed to be super-lightweight it would need to have little to no flexibility ;) I think the best use for somethign like that is as a file server only, for example I would have img.betterphp.co.uk on a separate physical server for all the images.
Image
libeco
Posts: 104
Joined: Sat May 07, 2011 9:56 am

Re: Which Web Server do you prefer/use?

Post by libeco »

Just using a subdomain for your images, already will improve the speed for your users, simply because a browser cannot handle that many connections to one website. Somehow a subdomain is not seen as the same as the regular website.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Which Web Server do you prefer/use?

Post by jacek »

libeco wrote:Just using a subdomain for your images, already will improve the speed for your users, simply because a browser cannot handle that many connections to one website. Somehow a subdomain is not seen as the same as the regular website.
Well yeah that too, but this is a server discussion ;)
Image
Post Reply