PageXchanger

I get occasional questions from people reading my A List Apart article on mod_rewrite looking for an equivalent module for IIS. Another reader had found one back in 2000, and here’s another:
Port 80 Software’s PageXchanger is a plugin for Microsoft’s IIS that provides mod_rewrite and mod_negotiation functionality.

mod-rewrite.com

A site for all things mod_rewrite, the swiss army knife of Apache modules.
They have links to several references on the module, as well as a discussion board you can go to for help.

We’ve Moved

Okay, the relocation to the new server is done. Let me know if you run across anything broken.

The Hidden Power of mod_proxy

Pier Fumagalli, over at the Cocoon developer’s wiki, explains using Apache’s built-in proxy, instead of additional modules, to wire your servlet engine into your primary web server. Since this stuff works right out of the box, it’s a worthy subsitute for mod_jk, mod_webapp, etc.
I was turned on to this a couple weeks back when, by [...]

CocoonWiki: GettingStartedWithFlow

[ via Erik Thauvin ] Cool, in Cocoon 2.1 you can write components in JavaScript.

mod_throttle on Mac OS X

Over at the Red Shed, Jon’s built mod_throttle for the Apache that ships with Mac OS X, now you’re ready for getting Slashdotted, and or attacks on your MT comments by Freepers.

Redirects and Moveable Type Archives

I wrote up a response to a LazyWeb request for a script to generate mod_rewrite rules to support a change in naming Movable Type archive files. However, mod_rewrite alone does not solve the problem. Jonathan Delacor summarizes several approaches to the problem.

Customizing Ultraseek

CustomUltraseek is an independent site for developers and administrators using Verity’s* Ultraseek search engine.
I used Ultraseek back at EPRI in the late 1990’s, and was impressed with the ample hooks for customizing it through Python.
Since I worked with it last, Ultraseek has been updated to consume and index PDFs, Office documents, and XML.
* Verity [...]

Reducing Mod_Rewrite Complexity

Tuesday was spent looking at the baroque set of mod_rewrite rules on the intranet’s Apache server. The module is a wonderful thing, but the more rules to apply, the greater the load on the server.
I’m using mod_rewrite to turn
http://www.example.org/some/path.html
into
http://www.example.org/handler/display.cgi?path=/some/path.html
That’s an easy enough rewrite rule, but even if you apply [L] to stop applying rewrite rules, [...]

New PHP/Sablotron binaries for Mac OS

Over at Bitflux, Christian’s announced a package installer of Apache/PHP with the XML extensions (DOM/Sablotron) for OS X. He had to rebuild Apache to get around conflicts, as well as build Sablotron with gcc2. The package installs everything in a different collection of directory trees, so there’s no conflict with your existing Apache server.

Dive into mod_rewrite

Comrade Engineer Pilgrim uses mod_rewrite as a way to solve the multiple broken CSS implementation problem without resorting to parser bug exploits.

Siege: an Open Source Web Server Stress Tester

Siege is a stress test tool for web servers. It’s written in C, and based on Lincoln Stein’s torture.pl.
It does not have the function set of JMeter, but if you want to verify your server will not fold when flooded with requests, this is a good first step.

PEAR on Mac OS X

How to get PEAR up and running on Mac OS X.
Link

Running QT Streaming Server @ Home

I don’t believe Apple supports Quick Time Streaming Server on anything other than OS X Server, but don’t let that stop you.

XML and I18N by Sander van Zoest

[ via Jeremy Zawodny ] To read: XML and Internationalization. Why is it called I18N? Because there are eighteen letters between the ‘I’ and the ‘N’.