spacer
spacer spacer spacer


spacer
spacer
spacer

Apache Content

All Articles

Apache Web-Serving With Mac OS X

Apache 2.0 Basics

HTTP Wrangler

Apache FAQs

Documentation


Apache Topics

Apache Modules

Building/Compiling

CGI

Community

Configuration

Getting Started

Installation

Jakarta/Jserv

LDAP

Mac OS X

Security

Tools


ONLamp Subjects

Linux

Apache

MySQL

Perl

PHP

Python

BSD

Security

Article Feeds

spacer spacer spacer

ONLamp Blog Feeds

spacer spacer spacer



spacer spacer

News


The Java parade: What about IBM and Apache? - It's unlikely IBM or Apache will lead the Java community.
by Mike Loukides
Why did Mike Loukides leave IBM and Apache out of his recent piece, "Who leads the Java Parade?" Because — despite good reasons — they both opted out.

Developer Week in Review: Christmas in July for Apache - Apache adds to their donated portfolio and your travel-patent guide to East Texas.
by James Turner
In the latest Developer Week in Review: Apache gets a gift of code from IBM, and a handy patent / travel guide for your next trip to East Texas.

Developer Week in Review: The other shoe drops on iOS developers - iPhone devs may need lawyers, Apache gets a new project, and Java programmers abuse a pattern
by James Turner
If you were an iOS developer, you may have gotten to meet a process server in person this week, as Lodsys doles out the first batch of lawsuits. Oracle gave Apache the keys to OpenOffice, and told them to take it out for a spin, and your faithful editor vents about a commonly overused Java pattern.

Four short links: 31 March 2011 - Historic Debt, Historic Naming, Autonomous Quadcopter, and Entrepreneurial Thought
by Nat Torkington
Debt: The First 5,000 Years -- Throughout its 5000 year history, debt has always involved institutions - whether Mesopotamian sacred kingship, Mosaic jubilees, Sharia or Canon Law - that place controls on debt's potentially catastrophic social consequences. It is only in the current era, writes anthropologist David Graeber, that we have begun to see the creation of the first...

Developer Week in Review - Tomcat purrs, Amazon dictates, and HTML5 brands
by James Turner
In this edition of Developer Week in Review: there's a new Tomcat in town; Amazon sets app prices; and HTML5 may be a work in progress, but now it's got a logo.

Developer Week in Review - Intel opens an app store, Apache fumes over Java, old software Microsoft should open source, Apple updates on the way
by James Turner
In this edition of Developer Week in Review: Intel opens an app store, Apache is peeved at Oracle, Microsoft open sources a language you've probably never heard of, and Radar detects an incoming salvo of point-releases from Apple.

Getting Drupal and mod_security to Play Nicely Together on Red Hat 5.x Servers
by Caitlyn Martin
Deploying Drupal on an Apache web server with mod_security or adding mod_security to an Apache server with Drupal running should be as easy as installing the relevant packages. Unfortunately, on Red Hat Enterprise Linux (RHEL) 5.4 and 5.5 servers it just isn't so.

The SMAQ stack for big data - Storage, MapReduce and Query are ushering in data-driven products and services.
by Edd Dumbill
We're at the beginning of a revolution in data-driven products and services, driven by a software stack that enables big data processing on commodity hardware. Learn about the SMAQ stack, and where today's big data tools fit in.

From Apache to Health and Human Services - Apache co-founder Brian Behlendorf discusses the CONNECT health data project.
by Andy Oram
In this podcast interview, Apache co-founder Brian Behlendorf discusses the CONNECT project and the role data can play in improving patient care and the medical system.

Four short links: 26 May 2010 - Reading Outlook in Open Source, Android Tablets, Websocket Editing, Jabber for Node.js
by Nat Torkington
PSTSDK -- Apache-licensed code from Microsoft to read Outlook files. Covered by Microsoft's Open Specification Promise not to assert related patents against users of this library. Cheap Android Tablet -- not multitouch, but only $136. Good for hacking with in the meantime. (via Hacker News) Real-Time Collaborative Editing with Websockets, node.js, and Redis -- uses Chrome's websockets alternative to...

Four short links: 15 March 2010 - Digital Libraries, Story Analysis, Scriptable Google Apps, Forensic Rooting
by Nat Torkington
There's a Rootkit in the Closet -- lovely explanation of finding and isolating a rootkit, reconstructing how it got there and deconstructing the rootkit to figure out what it did. It's a detective story, no less exciting than when Cliff Stohl wrote The Cuckoo's Egg. This and more in today's Four Short Links.

What's New in O'Reilly Answers - Editing .mp4 files, considering ebook readers, background images in Dreamweaver, Apache help and much more!
by O'Reilly Media
Editing mp4 files with Final Cut Pro or other Mac based applications What is the best ebook reader these days? Dreamweaver background image about .bash_history file Is it standard practice to give the web user apache full read/write/execute privileges to the files and folders within the webroot? Share knowledge, ask questions on O'Reilly Answers today.

Announcing O'Reilly Answers - Clever Hacks. Creative Ideas. Innovative Solutions.
by Allen Noren
We're launching the beta of O'Reilly Answers, and I'm inviting you to be part of it. In brief, O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). O'Reilly is at the center of an amazing exchange of knowledge sharing and idea generation, and we want you to join us in changing the world by spreading the knowledge of innovators.

Installing Instant Rails on Windows
by Simon St. Laurent
Instant Rails is getting old, but it's still a quick way to install Rails and start coding. This screencast shows how to download and install Instant Rails, and shows off how it works with a simple example from Chapter 2 of Learning Rails.


Caching Dynamic Content with Apache httpd  Dynamic websites tend to be easier to manage than large collections of similar static files, but they often get many times more reads than they do writes. Every database hit and page generation can eat up precious CPU cycles. Rich Bowen shows off mod_cache, which trades disk space or memory for CPU and can help improve performance on your servers.   [ONLamp]

Scaling Dynamic Websites with Apache Modules  Yogesh Makwana and Syvum Technologies had a problem: their application, hosted on a shared server, used too much CPU time and had grown unresponsive. Moving to a virtual private server and using the appropriate Apache modules and architecture brought their costs and response times and load averages under control. This case study explores their technique.   [Apache]

What's New in ModSecurity  Two years ago, Ivan Ristic introduced ModSecurity, an Apache httpd module to increase the security and safety of web applications. Now his team has released version 1.9 with many features and improvements. Here's why you should use ModSecurity.   [Apache]

Sending Apache httpd Logs to Syslog  Apache httpd's standard text logfiles are well understood and useful, but sometimes they're not the best option. The mature and flexible Unix syslog system offers plenty of opportunities to improve reporting and security. Rich Bowen explains how to join these two systems together.   [Sysadmin]

A Day in the Life of #Apache  Rich Bowen is back with another installment in his occasional series based on conversations on #apache. In this article, Rich discusses a particular Apache Web Server annoyance, the Options directive, and he explains how it works and why it does what it does. Rich is a coauthor of O'Reilly's Apache Cookbook   [Apache DevCenter]

Apache's eXtended Server Side Includes  In the early days of web publishing, SSI was an easy way to include dynamic content in pages. Though large server-side application frameworks have more popularity, SSI lives on--especially in Apache XSSI. Kostas Pentikousis demonstrates how XSSI makes it possible to build powerful, clean, maintainable, and fast web sites.   [ONLamp.com]

Custom-Compiling Apache and Subversion  Subversion is a useful, powerful, and modern revision-control system that builds on well-understood and powerful tools including Apache. This layering has many benefits--and drawbacks, if the defaults aren't quite right for you. You can compile them yourself, though; Manni Wood demonstrates how.   [ONLamp.com]

A Day in the Life of #Apache  Rich Bowen is back with another installment in his ongoing series based on conversations on #apache. This week, he provides examples of using RewriteMap--which are lacking in its documentation and online--in this mini-tutorial. Rich is a coauthor of O'Reilly's Apache Cookbook.   [ONLamp.com]

Important Notice for Apache DevCenter Readers About O'Reilly RSS and Atom Feeds  O'Reilly Media, Inc. is rolling out a new syndication mechanism that provides greater control over the content we publish online. Here's information to help you update your existing RSS and Atom feeds to O'Reilly content.  [ONLamp.com]

Writing Apache's Logs to MySQL  Adding a few performance statistics to your Apache httpd logs can help you profile your applications. Digging through flat files for information is a drag, though. Logging to a relational database can make reporting and analysis much more convenient. Chris Josephes demonstrates how to install and configure mod_log_mysql and shows off what you can do with it.   [ONLamp.com]

Profiling LAMP Applications with Apache's Blackbox Logs  Benchmarking LAMP sites can be tricky; how do you know which pages or applications need tuning? Fortunately, you can easily tune your Apache logs to provide more useful profiling information. Chris Josephes explains a Blackbox log format for Apache httpd.   [Apache DevCenter]

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]

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]


gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.