Top "Webserver" questions

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

Get images from PHP server to Android

I am prototyping an android application and need to get images from a web server to Android ListView. I understand …

php android webserver android-image imagedownload
Serve homepage and static content from root

In Golang, how do I serve static content out of the root directory while still having a root directory handler …

webserver go
Setting a trace id in nginx load balancer

I'm using nginx as a load balancer in front of several upstream app servers and I want to set a …

nginx webserver load-balancing
How to set X-Frame Options to ALLOW-FROM https://example.com and SAMEORIGIN on server

I have a requirement to set the X-Frame options on the server level to either: X-Frame-Options: SAMEORIGIN X-Frame-Options: ALLOW-FROM https://…

iframe webserver x-frame-options
Serving Images with on-the-fly resize

my company has recently started to get problems with the image handling for our websites. We have several websites (adult …

image performance webserver image-resizing
PHP on Tomcat 8

I had found quite a few guides how to make PHP run on Tomcat, but all were on previous versions. …

php apache tomcat webserver tomcat8
Where does Puma log to

I have been using Thin to run my ruby Sinatra applications but I am now switching over to Puma. Thin …

ruby logging webserver thin puma
Can the web deploy agent run on a port other than 80 on IIS6?

I've got a bit of a challenge with a Windows 2003 machine where I need to run the web deploy agent …

iis configuration webserver webdeploy
How to serve other vhosts next to Gitlab Omnibus server? [Full step-by-step solution]

I installed Gitlab CE on a dedicated Ubuntu 14.04 server edition with Omnibus package. Now I would want to install three …

nginx webserver virtualhost gitlab gitlab-omnibus
What exactly is a pre-fork web server model?

I want to know what exactly it means when a web server describes itself as a pre-fork web server. I …

apache webserver unicorn gunicorn preforking