Poll: What web server do you use?
11–20 of 81 posts
Re: Poll: What web server do you use?
#12Re: Poll: What web server do you use?
#13Re: Poll: What web server do you use?
#14Re: Poll: What web server do you use?
#15Fiddling around with mochiweb a bit... Other than that, Apache.
Re: Poll: What web server do you use?
#16LLWP (Linux, Lighttpd, Werc, Postgresql)
I might change Werc to Go on the next project.
Re: Poll: What web server do you use?
#17I am currently using Apache and its the only web server I ever used, I have looked in to Lighttpd and Nginx but never actually used it. Can anyone tell me why I should use the other two over Apache? The main reason I am using Apache because it has a large user base, community and documentation that I can rely on if I ever need any help.
Easier to configure, can handle high loads with a lot less resources, more verbose configuration.
All 3 are a reasonable choice though.
Re: Poll: What web server do you use?
#18I am currently using Apache and its the only web server I ever used, I have looked in to Lighttpd and Nginx but never actually used it. Can anyone tell me why I should use the other two over Apache? The main reason I am using Apache because it has a large user base, community and documentation that I can rely on if I ever need any help.
[1] Apache's internal API is designed to make it difficult to leak memory or other resources, overrun buffers, etc.
Re: Poll: What web server do you use?
#19Re: Poll: What web server do you use?
#20I am currently using Apache and its the only web server I ever used, I have looked in to Lighttpd and Nginx but never actually used it. Can anyone tell me why I should use the other two over Apache? The main reason I am using Apache because it has a large user base, community and documentation that I can rely on if I ever need any help.
Since then, I've grown to dramatically prefer its configuration file syntax and usability.