Top "Webserver" questions

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

Apache multiple DocumentRoot

How can I have the following setup in apache? http://server/ABC/* should be served by /var/www/ABC/* http://…

apache configuration webserver httpd.conf document-root
http keep-alive in the modern age

So according to the haproxy author, who knows a thing or two about http: Keep-alive was invented to reduce CPU …

http webserver keep-alive haproxy
Why is "fork" needed by socat when connecting to a web server?

I am trying to understand tcp connections between a browser and a web server. I have a web server running …

tcp webserver socat
How to deploy a spark Java web app?

I used spark web framework to create a webapp, but I don't know how to deploy this webapp. I'm sorry …

java webserver spark-java
What QA Server stand for?

For my understanding a QA Server is a testing server ... I would like to know what QA stand for and …

testing webserver lifecycle
How can I create an local webserver for my python scripts?

I'm looking to use a local webserver to run a series of python scripts for the user. For various unavoidable …

python webserver simplehttpserver
What is the difference between ServerName and ServerAlias in apache2 configuration?

I am configurating my apache2 server and I wonder whats the difference between ServerName and ServerAlias. Is the ServerName always …

configuration apache2 webserver ubuntu-12.04
How would you compare Apache Tomcat & Glassfish as production servers?

I have a J2EE-based system which is running currently on Apache Tomcat. We are in discussions to move our …

apache deployment glassfish webserver
Serving gzipped content for Go

I'm starting to write server-side applications in Go. I'd like to use the Accept-Encoding request header to determine whether to …

http webserver go
How to access to the web server which running on WSL(Windows Subsystem for Linux) from local network

After installing Ubuntu as WSL(Windows Subsystem for Linux) I've run: root@teclast:~# python3 -m http.server Serving HTTP on 0.0.0.0 …

linux windows ubuntu webserver windows-subsystem-for-linux