Managing Logs in Apache
The two log files that most Apache setups generate are access.log and error.log. You can also choose to add more logging for things like URL rewriting, or gzip compression. As these logs grow in size and number, they become harder to manage. Learn how to manage logging more easily in Apache.
Read more here: Managing Logs [...]
Apache Basics, Visited
The Apache Web server is a highly specialized software application used to serve billions of Web pages daily. The Apache Web server is the single most used Web server on the Internet today. In this article, we look at how to configure the program. By Thomas Valentine. 0129
View original post here: Apache Basics, Visited
[...]
How to Create an Ajax Autocomplete Text Field
In the last article, you learned how AJAX can be used to link the contents of a select field to a parent one. Now we’re going to use AJAX to create an Autocomplete text field using the Eclipse Web Tools Platform with the Apache Tomcat server. By Rob Gravelle. 0326
The rest is here: How to [...]


