Apache DevCenter
O'Reilly Network.oreilly.comSafari Bookshelf.Conferences. Sign In/My Account | View Cart   
Articles Weblogs Books Learning Lab eDocuments  
advertisement

SAP TechEd '05. Learn to innovate. Register by July 22 & save 15%.

Search

ONLamp.com
All of O'Reilly
 
 Advanced Search »

Login
Register
Manage Newsletters
Register Your Books


Apache Topics

Sites
codezoo.com
LinuxDevCenter.com
MacDevCenter.com
WindowsDevCenter.com
Mozilla DevCenter
ONDotnet.com
ONJava.com
ONLamp.com
Apache
BSD
MySQL
PHP
Python
Security
OpenP2P.com
Perl.com
Policy DevCenter
SysAdmin
Wireless DevCenter
XML.com
WebServices.XML.com

Affiliate Sites
LinuxQuestions.org
OSDir.com
Servlets.com

Resource Centers
Bioinformatics
C/C++
Databases
Digital Media
Enterprise Development
Game Development
Java
Linux/Unix
Macintosh/OS X
.NET
Open Source
Oracle
Perl
Python
Scripting
Security
SysAdm/Networking
Web
Web Services
Windows
Wireless
XML  

Atom Feed
RSS Feed
RSS Feed
Using our RSS Feeds


Related O'Reilly Books

Traveling to
a tech show?

Search Discount Hotels
Niagara Falls Hotels
New York City Hotels
Vancouver Hotels
Orlando Hotel Search
Dallas Hotels, Texas
Las Vegas, Nevada Hotels
France Hotels


ONLamp.com
supported by:

Web Directory
Mortgage Leads




  

A Day in the Life of #Apache
A mini-tutorial to help you use RewriteMap

  

Writing Apache's Logs to MySQL
The advantages of logging to a database

  

Profiling LAMP Applications with Apache's Blackbox Logs
Configuring your logs to enable profiling.

  

A Day in the Life of #Apache  If you've tried editing in WebDAV, you've likely encountered a permissions problem, as well as the problem of needing to edit your PHP files. Rich Bowen has a simple and effective solution to both of these problems in his latest #apache column. Rich is a coauthor of O'Reilly's Apache Cookbook.   [ONLamp.com]

A Day in the Life of #Apache  Rich Bowen is back after a hiatus with another column based on his conversations on the IRC channel #apache. Rich explains why it is in fact possible to run name-based SSL virtual hosts on Apache. Rich is a coauthor of O'Reilly's Apache Cookbook.   [ONLamp.com]

O'Reilly Learning LabLinux/Unix SysAdmin Certificate Special -- Learn system administration skills online and receive certification from the University of Illinois Office of Continuing Education. Courses include: The Unix File System, Networking and DNS, Unix Services (including email and web servers), and Scripting for Administrators with Sed, Awk, and Perl. It's all at the O'Reilly Learning Lab. Enroll today and save 40%.

A Day in the Life of #Apache  In this month's column, Rich Bowen tackles an Apache security issue. Learn how to configure Apache to send a different Server response so no one can identify what version of Apache you're running or any of the modules you have installed. The less information your server reveals, the safer it will be from crackers. Rich is a coauthor of O'Reilly's Apache Cookbook.   [ONLamp.com]

A Day in the Life of #Apache  Rich Bowen is back this month after a brief summer hiatus with his latest column based on his conversations on the IRC channel #apache. Want to know how to make your web site faster? Rich has some tips to enhance your server's performance. Rich is a coauthor of O'Reilly's Apache Cookbook.   [ONLamp.com]

A Day in the Life of #Apache  In Rich Bowen's latest column based on his conversations on the IRC channel #apache, he attempts to answer a question that comes up at least once a day, but which doesn't have one clear answer: whether to use Apache 1.3 or 2.0. Find out why the answer is not a simple one. Rich is a coauthor of O'Reilly's Apache Cookbook.   [Apache DevCenter]

A Day in the Life of #Apache  File permissions are a major topic of conversation on #apache -- the IRC channel on which Rich Bowen often lends a helping hand. In this latest article in the series based on his #apache conversations, Rich covers the hows and whys to setting up file permissions on Unix machines. Rich is a coauthor of Apache Cookbook.   [Apache DevCenter]

A Day in the Life of #Apache  In this latest installment in the series based on his conversations on the IRC channel #apache, Rich Bowen walks through three error condition scenarios administrators have encountered and shows what to do about them, in order to create a more welcoming, less "Forbidden" web site for end users. Rich is the coauthor of O'Reilly's Apache Cookbook.   [Apache DevCenter]

A Day in the Life of #Apache  In this latest installment in the series based on his conversations on the IRC channel #apache, Rich Bowen takes you on an interesting trip through the history of mod_imap, and why some modules hang around long after they're no longer in use. Rich is a coauthor of O'Reilly's Apache Cookbook.   [Apache DevCenter]

A Day in the Life of #Apache  Rich Bowen tackles yet another common Apache dilemma in the latest installment in this series based on his conversations on the IRC channel, #apache. This week he delves into the sometimes confusing world of modules: when to enable them, when to disable them, and why.   [Apache DevCenter]

Cooking with Apache, Part 3  We've three more samples this week from O'Reilly's Apache Cookbook to tempt you with. Learn how to set up authentication requirements for a proxied server, how to optimize performance of symbolic links, and how to solve the "trailing slash" problem.   [Apache DevCenter]

A Day in the Life of #Apache  In this installment of his new series based on conversations on the IRC channel, #apache, Rich Bowen tackles configuration issues in the sometimes bewildering world of virtual hosts. By the time he's through, Rich will have even the most confused Apache administrator creating a functioning virtual host configuration. Rich is coauthor of the recently released Apache Cookbook.   [Apache DevCenter]

Cooking with Apache, Part 2  At the end of 2003, we published our first batch of recipes from O'Reilly's Apache Cookbook. This week, we've excerpted three more samples. Find out how to make part of your web site available via SSL, how to place a CGI program in a directory that contains non-CGI documents, and how to redirect a 404 ("not found") page to another page (such as the front page of the site) in these latest samplings.   [Apache DevCenter]

Introducing mod_security  Every layer of security you can add is one more deterrent for the bad guys. Writing (or choosing) secure code is important, but it's not the only defense. Ivan Ristic, creator of mod_security, explains how this Apache module can turn back potential attacks before they reach your code.   [Apache DevCenter]

Cooking with Apache  The recently released Apache Cookbook contains over 100 solutions to problems that webmasters, web administrators, programmers, and anyone who works with Apache have come upon at one time or another. This week we've excerpted sample recipes from the book that contain solutions to problems with virtual hosting, highlighting PHP source, and enabling WebDAV.   [Apache DevCenter]

A Day in the Life of #Apache  Rich Bowen, coauthor of Apache Cookbook, spends a lot of time on IRC fielding Apache questions. In this inaugural article to launch a new series based on his conversations on #apache, the IRC channel that runs on the irc.freenode.net network, Rich chronicles a user's troubles getting his .htaccess file working, and he shows what you can do to solve the problem.   [Apache DevCenter]

Features
Enterprise Application Integration using Apache Cocoon 2.1  A case study of using Cocoon to build a web-based travel agency desktop system, integrating several backend systems.   [XML.com]

Single Sign-on for Your Web Applications with Apache and Kerberos  In this article, Jason Garman, author of Kerberos: The Definitive Guide, walks you through the implementation of SPNEGO, which allows for single sign-on of your web applications with Apache and Kerberos. Once you've performed these steps, clients who access the protected area of your Apache web server will transparently pass their domain credentials to your web server, with no separate username or password prompts.   [ONLamp.com]

Simplify Your Life with Apache Virtual Hosts  Not every web site needs its own server or IP address. Apache and HTTP 1.1 both allow different sites to share a single box and a IP address. Russell Dyer explains how virtual hosts can make your life easier as a web developer and a system administrator.   [Apache DevCenter]

Security Alerts
New Apache  Noel Davis looks at a new release of Apache, and problems in fileutils, coreutil, anonftp, Kpopup, CUPS, Libnids, PostgreSQL, thttpd, mod_security, and the Linux Java Installer.   [Linux DevCenter]

Ant and AppleScript  Tools from the AppleScript and Java communities can help each other create new things. For example, programmers can use Ant to help develop AppleScripts, and AppleScript can help produce Java applications. David Miller shows you how to make it all stick together.  [MacDevCenter.com]

Python and Apache  Peter Laurie, coauthor of Apache: The Definitive Guide, 3rd Edition, tests out Python for the first time in an attempt to cover the interface between Apache, Python, and MySQL. He takes a line-by-line look at an example Python script. Once you have this script working, you can elaborate on it to do other e-commerce jobs.   [Apache DevCenter]

Newbies Find Help in O'Reilly's Latest Apache Book  The latest edition of Apache: The Definitive Guide explains all of the core capabilities of Apache and how to use them. It also includes new, introductory information geared toward webmasters who are just getting started using Apache. Coauthor Peter Laurie explains why this new material was added to the book.   [Apache DevCenter]

Multiuser Subversion  Your source code is too important to be left to chance. Having introduced Subversion, Rafael Garcia-Suarez demonstrates how to use it for multiuser, distributed projects. What can this modern, powerful source-control system do for you?   [Apache DevCenter]

Single-User Subversion  Revision control isn't just for distributed, multi-developer teams. Rafael Garcia-Suarez introduces Subversion and explains how to use it for personal projects.   [Apache DevCenter]

Apache 2.0 Basics
Writing Filters for Apache 2.0  In his third column on Apache 2.0 Basics, Ryan Bloom introduces filters, new in the second version. Filters let one module modify the output of another module, relying on the Apache vision of web pages as chunks of information that can be assembled and reorganized.   [Apache DevCenter]

Industrial-Strength Webcasting with mod_mp3  The Apache module mod_mp3 turns your web server into an MP3 server, comparable to media servers like those from RealNetworks and Apple's QuickTime division. Additional features, like compatibility with RSS 1.0, let you syndicate your audio stream, or subscribe to others' webcasting stations.   [Apache DevCenter]



Apache Cookbook 
Recipe of the Day

You want to record the values of arbitrary fields clients send to their request header, perhaps to tune the types of content you have available to the needs of your visitors.

Do it now.


Today's News
July 06, 2005

Linux & Scaling: the Essentials Linux and Apache, I propose, have changed the face of scaling and Internet serving forever. This brief article summarizes my experiences with scaling and its essential ingredients. Complete article [Source: Apache News by CodingTheWeb.com]

internetnews.com: BEA Widens Open Source Support JavaOne: "...BEA Systems is adding support for the Spring Framework for developing Java-based Web applications, and the open source Web application framework, Apache Struts..." [Source: Apache News by CodingTheWeb.com]

NewsForge: LAMP Made Easy with XAMPP "The XAMPP download includes more than just Apache, MySQL, PHP, and Perl. It also includes a number of related open source packages..." [Source: Apache News by CodingTheWeb.com]

LAMP made easy with XAMPP The LAMP (Linux, Apache, MySQL, PHP/Perl) software stack is emerging as a popular and cost-effective Web development platform. This is understandable given that it comprises a free operating system, Web server, database, and scripting language. However, a problem with having a number of separate open source components is integration. The XAMPP project aims to eliminate this problem. With XAMPP, there is no reason for developers to skip over an open source solution when considering Web development platforms. [Source: Apache News by CodingTheWeb.com]

Install PHP 5 on Windows How to install PHP 5 Apache 2 MySQL 4.1 SQLite SQLite Manager and XSLT on Windows [Source: Apache News by CodingTheWeb.com]

Solaris Containers Feature "This document explains the use of the Solaris Containers feature found in the Solaris 10 Operating System. With this feature, you can segregate different tasks on the same machine so they operate as if they were on different systems. Demonstrating this feature can potentially encourage customer adoption. The target is to configure the Solaris 10 OS to have two zones: one running Oracle 10g database and the other with Apache Tomcat 5.5.4 application server accessing the Oracle 10g database. [Source: Apache News by CodingTheWeb.com]

OSNews: The Java Open Source Debate "The recent announcement from Apache regarding their plans to embark on their own J2SE implementation called Harmony has re-ignited the long-running Java/OSS debate..." [Source: Apache News by CodingTheWeb.com]

LinuxPlanet: Review: XAMPP--An Apache Server Stack "The cornerstone of most open source application serving is the ubiquitous LAMP (Linux Apache MySQL PHP/Python/Perl) stack. Yet it's not always as easy as you'd expect to get all the elements of the stack properly installed and working together. Enter XAMPP..." [Source: Apache News by CodingTheWeb.com]

Sponsored by:




Contact Us | Advertise with Us | Privacy Policy | Press Center | Jobs

Copyright © 2000-2005 O’Reilly Media, Inc. All Rights Reserved.
All trademarks and registered trademarks appearing on the O'Reilly Network are the property of their respective owners.

For problems or assistance with this site, email