Top "Webserver" questions

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

Using node.js as a simple web server

I want to run a very simple HTTP server. Every GET request to example.com should get index.html served …

node.js server webserver
ssl_error_rx_record_too_long and Apache SSL

I've got a customer trying to access one of my sites, and they keep getting this error > ssl_error_…

apache configuration ssl webserver mod-ssl
Difference between the Apache HTTP Server and Apache Tomcat?

What is the difference in terms of functionality between the Apache HTTP Server and Apache Tomcat? I know that Tomcat …

apache tomcat webserver
Is it possible to get a list of files under a directory of a website? How?

Say I have a website www.abc.com. Under the website directory there is a page secret.html. It can …

webserver
How to create an HTTPS server in Node.js?

Given an SSL key and certificate, how does one create an HTTPS service?

javascript node.js ssl https webserver
Configure nginx with multiple locations with different root folders on subdomain

I'm looking to serve the root url of a subdomain and directory of a subdomain to two different folders on …

nginx webserver
How to automatically redirect HTTP to HTTPS on Apache servers?

Environment Centos with apache Trying to setup automatic redirection from http to https From manage.mydomain.com --- To ---&…

linux apache .htaccess webserver httpd.conf
Asp.net - <customErrors mode="Off"/> error when trying to access working webpage

I have created an asp.net webpage and have uploaded it onto a webserver. However when I try to view …

asp.net web-config webserver custom-errors