- Mar 04, 1998
-
-
Ralf S. Engelschall authored
Adding of new information. Now especially the detailed information about how mod_rewrite internally works which is written down here for better understanding of the directive documentation. I've also painted two initial figures to illustrate this better which are added to htdocs/manual/images/. (Phase 2 will be error correction and markup code cleanup) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80405 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80403 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80402 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80401 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80400 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
It fixes the PR's problem the way Dean initially wanted: On-the-fly without changing any configuration structures. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80399 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
just three days later we have a hot sunny day with 20 degree Celcius... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80398 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
code errors and making sure it is disabled when DBM support is not available on the used platform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80397 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
- Add usage information - Add Linux hint - Correct regex recently added by Ken git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80396 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Same as the voted take 3 but I've replaced the *(cp-N) syntax with cp[-N] because most of us like this one more. Submitted by: Ralf S. Engelschall Reviewed by: Jim Jagielski, Dean Gaudet, Martin Kraemer, Dirk-Willem van Gulik, Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80395 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
collision insurance. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80394 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
already truncated in that case. Joel's patch worked for subrequests (i.e. via #include virtual)... I fixed it to deal with all requests... and I couldn't help but clean up some crufty code in proxy_http_canon(). Submitted by: Joel Truher <truher@wired.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80393 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
the comparisons are done against the url as stored in r->filename... it's kind of lame, but this is just how the proxy works. So for example, if you're using ProxyPass the url stored in r->filename won't match what was passed to parse_uri() ... so r->parsed_uri isn't useful. I reverted to what was before, plus a few performance tweaks I couldn't resist. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80392 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
when I looked at old vs. new logic in this area I don't see the problem that I thought was there. So I think this is closed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80391 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
that would be nice to hide. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80390 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80389 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Support for Linux... which incidentally has an R symbol type for read-only data (this is a gnu feature maybe, it may even be an optional posix thing). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80388 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
And if we're going to do that it seems silly not to export day_snames and make use of that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80387 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80386 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Submitted by: Mark J Cox <mark@awe.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80385 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
there some reason this one is still around? I'm ditching it anyhow unless someone explains why it's necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80384 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80382 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
API routines - and fix a problem with os/unix/os.h and -DHIDE. A similar fix may be needed for the other os/* directories, and a new 'make depend' needs to be run once a default value for the HIDE rule is determined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80381 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 03, 1998
-
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80380 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80379 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80378 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
all of its usages with ap_cpystrn() variants in the past. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80377 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
platforms don't define it although they provide the rand() function :-( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80376 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
and commit an updated version of this header file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80375 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80374 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 1908 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80373 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80371 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80370 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Aha! Now I understand why Martin modified the uri regex the way he did... and I documented it. Fix the "GET //foo/bar" bug. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80368 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
and I documented it. Fix the "GET //foo/bar" bug. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80367 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80366 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
wasting resources trying to solve what may end up being bugs in solaris. PR: 1779, 1854, 1904 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80365 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 02, 1998
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80363 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80362 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
fill the `Committed Code Changes' to make Ken happy ;-) (and update the available votes) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80361 13f79535-47bb-0310-9956-ffa450edef68
-