Google Anlytics shows that average time a visitor spends on our site is: 12min. 23sec. Think about how Your Ad would look like here.
04/19/2008 Relevance: 7.26Security with Apache is an important topic, of which SELinux is a part. However, the frustration that results in trying to manage SELinux and how it relates to an Apache Web Server is huge. Most of the time, administrators bail and shut down SELinux because they do not have the time to correctly configure the system. SELinux can be a key to good security for the Apache daemon. This tutorial with help you develop several skills that will provide some level of SELinux management for the Apache Web Server.Search further
05/12/2007 Relevance: 7.13Need to program Apache modules from the ground up or figure out what someone else's module is doing behind the scenes? Help is now at hand. Find out ifThe Apache Modules Book is the definitive guide to both that you've been looking for.Search further
01/24/2008 Relevance: 7.04The Apache Web server (Apache) comes with a powerful logging framework. In the default configuration, Apache logs all errors to an error log and all access requests to an access log. The default level of logging is sufficient for analyzing traffic patterns and for getting basic information about errors, but it may be inadequate for troubleshooting purposes. Familiarity with all the logging features can help you troubleshoot the Web server or applications hosted on Apache.Search further
03/13/2008 Relevance: 7.03I've been studying Apache security lately and ran across a very good book on it written by Ryan Barnett called"Preventing Web Attacks with Apache". I am really impressed with this book that was published in 2006. Barnett covers things that I didn't even know existed in Apache before I started reading this. I have the O'Rielly book"Apache Security" and have to say that this book so far outstrips the O'Rielly book that it isn't even funny. To be fair"Apache Security" doesn't cover much to do with web application security, and the Barnett book covers it in depth.Search further
02/07/2007 Relevance: 6.89In October, we developed a simple HelloWorld module. Last week, my book finally appeared in print. To celebrate the happy event, let's take a look at the more advanced topic of how Apache 1's fixed request processing morphed into a new and more flexible framework in Apache 2.Search further
11/25/2008 Relevance: 6.77In this article we will be focusing on migrating from Apache to Lighttpd web server. Lighttpd is the perfect solution for every server that is suffering load problems, as it has a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set, such as FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting, and many more. Apache is still the most common web server used today, so while we wait for Lighttpd's world domination, the migration from this server warrants its own article. As this article is on Lighttpd and not on Apache, it assumes some knowledge of the Apache configuration.Search further
03/14/2007 Relevance: 6.68This guide is going to describe the steps to get the mod_dav_svn module to work on an Apache web server. First I will assume that we do not have Apache and Subversion installed on our FreeBSD box, in a second part I will explain how to add the module using our current installation.Search further
04/05/2007 Relevance: 6.59An open source initiative to reverse gains for Microsoft web server software appears to be using edited server headers to try and improve the showing of the Apache web server. Sites using the Open Source Parking service report that they are running on Apache, but appear to actually be hosted on lighttpd. Both Apache and lighttpd are open source web servers, but Apache leads in the Netcraft survey with a 59 percent market share, while lighttpd is a newcomer with just 1.2% share.Search further
12/17/2008 Relevance: 6.48The OpenBSD, Apache, MySQL, and PHP (oBAMP) platform provides a powerful point of departure for the creation of dynamic web content. Learn the procedures for running OpenBSD 4.4 with Apache SSL, MySQL 5, and PHP 5.[I haven't tried this yet, but explanations on how to deal with dynamic Web content in OpenBSD's chrooted Apache environment are few and far between. - Steven]Search further
10/01/2006 Relevance: 6.47Tomcat can use the Apache Portable Runtime to provide superior scalability, performance, and better integration with native server technologies. The Apache Portable Runtime is a highly portable library that is at the heart of Apache HTTP Server 2.x. APR has many uses, including access to advanced IO functionality (such as sendfile, epoll and OpenSSL),OS level functionality (random number generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets).View for details: http://tomcat.apache.org/tomcat-5.5-doc/apr.htmlSearch further