Top "Webserver" questions

A software application that services requests from clients using the Hypertext Transfer Protocol.

Nginx - wordpress in a subdirectory, what data should be passed?

I've tried so many different things. The point I'm at right now is this: location ^~ /wordpress { alias /var/www/example.…

php wordpress path nginx webserver
Why does Unicorn need to be deployed together with Nginx?

I would like to know the difference between Nginx and Unicorn. As far as I understand, Nginx is a web …

ruby-on-rails nginx webserver unicorn
How to properly enable mod_status on an apache server?

I have been searching everywhere looking for how to properly enable mod_status and nothing has worked. My server is …

windows apache webserver status httpd.conf
Set subdirectory as website root on Github Pages

I'm using Github Pages to host & serve a static website. The static website has the typical directory structure for …

git github server webserver github-pages
Got HTTP Error 404.17 while setting up asp.net project onto IIS 8.0

I am trying to set up an existing asp.net application onto IIS 8.0 on my windows 8 machine and it giving …

asp.net .net iis webserver iis-8
Best practices for client side vs. server side redirects: When to use what?

I understand that most of the languages support server side redirects (asp.net: Response.Redirect, PHP: header( 'newpage' ) ; ). You could …

redirect client webserver
How to skip role executing in Ansible

I try to write the playbook.yml for my vagrant machine and I'm faced with the following problem. Ansible prompt …

deployment webserver vagrant administration ansible
Is IIS a web server or an application server?

Is IIS a web server or an application server? Or is it both? What is the difference between (or similarity …

.net iis webserver protocols application-server
C/C++ - Any good web server library?

Are there any open source, fast web server libraries? Thanks.

c++ c webserver embeddedwebserver
Tomcat: Restrict access to localhost for /just one/ webapp

I'm running Tomcat 6 to serve several web apps, most of which are public-facing. But I'd like to restrict access to …

security tomcat webserver tomcat6