You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/28 12:26:06 UTC

[BUG]: "mod-rewrite broke from 1.2b4 to 1.2b6" on Solaris 2.x (fwd)

One for Ralf..

---------- Forwarded message ----------
Date: Mon Jan 27 11:22:38 1997
From: stange@bnl.gov
To: apache-bugs%apache.org@organic.com
Subject: [BUG]: "mod-rewrite broke from 1.2b4 to 1.2b6" on Solaris 2.x

Submitter: stange@bnl.gov
Operating system: Solaris 2.x, version: 2.5.1
Version of Apache Used: 1.2b6
Extra Modules used: rewrite, proxy, agent_log, refererlog
URL exhibiting problem: 

Symptoms:
--
we rewrite some URL's from

http://.../people/username to the relevant home directories.
This is done so that the people don't actually need
accounts on the server.  The automounter takes care
of some of the work.

Here are the rewrite rules:

RewriteEngine on
RewriteRule /people/([a-z0-9A-Z]+)$ /people/$1/ [L,R]
RewriteRule /people/([a-z0-9A-Z]+)/$ /users/$1/www/ [L]
RewriteRule /people/([a-z0-9A-Z]+)/(.*) /users/$1/www/$2

Somehow, it's mapping /people/stange/index.html
into /use

This works correctly in 1.2b4.

--

Backtrace:
--

--