1
0
mirror of https://github.com/apache/httpd.git synced 2025-09-02 13:21:21 +03:00
Commit Graph

902 Commits

Author SHA1 Message Date
Ralf S. Engelschall
bf70d922f9 fix typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81284 13f79535-47bb-0310-9956-ffa450edef68
1998-05-15 09:29:15 +00:00
Ralf S. Engelschall
2624750e1f fix typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81282 13f79535-47bb-0310-9956-ffa450edef68
1998-05-15 09:16:22 +00:00
Ralf S. Engelschall
2f0af27863 Little enhancement of suEXEC docs to make sure the user knows that he can
install suEXEC via APACI but only if he is carefully and does something
explicitly (options).

Submitted by: Jason A. Dour <jason@dour.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81278 13f79535-47bb-0310-9956-ffa450edef68
1998-05-15 08:24:23 +00:00
Ralf S. Engelschall
797e7e6e72 Just some minor fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81266 13f79535-47bb-0310-9956-ffa450edef68
1998-05-12 11:37:53 +00:00
Ralf S. Engelschall
6b51b48941 Update/Create hyperlinks to new HTML document about DSO.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81263 13f79535-47bb-0310-9956-ffa450edef68
1998-05-12 11:27:06 +00:00
Ralf S. Engelschall
8ddca1312b A lot of cosmetic stuff: more <CODE>, less <PRE>, etc. pp.
Thanks to Brian for the initial ASCII->HTML translation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81260 13f79535-47bb-0310-9956-ffa450edef68
1998-05-12 11:12:47 +00:00
brian
797657c33b PR:
Updated, cleaned up, and tossed out comments dealing with decades-old
Apache versions.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81255 13f79535-47bb-0310-9956-ffa450edef68
1998-05-12 05:23:22 +00:00
brian
2fce8dc0d7 PR:
Removed because an unmaintained list of known bugs is worse than useless.
We have all this in the bug database, it's maintained there, and providing
historical known_bug issues is counterproductive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81253 13f79535-47bb-0310-9956-ffa450edef68
1998-05-12 05:14:18 +00:00
brian
89c64e6f48 PR:
I took Ralf's README.DSO, HTMLized it, and put it here, a more appropriate
place than in the root-level of the distribution.  Now we can link to it, too.

Also, Ralf, I removed the section on execution order differences between
static and dynamically linked modules, since you committed a patch which
makes this behavios consistant with all-staticly-linked.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81249 13f79535-47bb-0310-9956-ffa450edef68
1998-05-12 04:00:47 +00:00
Jim Jagielski
1087ddf63e PR:
Obtained from:
Submitted by:	Jim Jagielski
Reviewed by:
Replace the AddVersionPlatform directive with ServerTokens directive
which allow for either Minimal ("Apache/1.3.0"), OS ("Apache/1.3.0 (UNIX)")
or Full ("Apache/1.3.0 (UNIX) PHP/3.0") type Server headers.
SERVER_SUBVERSION is no longer supported.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81244 13f79535-47bb-0310-9956-ffa450edef68
1998-05-11 20:08:04 +00:00
Marc Slemko
8e8965cf7b Fix AllowOverrides --> AllowOverride in docs.
PR: 2213
Obtained from:
Submitted by:	Thomas Neumann <Thomas.Neumann@comconsult.de>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81238 13f79535-47bb-0310-9956-ffa450edef68
1998-05-11 14:51:24 +00:00
pcs
9861f8bbd5 Update windows instructions for 1.3b6. Move compilation stuff to the end
on the basis that most users will be interested in the pre-compiled
installer. Document the registry key used and how it relates to
command line arguments (-d, -f) and the ServerRoot directive. Show how
to start and stop the Apache service from the command line.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81233 13f79535-47bb-0310-9956-ffa450edef68
1998-05-10 16:12:09 +00:00
dgaudet
985ba5754b update with a few more links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81228 13f79535-47bb-0310-9956-ffa450edef68
1998-05-10 00:11:14 +00:00
Ken Coar
2c31eba7d7 Final touches on removing the AddVersionComponent directive and
correcting my BD references to something called "Server-Version."
	D'oh!


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81212 13f79535-47bb-0310-9956-ffa450edef68
1998-05-09 04:42:27 +00:00
Ken Coar
82821998c5 Change the default setting of AddVersionPlatform to 'on'. Jim,
Brian Havard, and Marc think that's better - and if Marc, who is
	so security-conscious, thinks it's a good idea that tips me over
	to that side as well.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81193 13f79535-47bb-0310-9956-ffa450edef68
1998-05-08 12:09:46 +00:00
Ken Coar
39ce411517 Add the core AddVersionComponent and AddVersionPlatform directives,
which make the SERVER_SUBVERSION functionality a runtime thing and
	allow adding OS identity to the Server-Version string respectively.

PR:		2056
Reviewed by:	Jim Jagielski, Martin Kraemer, Brian Behlendorf


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81175 13f79535-47bb-0310-9956-ffa450edef68
1998-05-07 12:24:21 +00:00
Ralf S. Engelschall
6cfa45cd13 Ops, looks like Brian typed "x:x<CR>" in his Vi instead of just ":x<CR>" ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81152 13f79535-47bb-0310-9956-ffa450edef68
1998-05-06 11:04:36 +00:00
brian
f678c97595 PR: 2100
Submitted by:	Dale Couch <dcouch@training.orl.lmco.com>

slight clarification for NT users.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81145 13f79535-47bb-0310-9956-ffa450edef68
1998-05-06 04:10:53 +00:00
brian
1ce2568976 PR:
Submitted by:	"Michael K. Sanders" <msanders@iNetz.COM>

Clarification.  CNAME to an IP address is incorrect.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81133 13f79535-47bb-0310-9956-ffa450edef68
1998-05-05 05:54:21 +00:00
brian
ef8a8653f3 PR:
Slightly improve the grammar; however, in my opinion this whole chunk can just
be tossed out of the FAQ.  I can't believe we're actually asked "how can I make
only one file executable?".


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81131 13f79535-47bb-0310-9956-ffa450edef68
1998-05-05 05:09:31 +00:00
Martin Kraemer
16152b6d57 BS2000 Security: BS2000 needs extra authentication
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81116 13f79535-47bb-0310-9956-ffa450edef68
1998-05-04 16:46:38 +00:00
brian
2cb0766926 PR:
Moved HTTP_Features to a more appropriate directory, now we don't need to
remove it when we build the release.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81107 13f79535-47bb-0310-9956-ffa450edef68
1998-05-04 08:42:32 +00:00
brian
3d29b06c26 PR:
Off-site link go bye bye - tuning Apache on Linux info would certainly be a
Good Thing.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81066 13f79535-47bb-0310-9956-ffa450edef68
1998-04-29 21:52:23 +00:00
Ralf S. Engelschall
3478ab4ac2 A HTML fix and a documentation fix for ServerSignature directive.
Submitted by: Lars Eilebrecht
Reviewed by: Martin Kraemer, Ralf S. Engelschall


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81064 13f79535-47bb-0310-9956-ffa450edef68
1998-04-29 06:32:11 +00:00
Marc Slemko
119e0f2c17 It is bogus to direct people only to .unix for the Win32 version.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81039 13f79535-47bb-0310-9956-ffa450edef68
1998-04-25 18:48:43 +00:00
Ralf S. Engelschall
b37ad00f73 Document syslogd-based error logging
Submitted by: Lars Eilebrecht


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81037 13f79535-47bb-0310-9956-ffa450edef68
1998-04-25 16:44:31 +00:00
Jim Jagielski
1f1e1ae066 Some clarification that only one NameVirtualHost
is used per IP:port pair


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81012 13f79535-47bb-0310-9956-ffa450edef68
1998-04-21 22:24:51 +00:00
Ken Coar
3c3ad42d01 Add Dean's description of what pools there are to the soi-disant
documentation.

Submitted by:	Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80993 13f79535-47bb-0310-9956-ffa450edef68
1998-04-21 12:31:50 +00:00
dgaudet
fbe5361d1c This should help folks trying to understand vhosts. It adds the command
line option -S which dumps a description of how apache parsed the vhost
directives.  In particular it'd really help the folks who recently ran
into /etc/hosts mismatches with DNS.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80965 13f79535-47bb-0310-9956-ffa450edef68
1998-04-19 20:10:43 +00:00
Marc Slemko
130f21244e Someone should add disable-auth-for-subdir hack.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80940 13f79535-47bb-0310-9956-ffa450edef68
1998-04-16 15:36:51 +00:00
Martin Kraemer
19ceb532a5 Add notice about some inefficient SVR4 implementations of time zones in gettimeofday()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80925 13f79535-47bb-0310-9956-ffa450edef68
1998-04-15 12:21:45 +00:00
Martin Kraemer
dd10c03f03 Oops: csubst missed a couple of old names.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80920 13f79535-47bb-0310-9956-ffa450edef68
1998-04-15 08:50:37 +00:00
Martin Kraemer
0061f0e238 Document renamed functions instead of old names
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80918 13f79535-47bb-0310-9956-ffa450edef68
1998-04-15 08:31:24 +00:00
Ben Laurie
0a65243882 Fix grammar and layout error.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80887 13f79535-47bb-0310-9956-ffa450edef68
1998-04-13 11:42:20 +00:00
Marc Slemko
e881953651 Fix FAQ entry on problems with POST, plus a few cleanups. The old
entry is extremely misleading, and answering a Q that isn't really FA,
and I see someone posting somewhere every week who tries this to
fix their "method not allowed" problems.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80861 13f79535-47bb-0310-9956-ffa450edef68
1998-04-11 06:34:23 +00:00
dgaudet
9d62e62c34 tweak
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80828 13f79535-47bb-0310-9956-ffa450edef68
1998-04-07 07:13:23 +00:00
Ralf S. Engelschall
9663798650 Although mod_mmap_static is an experimental module it works fine and already
is distributed with Apache it was not prepared the same way as the other
modules. Hence let us give it a first cut for a documentation and an
(disabled, of course) entry in the Configuration.tmpl file.

Dean: Feel free to fix both my english and my initial content in the
      mod_mmap_static.html document. It's your baby, so you know
      best what is missing.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80796 13f79535-47bb-0310-9956-ffa450edef68
1998-04-03 16:07:15 +00:00
Martin Kraemer
acdebecf1e Update EBCDIC document, add Status table
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80780 13f79535-47bb-0310-9956-ffa450edef68
1998-04-01 14:03:58 +00:00
Ken Coar
3a24027478 Modify the licence clauses for 1.3 to prohibit derived packages
from claiming to be "Apache" without the AG's permission.  (Always
	the intent, I believe, but previously not explicit enough.)
	Hopefully this will help deter further dilution of the brand.

Reviewed by:	Paul Sutton, Ben Laurie, Jim Jagielski, Randy Terbush,
		Roy Fielding, Chuck Murcko, Mark Cox, Ralf Engeschall,
		Sameer Parekh, Martin Kraemer, Dean Gaudet, Brian Behlendorf


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80761 13f79535-47bb-0310-9956-ffa450edef68
1998-03-31 12:52:05 +00:00
brian
8da501bec7 PR:
Add some misc comments, probably unnecessary but always a good idea kind
of thing.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80740 13f79535-47bb-0310-9956-ffa450edef68
1998-03-30 02:40:15 +00:00
dgaudet
7481dab0ef "Options +Includes" wasn't corrently merged if "+IncludesNoExec"
was defined in a parent directory.

Submitted by:	Lars Eilebrecht


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80720 13f79535-47bb-0310-9956-ffa450edef68
1998-03-28 20:57:04 +00:00
Ken Coar
62b426a32a Sort-of FAQ: "how do I make Apache scream?"
Submitted by:	jim <jim@nlenx.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80702 13f79535-47bb-0310-9956-ffa450edef68
1998-03-27 01:56:34 +00:00
Martin Kraemer
224454632e typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80691 13f79535-47bb-0310-9956-ffa450edef68
1998-03-26 16:19:47 +00:00
Martin Kraemer
fc1127bbf9 Add a preliminary EBCDIC porting paper (derived from README.EBCDIC)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80689 13f79535-47bb-0310-9956-ffa450edef68
1998-03-26 15:48:49 +00:00
Ralf S. Engelschall
749ac506eb - more RegEx hints, especially to the Friedl-book
- update of the directive blocks to be directive-dict.html compliant


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80647 13f79535-47bb-0310-9956-ffa450edef68
1998-03-25 08:03:48 +00:00
Ken Coar
785afc46d9 Time for some FAQ revamp work. Mostly cosmetic, but the LockFile
issue has been added because it has certainly become a FAQ!


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80639 13f79535-47bb-0310-9956-ffa450edef68
1998-03-24 02:58:49 +00:00
Ken Coar
729df5619a "Has no effect on MS Windows" is rather misleading.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80629 13f79535-47bb-0310-9956-ffa450edef68
1998-03-21 22:31:53 +00:00
pcs
593e68fcbc Document the fact that StartServers, MaxSpareServers and MinSpareServers
have no effect on Unix. Also that ThreadsPerChild has no effect on
Unix.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80625 13f79535-47bb-0310-9956-ffa450edef68
1998-03-21 17:13:56 +00:00
pcs
68bde2e09c Update docs to reflect the fact that mod_dll has been replaced by mod_so.
In particular, mark mod_dll as obselete, add Windows information and
examples to mod_so documentation, copy info about creating DLLs from
mod_dll.html to mod_so.html (although this needs more work to add info
for Unix users, since most of the description applies to all systems).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80623 13f79535-47bb-0310-9956-ffa450edef68
1998-03-21 17:03:49 +00:00
pcs
8329962179 Various updates: add libap to the list of required libraries. Remove
reference to StartServers. Change links to mod_dll to mod_so.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80621 13f79535-47bb-0310-9956-ffa450edef68
1998-03-21 17:00:54 +00:00