Top "Webserver" questions

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

Difference between web server, web container and application server

Please tell me the Difference between web server, web container and application server.

jakarta-ee webserver application-server web-container
What is .htaccess file?

I am a beginner to Zend framework and I want to know more about the .htaccess file and its uses. …

apache .htaccess webserver
Reload nginx configuration

I am trying to make modification in the Nginx conf file to remove a "rewrite". Now I have this configuration …

configuration nginx webserver
Tomcat VS Jetty

I'm wondering about the downsides of each servers in respect to a production environment. Did anyone have big problems with …

java tomcat servlets webserver jetty
How can I view the complete httpd configuration?

I'm trying to figure out what is the full complete configuration of an httpd setup. All the configurations files are …

apache centos apache2 webserver server
Best way to rotate Apache log files

I've got an Apache server that has one access log file that is topping 600MB. This makes it really hard …

apache logging webserver apache2 apache2.4
Difference between web server, application server and database server

I read somewhere that a web application consists of a web server, application server and a database server. What is …

apache web-applications webserver web-hosting htdocs
Configuring nginx to return a 404 when a URL matches a pattern

I want nginx to return a 404 code when it receives a request which matches a pattern, e.g., /test/*. How …

nginx webserver
How to create .pem files for https web server

I'm using the Express framework in Node.js to create a web server. I want the transport is based on …

node.js ssl https webserver pem