1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-05 05:30:39 +03:00
Commit Graph

285 Commits

Author SHA1 Message Date
Igor Galić
9e13f91e68 ./build.sh all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036321 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 03:04:07 +00:00
Jeff Trawick
562d7b0ec2 generated changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032566 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 13:16:11 +00:00
André Malo
3d27809a99 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032056 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 13:54:21 +00:00
Eric Covener
f5c6d49d69 PR#29538: ErrorLog syslog facility can't be changed per-virtualhost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031579 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 14:15:23 +00:00
Eric Covener
9f59f39baf PR#44758: document LimitRequestBody vs. proxy
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031564 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 13:55:38 +00:00
Rich Bowen
d98fa47103 Documents undocumented directive. PR42912
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031133 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 18:35:31 +00:00
Igor Galić
beab0a78a5 Explain that Options [+-]?Multiviews doesn't make any sense anywhere outside <Directory>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031111 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 17:58:22 +00:00
Rich Bowen
1f6696f2f7 Change mentions of 'Deny from' and 'Allow from' to new Require syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031084 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 17:12:35 +00:00
Eric Covener
544b18af99 PR45017: document obscure GprofDir directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031055 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 16:08:31 +00:00
Rich Bowen
516641e8e1 Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029692 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 15:01:41 +00:00
Rich Bowen
7893d3f5ed Correct context for LimitRequest*, as per bug 7741
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028776 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 14:42:15 +00:00
Rich Bowen
726f4ce5d8 Add teensy clarification to the introductory paragraph for the
ServerName directive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023846 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 15:26:57 +00:00
Stefan Fritsch
bfeead031f update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1021927 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12 21:18:01 +00:00
Graham Leggett
88839d1f77 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1021548 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 23:35:29 +00:00
Rich Bowen
57a5f53ef3 Mention specific error message that people might come searching for.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1003164 13f79535-47bb-0310-9956-ffa450edef68
2010-09-30 17:01:39 +00:00
Igor Galić
7f69a48b1b Documentation for r1002415.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1002427 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29 00:23:31 +00:00
Rich Bowen
b3144808f0 Rebuild generated files - new mod_cache directives and changes to the
env var documentation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001705 13f79535-47bb-0310-9956-ffa450edef68
2010-09-27 12:35:16 +00:00
Graham Leggett
9660e337e6 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@996396 13f79535-47bb-0310-9956-ffa450edef68
2010-09-12 23:18:26 +00:00
Stefan Fritsch
800bdf5581 update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992810 13f79535-47bb-0310-9956-ffa450edef68
2010-09-05 16:01:15 +00:00
Eric Covener
636a81a7bc remove another reference to DirectoryMatch matching unmatched subdirectories
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990094 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 10:51:33 +00:00
Eric Covener
579ab22775 PR49809: Allow DirectoryMatch to match the EOL character ($). and
stop applying to subdirectories (that don't also match the regex) implicitly.  

The manual already uses DirectoryMatch syntax that assumes this in other places!



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990091 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 10:46:02 +00:00
Rainer Jung
4a2b5e06c2 Update transormations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988078 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 11:34:55 +00:00
Rainer Jung
34b87f8548 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987862 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22 10:37:28 +00:00
Daniel Earl Poirier
8f2f7c1807 Update transforms and add some html and meta files generated from new pages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987255 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 18:05:20 +00:00
William A. Rowe Jr
41c2aed7da It seems we haven't built in some time
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981360 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 03:48:08 +00:00
Igor Galić
80c11dcf59 Fixing minor typo in sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955184 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 10:27:52 +00:00
Stefan Fritsch
5e9890cbb7 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951906 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 17:21:45 +00:00
Rich Bowen
4c72a04e08 Descriptions of how things used to be in 1.3 just confuse people.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932385 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 12:34:46 +00:00
Rich Bowen
6a14647754 Rebuild various transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930606 13f79535-47bb-0310-9956-ffa450edef68
2010-04-04 01:28:18 +00:00
Graham Leggett
db53b0ad4f Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928922 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 22:32:37 +00:00
Rich Bowen
b4d0761857 'Apache' => 'Apache HTTP Server" etc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926419 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23 00:54:41 +00:00
André Malo
3e862e7f90 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@925874 13f79535-47bb-0310-9956-ffa450edef68
2010-03-21 19:44:24 +00:00
Graham Leggett
5c926949e0 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@909881 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 19:54:45 +00:00
Daniel Earl Poirier
4784eabadc Note that wildcards in Include directives are not allowed in the
directory part of the path, only the filename.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907215 13f79535-47bb-0310-9956-ffa450edef68
2010-02-06 13:37:48 +00:00
Graham Leggett
200db0e7c0 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@905482 13f79535-47bb-0310-9956-ffa450edef68
2010-02-02 00:53:36 +00:00
Eric Covener
0b90b0225d clarify that FileETag is for static files only, and explicitly mention
that ETags aren't generated for files parsed by mod_include.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@896299 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06 01:31:06 +00:00
Rich Bowen
b134f9aac1 2009 -> 2010 in the copyright statement. Nobody seems to know if this is
actually necessary, but it's sort of an annual tradition. We think
tradition is pretty important.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895795 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 21:41:42 +00:00
Rich Bowen
3ae69046c1 Patch from Mark Watts. Mention ProxyErrorOverride.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890378 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 15:43:46 +00:00
André Malo
d70cd375de update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@889970 13f79535-47bb-0310-9956-ffa450edef68
2009-12-12 20:12:15 +00:00
André Malo
a681f7e662 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885297 13f79535-47bb-0310-9956-ffa450edef68
2009-11-29 23:34:43 +00:00
Jeff Trawick
19c0d8577c generated doc updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883879 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 21:10:49 +00:00
Rich Bowen
6d32b7b925 This isn't Apache 2.0 any more.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880811 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 15:46:18 +00:00
Jim Jagielski
2cfbd9f00b doccs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813379 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 11:41:27 +00:00
Jim Jagielski
c7c6f204d1 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@810478 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 12:26:05 +00:00
Jim Jagielski
1672293bb7 Document ServerTokens Set "One Big Happy Family Server"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808966 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 17:39:08 +00:00
Jim Jagielski
96d0911897 Update all xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808896 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 14:33:19 +00:00
Graham Leggett
6baacf4a7e Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808213 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 22:48:47 +00:00
Daniel Earl Poirier
3144af1e11 Update transform for core.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807612 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 13:26:12 +00:00
Vincent Deffontaines
2e9a32330d New .fr translation for mod_dir.
Committing html files to complete previous commit (core translation)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798210 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 16:38:04 +00:00
Rich Bowen
8839a2617a Further clarify what variables one has access to in the <If> directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@780016 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29 15:42:45 +00:00