https://bz.apache.org/bugzilla/show_bug.cgi?id=58789

Eric Covener <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #12 from Eric Covener <[email protected]> ---

> But as William A. Rowe Jr. said, this bug is easily reproduceable. Install a
> fresh Apache server and allow htaccess (AllowOverride) on subdiectories to
> be interpreted by Apache. After that create these files on you public_html
> directory:

I didn't get that sentiment from Bill's updates.  Any way, it works just fine
for me:

$ cat built/htdocs/.htaccess built/htdocs/1/.htaccess
built/htdocs/1/2/.htaccess built/htdocs/1/2/3/.htaccess
HEADER SET FOO ROOT
HEADER SET FOO SUB1
HEADER SET FOO SUB2
HEADER SET FOO SUB3


$ wget -S http://localhost/1/2/3/index.html -O- 2>&1 |grep FOO:
  FOO: SUB3
$ wget -S http://localhost/1/2/index.html -O- 2>&1 |grep FOO:
  FOO: SUB2

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to