Jump to content

BEST http server


J-C

Recommended Posts

Well before i get flamed i tried searching but damn so many irrelevant posts... I want to know what is the best http server besides Apache, I have tried Xampp and I really don't think is that great, I mean is really user friendly and all and easy to use but I fint it too "simple" also tried abyss now is more "advance" i guess I would say but i liked it so I just want to know your thoughts!.

Link to comment
https://forums.phpfreaks.com/topic/188377-best-http-server/
Share on other sites

  Quote
and what i mean is what ever can get you to host a web server...

 

Http servers are web servers so.....

 

Anyway, the term best is very opinionated. Most php based sites are hosted on Apache servers. In my opinion, Apache is THE http server.

 

However, depending on your requirements, IIS may be better suited. What exactly will you be using the server for?

Link to comment
https://forums.phpfreaks.com/topic/188377-best-http-server/#findComment-994605
Share on other sites

  • 2 weeks later...

xampp installs an apache server, along with mySQL, and php..... I mean if you just want apache by itself, that is fine, but keep in mind that php is NOT built into apache.  so if you are storing php scripts they will not work with apache alone.

 

also, I do not understand.... it is to easy?  are you wanting it to be difficult?  I mean for a learning purpose or something?

Link to comment
https://forums.phpfreaks.com/topic/188377-best-http-server/#findComment-1001902
Share on other sites

Nginx (Engine-X) is what Google uses! Anyway, It's a specific alternative for customization.

Another suggestion is Lighttpd, It used to be fairly common and a competitor with Apache, includes FastCGI, Asynchronous IO etc..

 

But if you're not really experienced with those things, Apache is the best method to go. If you need to do URL rewriting etc. You don't need to install plugins and such, and there is much much more documentation available.

Link to comment
https://forums.phpfreaks.com/topic/188377-best-http-server/#findComment-1003602
Share on other sites

In general, people tend to use the server that best fits there platform. 

 

On Windows servers, that is IIS, especially if using ASP/.NET

 

On Linux it's Apache, especially if using LAMP.  With that said, many sites also use lighttpd either as a substitute for apache or to host static files like images, js and flash.

 

If you're using java to write servelets and doing your serverside coding using JSP, then Tomcat is popular, although it is often paired up with Apache.

 

There are alternatives in about every category, and you can obviously use Apache on Windows, which you have been using. 

Link to comment
https://forums.phpfreaks.com/topic/188377-best-http-server/#findComment-1005197
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.