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

Search

ONLamp.com
All of O'Reilly
 
 Advanced Search »

Login
Register
Manage Newsletters
Register Your Books

Product Showcase
BEA Learning Channel


Apache Topics

Sites
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
Wireless DevCenter
XML.com
WebServices.XML.com

Affiliate Sites
LinuxQuestions.org
MobileWhack
OSDir.com
Servlets.com
SymbianOne.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




  

A Day in the Life of #Apache
Modify Apache's Server response as an added layer of security

  

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

  

A Day in the Life of #Apache
Tips for making your server run faster

  

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]

O'Reilly Learning LabLinux/Unix SysAdmin Certificate -- Learn system administration skills online and receive certification from the University of Illinois. 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 $200.

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 2.0 Basics
Installing Apache 2.0  In the first of a series of columns, Apache Group developer Ryan Bloom introduces Apache 2.0 and shows you how to get it up and running.   [Apache DevCenter]

HTTP Wrangler
LAMP Lighter: The Apache Toolbox  An overview of the Apache Toolbox, a Swiss army knife of a script, providing a customizable, menu-driven interface to downloading and compiling a LAMP (Linux, Apache, MySQL, PHPherlthon) -- minus the Linux -- installation.   [Apache DevCenter]

Apache 2.0 Basics
Apache Modules  One of the biggest advantages of Apache over other web servers is how easy it is to write powerful modules. In Apache 2.0, modules can now be included as part of other modules to reuse code. Ryan Bloom explains how to take advantage of this.   [Apache DevCenter]

Apache 2.0 Basics
Writing Input Filters for Apache 2.0  Ryan Bloom illustrates how to write input filters for Apache 2.0   [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
January 26, 2005

internetnews.com: New Apache Directory Server Issued "There's a new open source LDAP server out on the block today, courtesy of the Apache Directory Server Project. The new release brings it a step closer to becoming a full project at the Apache Software Foundation (ASF)..." [Source: Apache News by CodingTheWeb.com]

ebizQ: Lausanne, Switzerland Chooses Joint Integration Solution from Attunity and Sunopsis "The City selected a Java development architecture, using Open Source components such as Apache, JBoss and Eclipse, with Oracle on Linux as the RDBMS..." [Source: Apache News by CodingTheWeb.com]

Configuring Apache Addressing some of the more complex issues involved with configuring an Apache Web server [Source: Apache News by CodingTheWeb.com]

Perfect Eclipse and Apache Derby integration Perfect Eclipse and Apache Derby integration The IBM Integration plug-in for Derby provides a seamless integration between Eclipse and Apache Derby. It enables the use of the Derby database JAR files as an installable component to Eclipse. Additionally the ij SQL scripting tool and the Apache Derby Network Server can be run from the Eclipse console. [Source: Apache News by CodingTheWeb.com]

MediaWiki 1.4beta4 released MediaWiki is the collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. It's designed to handle a large number of users and pages without imposing too rigid a structure or workflow. MediaWiki 1.4beta4 is an experimental release, to help flush out remaining major problems in the code prior to a final public 1.4.0 release. It is not recommended to use this beta on a public site unless you're familiar with MediaWiki innards and are willing and able to help diagnose and fix problems that come up. Users of the earlier beta releases should upgrade to keep up with bug fixes. Anyone running a version _earlier_ than beta 3 should upgrade immediately if uploads are enabled due to potential security vulnerabilities on some Apache configurations. Release notes: http://sourceforge.net/project/shownotes.php?release_id=295298 Download: http://prdownloads.sf.net/wikipedia/mediawiki-1.4beta4.tar.gz?download Wiki admin help mailing list: http://mail.wikipedia.org/mailman/listinfo/mediawiki-l Low-traffic release announcements mailing list: http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce Bug report system: http://bugzilla.wikipedia.org/ Play "stump the developers" live on IRC: #mediawiki on irc.freenode.net [Source: Apache News by CodingTheWeb.com]

CBC Open Sources a Website ZeD is Open Source software As of January 6th, 2005, the code base that powers zed.cbc.ca is available under the Apache License 2.0. Our plans Our short term plans involve regular ZeD code drops to this page. The initial target platform for deployment consists of: * Jboss 4.x * Tomcat 5.x * Suse Professional 9.2+ * Java SDK 1.4+ The first release is available here : zed-oss-0.1.tar.gz Why Open Source ? For an idea of#8230; pa href=http://channels.lockergnome.com/news/archives/20050110_cbc_open_sources_a_website.phtmlDirect and Related Links for 'CBC Open Sources a Website'/a/p [Source: Apache News by CodingTheWeb.com]

Lenya Plugging Along While we weren't looking, Apache Lenya became more of a CMS. Originally conceived as a content repurposing platform on top of the Cocoon XML application server, Lenya has slowly a... [Source: Apache News by CodingTheWeb.com]

Interview: Debian Project Leader Martin Michlmayr In this interview, Martin Michlmayr, the Debian project leader, talks about Sarge, the next release of Debian GNU/Linux. One of the most significant improvements in Sarge over Woody, the last stable Debian release, is in the new user-friendly installer. Others include the addition of Apache 2.0.52, GNOME 2.8, KDE 3.2, and XFree86 4.3. [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