Top "Webserver" questions

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

Apache Server (xampp) doesn't run on Windows 10 (Port 80)

I have installed the Windows 10 Insider Program. Everything works, except Apache. When I try to start it, it says that …

apache connection webserver
What is the difference between HTTP 1.1 and HTTP 2.0?

HTTP/1.1 has served the Web well for more than fifteen years, but its age is starting to show. Can anybody …

http tcp webserver http2
Using variables in Nginx location rules

In Nginx, I'm trying to define a variable which allows me to configure a sub-folder for all my location blocks. …

variables nginx webserver
Deploy a project using Git push

Is it possible to deploy a website using git push? I have a hunch it has something to do with …

git deployment webserver githooks
Running Node.js in apache?

We have an Apache Webserver installed on a machine which also serves pages using Perl. For a project I've decided …

javascript apache node.js webserver
Amazon AWS Filezilla transfer permission denied

I have my instance of the Amazon AWS running, test page is up. I am trying to SFTP the files …

amazon-web-services amazon-s3 amazon-ec2 webserver
How do I run a Python script on my web server?

I've just started learning Python, and I'm pretty lost right now. I want to run my script on my server …

python webserver cgi-bin
Nginx location "not equal to" regex

How do I set a location condition in Nginx that responds to anything that isn't equal to the listed locations? …

regex nginx webserver
How to check if memcache or memcached is installed for PHP?

How do I test if memcache or memcached (for PHP) is installed on my Apache webserver? Memcache is a caching …

php apache scripting webserver
How to set the allowed url length for a nginx request (error code: 414, uri too large)

I am using Nginx in front of 10 mongrels. When I make a request with size larger then 2900 I get back …

nginx webserver http-request