dgaudet 99/08/03 02:27:42
Modified:src CHANGES
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
> This patch includes fix for rewritelock in vhost problem and makes program
> map writes atomic if writev is available.
>
> -Dima
PR:
coar98/07/23 04:34:02
Modified:src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Add some capability for setting the Vary response field when
mod_rewrite makes changes based upon request fields. This is
by no means a complete treatment of the problem (r
rse 98/07/11 03:56:09
Modified:src CHANGES
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
mod_rewrite created RewriteLock files under the uid of the parent process,
thus the child processes had no write access to the files. Now a chown() is
done to
rse 98/05/29 01:32:41
Modified:src CHANGES
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Change usage of perror()+fprintf(stderr,...) in mod_rewrite to more proper
ap_log_error() variants. Same Brian has done for the other modules, BTW.
Revision
rse 98/05/28 04:09:47
Modified:src CHANGES
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Upgrade the child spawning code in mod_rewrite for the RewriteMap programs:
ap_spawn_child_err() is used and the Win32 case now uses CreateProcess()
instead of
rse 98/05/20 08:34:28
Modified:src CHANGES
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Step 1/2 for repairing mod_rewrite after the recent child spawning changes
(child_info *pinfo !!). This is the easier part: We just avoid fiddling with
the pin
rse 98/03/06 05:47:42
Modified:src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Inline the proxy availability check because the existence of the function
is_proxy_available() is historical and from days where no find_linked_module()
function existed and where this was a
rse 98/03/06 04:52:59
Modified:src CHANGES
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Avoid the flock()<->fork() problematic by giving each child an
own file descriptor instead of a shared one.
Revision ChangesPath
1.692 +11 -0
rse 98/03/05 02:21:27
Modified:src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Shuffle #includes and #defines into private header file
to have all this stuff at a single point for clear layout.
Revision ChangesPath
1.84 +0 -33 apache-1.3/src/modules/s
rse 98/03/04 05:55:11
Modified:src CHANGES
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Ok, here it comes: the last bugfix for mod_rewrite on my TODO list.
It fixes the PR's problem the way Dean initially wanted:
On-the-fly without changing any co
rse 98/03/04 05:17:01
Modified:src CHANGES
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Reanimate the DBM support for RewriteMap in mod_rewrite by fixing two source
code errors and making sure it is disabled when DBM support is not available
on th
rse 98/02/24 08:40:54
Modified:src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
just cosmetics:
- remove trailing spaces on lines ([ \t]+$)
- break lines which still were over 79 chars
- typos
Revision ChangesPath
1.71 +234 -228 apache-1.3/src/modules
rse 98/02/24 05:39:12
Modified:src CHANGES
htdocs/manual/mod mod_rewrite.html
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
First part to fix the synchronization-locking for RewriteMap programs under
Unix derivates who doesn't accept t
13 matches
Mail list logo