1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-26 05:42:34 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Ken Coar
8d03a2f944 As threatened. The directive attributes in the module documentation
are now links back to a description of what the attributes mean.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68
1998-01-28 19:11:58 +00:00
Ken Coar
07050bb5be A truly mighty mod normalising HTML tags to uppercase, and
'i' and 'b' to 'EM' and 'STRONG' respectively.  Been threatening
	to do this for months.. no-one need try to maintain this when
	writing/modifiying the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80021 13f79535-47bb-0310-9956-ffa450edef68
1998-01-26 16:54:35 +00:00
Marc Slemko
38e2480ecf Document that "RewriteEngine on" is _not_ inherited by vhosts,
unlike many other directives.

PR: 570
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79487 13f79535-47bb-0310-9956-ffa450edef68
1997-11-01 03:58:32 +00:00
pcs
45ad5df215 Change Module line examples into AddModule to reflect the new Configure
syntax


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79176 13f79535-47bb-0310-9956-ffa450edef68
1997-09-11 13:27:52 +00:00
Ralf S. Engelschall
fabd4abcef Enhanced and cleaned up the URL rewriting engine for 1.3:
First the grouped parts of RewriteRule pattern matches (parenthesis!) can be
accessed now via backreferences $1..$9 in RewriteConds test-against strings in
addition to RewriteRules subst string. Second the grouped parts of RewriteCond
pattern matches (parenthesis!) can be accessed now via backreferences %1..%9
both in following RewriteCond test-against strings and RewriteRules subst
string. This provides maximum flexibility through the use of backreferences.
Additionally the rewriting engine was cleaned up by putting common code to the
new expand_backrefs_inbuffer() function.

Submitted by:	Ralf S. Engelschall
Reviewed by:	Dean Gaudet, Ralf S. Engelschall


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78903 13f79535-47bb-0310-9956-ffa450edef68
1997-08-05 10:49:44 +00:00
Ralf S. Engelschall
081bbcec05 Fixed HTML tag which was bad in recent commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78856 13f79535-47bb-0310-9956-ffa450edef68
1997-08-01 12:00:18 +00:00
Ralf S. Engelschall
583d3c45d9 Let the user use ``RewriteCond %{...} !=""'' instead
of ``RewriteCond %{...} !^$'' which is ugly and has
bad performance.

Obtained from:
Submitted by:	Ralf S. Engelschall
Reviewed by:	Dean Gaudet, Ralf S. Engelschall


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78852 13f79535-47bb-0310-9956-ffa450edef68
1997-08-01 09:36:41 +00:00
Ralf S. Engelschall
a7a182afab Bring mod_rewrite documentation up-to-date with recent source upgrade.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78837 13f79535-47bb-0310-9956-ffa450edef68
1997-07-31 21:23:11 +00:00
Ken Coar
87226ebeb8 More HTML cleanups, retrofit of intentional <XA> tag to a no-op
<A NAME> (thanks, Marc).  Lots of trailing blanks removed throughout.
	Small addition to the new_features_1_3 page.  Plenty of
	cleanup still to come..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78545 13f79535-47bb-0310-9956-ffa450edef68
1997-07-06 17:19:19 +00:00
Marc Slemko
44be91c644 HTML cleanups. weblint is your friend, and it is even right sometimes.
Reviewed by:
Submitted by:
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78494 13f79535-47bb-0310-9956-ffa450edef68
1997-07-02 03:09:24 +00:00
Ken Coar
b209756b03 Removal of the Evil TAB Characters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78364 13f79535-47bb-0310-9956-ffa450edef68
1997-06-24 18:39:39 +00:00
Ken Coar
8a147876e2 Online docs appearance rework, pass 1 phase 3: module descriptions.
This is the end of this pass for the online manual.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78228 13f79535-47bb-0310-9956-ffa450edef68
1997-06-04 16:14:24 +00:00
Marc Slemko
12e17e74b5 Big spelling and HTML cleanup of docs. Thanks go to weblint and ispell
and their authors.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78081 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 05:27:03 +00:00
dgaudet
0781cb871c typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77894 13f79535-47bb-0310-9956-ffa450edef68
1997-04-15 08:00:19 +00:00
dgaudet
315fe41e38 replace absurl with rel url
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77863 13f79535-47bb-0310-9956-ffa450edef68
1997-04-12 04:23:38 +00:00
brian
e05022297b Reviewed by: Brian Behlendorf
Submitted by:	"Ralf S. Engelschall" <rse@engelschall.com>

Updates to the documentation for mod_rewrite.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77561 13f79535-47bb-0310-9956-ffa450edef68
1997-02-03 22:23:27 +00:00
brian
c09109559c Reviewed by: Chuck Murcko, Brian Behlendorf
Submitted by:	Marc Slemko

Added documentation about security concerns with logging in Apache 1.2.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77404 13f79535-47bb-0310-9956-ffa450edef68
1997-01-10 08:24:03 +00:00
Randy Terbush
fa03a379d1 Update Copyright dates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77381 13f79535-47bb-0310-9956-ffa450edef68
1997-01-01 18:32:20 +00:00
Randy Terbush
5c09d4b24b Spelling corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77156 13f79535-47bb-0310-9956-ffa450edef68
1996-12-02 18:14:12 +00:00
Alexei Kosut
f3739f5493 Add docs for mod_rewrite
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77080 13f79535-47bb-0310-9956-ffa450edef68
1996-11-28 07:09:18 +00:00