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
Share on other sites

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
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
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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.