Apache is configured by placing directives in plain text configuration files. The main configuration file is usually called httpd.conf. The location of this file is set at compile-time, but may be ...
.htaccess files (or "distributed configuration files") provide a way to make configuration changes on a per-directory basis. A file, containing one or more configuration directives, is placed in a ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The most common problem DevOps developers and system administrators encounter when they install ...
Changing the memory settings of your Apache Web server can increase performance of your website, which gives your users a better experience by speeding up page load times and preventing your website ...
You can accomplish this by using the Combined Log Format rather than the default Common Log Format. In your Apache configuration files, search for the CustomLog keyword, and modify it to look like the ...
Recently, I was asked to reorganize some of our Web applications to improve their stability. The major push was to get each of our applications running in its own instance of Tomcat. These ...