Top "Webserver" questions

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

curl and ping - how to check whether a website is either up or down?

I want to check whether a website is up or down at a particular instance using PHP. I came to …

php curl webserver http-status-codes ping
How to show Directory Index in Apache 2.4 with custom Document Root

i have problem in Apache 2.4 in Ubuntu 13.10. I try to change Document Root to /home/fandi/public_html And all …

webserver apache2.4
is it possible to use CNAME (alias) for <host:port>

Is there a way i can hide the port from url and use cname (alias) instead of :. For e.g. …

jsp servlets webserver jetty
How to get the execution time of a MySQL query from PHP?

I execute MySQL queries from PHP and would like to know how time consuming they are. Is there any way …

php mysql webserver execution-time
What is the best web server for Ruby on Rails application?

What is the best web server for ruby on rails application? Why?

ruby-on-rails webserver
How to run my Angular site on mobile device that is running localhost on my windows desktop

I know from this question and answer on Super User Site running on localhost on desktop is unreachable on android …

android networking localhost webserver angular-cli
Can we say node.js is a web server?

I found that I am confusing between web framework and web server. Apache is a web server. Tornado is a …

node.js webserver web-frameworks
Limit on the length of the data that a webserver can return in response to a GET request

I have a REST service running on jetty server that responds to GET requests with some resource data. So far …

http rest webserver jetty
Return custom 403 error page with nginx

Im trying to display the error page in /temp/www/error403.html whenever a 403 error occurs. This should be whenever …

webserver nginx http-status-code-403 custom-error-pages
Can I run two web servers on the same computer?

I just found out that I can write a really simple web server using Python. I have already an Apache …

python apache webserver conflict