1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-04 21:42:15 +03:00

29 Commits

Author SHA1 Message Date
André Malo
b68721ed3a fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 20:22:54 +00:00
André Malo
f4bd111108 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102532 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 15:12:30 +00:00
André Malo
e1a8a8c10c leading <!--# is one token
PR: 25875


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102150 13f79535-47bb-0310-9956-ffa450edef68
2004-01-03 13:40:19 +00:00
Erik Abele
375e492a0b Typos...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101143 13f79535-47bb-0310-9956-ffa450edef68
2003-08-31 18:01:25 +00:00
André Malo
209ef9907a document the recent mod_include changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101132 13f79535-47bb-0310-9956-ffa450edef68
2003-08-29 00:32:16 +00:00
André Malo
b1169b4e24 add information about the == operator, && / || priorities and
expression optimization/debugging


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101124 13f79535-47bb-0310-9956-ffa450edef68
2003-08-28 15:37:17 +00:00
André Malo
721648f5f1 forgot to save that change ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100407 13f79535-47bb-0310-9956-ffa450edef68
2003-06-30 01:07:23 +00:00
André Malo
8d42d119c1 Oops. This feature seems to be rarely used. Fix SSIStartTag-description.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100406 13f79535-47bb-0310-9956-ffa450edef68
2003-06-30 00:58:43 +00:00
André Malo
3600e27328 although the xml spec allows them, IE claims about colons in IDs.
replace them with periods.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99769 13f79535-47bb-0310-9956-ffa450edef68
2003-05-13 02:05:53 +00:00
André Malo
94fc883415 add the metafile attribute to all xml files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 01:25:58 +00:00
Erik Abele
f70c1fe22f Cleaned up the misc directory and busted the following
files (as proposed some weeks ago):
    misc/custom_errordocs.html
    misc/descriptors.html
    misc/fin_wait_2.html
    misc/known_client_problems.html
    misc/tutorials.html
    images/custom_errordocs.gif

The correspondig links were also removed. What remains
are the Japanese docs:

    urlmapping.xml.ja
    mod/mod_include.xml.ja
    vhosts/fd-limits.xml.ja
    env.xml.ja
    sitemap.xml.ja


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98874 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02 01:17:31 +00:00
André Malo
6e9f4346a5 more formal changes:
- moved path_info section below the "enabling" section
- dropped "Using Server Side Includes for ErrorDocuments" section and added
  a simple seealso instead. I don't see, that we need a separate section to
  set a link.
- created an own subsection for every SSI element and put an overview table
  on top of it, this resolves also the mozilla problem with nested <dl>s,
  that was still present (sometimes)
- fixed some typos
- markup.

content changes:
- added a note about the behaviour of fsize/flastmod virtual
- removed apache 1.2 compatibility notes (this is a 2.x documentation)
- added a compat note in the module overview table
- added description for QUERY_STRING_UNESCAPED
- splitted flow control descriptions (=, != vs. <, <=, >, >=; the former
  allow regexps, the latter don't)
- added a sentence and an example about regexp capturing
- mentioned the literal comparison (vs. numerical)
- includesNOEXEC allows only text/* ressources to be included.
  mentioned that.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97535 13f79535-47bb-0310-9956-ffa450edef68
2002-11-16 00:47:52 +00:00
André Malo
56ca3246be SSIUndefinedEcho never defaulted to <!-- undef -->
btw: could someone fix the directive description in
     mod_include.c:3522? ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97395 13f79535-47bb-0310-9956-ffa450edef68
2002-11-04 18:27:26 +00:00
Joshua Slive
e1c568b6ee Fix a slight mozilla rendering problem by scattering around some harmless
<p>s.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96914 13f79535-47bb-0310-9956-ffa450edef68
2002-09-19 18:25:33 +00:00
Joshua Slive
b9f7303277 Fix a bunch of little problems that the directive quick-reference
made apparent.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96904 13f79535-47bb-0310-9956-ffa450edef68
2002-09-19 02:41:15 +00:00
Yoshiki Hayashi
58bdd372a3 Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96542 13f79535-47bb-0310-9956-ffa450edef68
2002-08-27 11:02:11 +00:00
Joshua Slive
03ae64974d Mention that exec requires mod_cgi.
PR: 10574


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96468 13f79535-47bb-0310-9956-ffa450edef68
2002-08-21 15:44:43 +00:00
Yoshiki Hayashi
4b8588c859 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96285 13f79535-47bb-0310-9956-ffa450edef68
2002-08-02 04:35:23 +00:00
Rich Bowen
1beff46182 Added examples to all mod_include directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95683 13f79535-47bb-0310-9956-ffa450edef68
2002-06-15 02:34:29 +00:00
Joshua Slive
990fe8636a Small fixes to mod_include and mod_so docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95297 13f79535-47bb-0310-9956-ffa450edef68
2002-05-27 00:44:06 +00:00
Joshua Slive
68adf9ffbd Update the stylesheet reference to the new language-specific version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95244 13f79535-47bb-0310-9956-ffa450edef68
2002-05-23 14:50:12 +00:00
Joshua Slive
60456d8d99 Typo patrol.
PR: 8943


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95020 13f79535-47bb-0310-9956-ffa450edef68
2002-05-09 18:04:02 +00:00
Joshua Slive
509b71068f Fix html comments in directive examples and defaults.
PR: 7832
Submitted by: sn@neopoly.com (Sven Neuhaus)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94649 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 17:08:53 +00:00
Brian Pane
769f2f65d3 Document the variable expansion enhancements for mod_include
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94295 13f79535-47bb-0310-9956-ffa450edef68
2002-03-29 06:26:03 +00:00
Joshua Slive
971767fd80 Fix a couple typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93921 13f79535-47bb-0310-9956-ffa450edef68
2002-03-13 21:52:35 +00:00
Joshua Slive
c9b4962ad9 Make the xml match the DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93797 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 18:00:37 +00:00
Ian Holsman
0536b99534 new directive SSIUndefinedEcho.
this allows webadmins to change the default '(none)' to something
a bit more presentable (eg <!-- undef -->)
PR:
Obtained from: Rex (the hack he had to fix this was so ugly I was forced to do this)
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93788 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 04:14:26 +00:00
Rich Bowen
f6366ab8a6 Changed all the examples into <examples>. Changed a few notes to
<notes>. Other minor cleanup.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93673 13f79535-47bb-0310-9956-ffa450edef68
2002-03-02 16:40:41 +00:00
Rich Bowen
1b19c48d41 Initial conversion. Need to clean this up a little.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93671 13f79535-47bb-0310-9956-ffa450edef68
2002-03-02 16:15:29 +00:00