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
Ken Coar
8f01495f7f Add a note about the size restriction on AddDescription text.
PR:		3218


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82266 13f79535-47bb-0310-9956-ffa450edef68
1998-10-16 06:48:11 +00:00
Marc Slemko
285fc3cf9d Add missing ProxyVia directive.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82264 13f79535-47bb-0310-9956-ffa450edef68
1998-10-15 16:54:09 +00:00
pcs
57c55b78de Document the -k command line argument. This is based on a previous
patch to add this documentation from bhyde@pobox.com (16 Jun 1998).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82239 13f79535-47bb-0310-9956-ffa450edef68
1998-10-07 08:52:31 +00:00
Martin Kraemer
6f41c7ec35 Add the new mod_autoindex features to new_features_1_3, add hyperlinks to
the IndexOptions keyword arguments (in the new form HREF="#indexoption:keyword").


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82230 13f79535-47bb-0310-9956-ffa450edef68
1998-10-06 19:54:01 +00:00
Ralf S. Engelschall
ffa03a35f4 Document `ErrorLog syslog:facility' variant of error logging.
Requested by: Youichirou Koga <y-koga@jp.FreeBSD.org>
Performed by: Ralf S. Engelschall
PR: 3096


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82204 13f79535-47bb-0310-9956-ffa450edef68
1998-10-03 13:38:31 +00:00
Ken Coar
92f2dca43e Back off a portion of the incremental-IndexOptions patch;
unprefixed keywords should clear all inherited options and
	start setting the local directory's options from scratch.
	Otherwise, 'keyword' and '+keyword' are essentially identical,
	and clearing inheritance a pain.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82194 13f79535-47bb-0310-9956-ffa450edef68
1998-10-02 21:35:33 +00:00
Martin Kraemer
5a2d3ed553 Reflect the fact that "Siemens Nixdorf" has been renamed to "Siemens".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82190 13f79535-47bb-0310-9956-ffa450edef68
1998-10-01 18:25:12 +00:00
Ken Coar
ccccd8130f If this isn't a FAQ, I don't know what it is. And I don't want to
guess.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82183 13f79535-47bb-0310-9956-ffa450edef68
1998-09-30 15:19:00 +00:00
Ken Coar
8cf72c8c46 There appear to be no dissenters (other than for brand-new and
incompatible syntaxes) after three days, and I want to get this
	in for 1.3.3.  It can always be modified or reverted later.

	Add +/- prefixes to IndexOptions keywords, allow merging of
	multiple occurrences, and document the changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82175 13f79535-47bb-0310-9956-ffa450edef68
1998-09-28 22:32:10 +00:00
Ken Coar
2e11057c8e Add the AIX compiler bug to the FAQ.
PR:		2312, 2534, 2664, 2853, 3042


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82169 13f79535-47bb-0310-9956-ffa450edef68
1998-09-27 17:36:12 +00:00
Ken Coar
59685f1c0d Correct name for IndexOptions keyword.
PR:		3066


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82150 13f79535-47bb-0310-9956-ffa450edef68
1998-09-24 15:27:52 +00:00
Martin Kraemer
ee4db23663 BS2000 only: Change nasty BS2000AuthFile to less dangerous BS2000Account
(no need to store a password anywhere)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82078 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 20:23:40 +00:00
Ken Coar
dda1e03ed0 Some more consistency (cgi -> CGI) fixes, and shortened long lines.
(There are about 200 more >80 lines in the dos, but I haven't the
	time now to fix 'em.  Oh well.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82069 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 14:52:03 +00:00
Ken Coar
681f8e5fec More documentation consistency cleanup for 1.3.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82066 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 14:15:02 +00:00
Ken Coar
caec9aac63 The semi-regular HTML cleanup of the documentation. There are
some HTML errors (incorrect anchor nesting, primarily) coming in
	another commit.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82064 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 12:33:12 +00:00
Ken Coar
64b5f061b7 Fix some typos and inaccuracies and incorrectnesses.
PR:		3016
Submitted by:	Youichirou Koga <y-koga@jp.FreeBSD.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82061 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 12:06:41 +00:00
Ken Coar
dd3eb53f54 Fix 'resource config' to be 'server config.'
PR:		2997


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82039 13f79535-47bb-0310-9956-ffa450edef68
1998-09-13 10:03:57 +00:00
Jim Jagielski
7144848657 PR:
Obtained from:
Submitted by:
Reviewed by:
mod_status is now a Base module and included by default.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82037 13f79535-47bb-0310-9956-ffa450edef68
1998-09-12 20:16:51 +00:00
Ralf S. Engelschall
b4de41204c Fix mod_auth_*.html documents: NSCA -> NCSA
Submitted by: Youichirou Koga <y-koga@jp.FreeBSD.org>
PR: 2991


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82035 13f79535-47bb-0310-9956-ffa450edef68
1998-09-12 11:26:02 +00:00
Ralf S. Engelschall
b628c910c9 Rename some references in the docs from the old "OSF1" term to the official
term "Digital UNIX".

Submitted by: Robert Urban <urban@rto.dec.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82025 13f79535-47bb-0310-9956-ffa450edef68
1998-09-10 07:40:43 +00:00
Ralf S. Engelschall
db98ceb158 Fix documentation of ProxyPass/ProxyPassReverse according to the
trailing slash problem.

Submitted by: Jon Drukman <jsd@gamespot.com>
Reviewed by: Ralf S. Engelschall
PR: 2933


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82023 13f79535-47bb-0310-9956-ffa450edef68
1998-09-10 07:30:51 +00:00
Marc Slemko
15bd75891f Be explicit about the obvious; "if you enable SSIs for a directory
tree the setting only applies to that directory tree!"

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82018 13f79535-47bb-0310-9956-ffa450edef68
1998-09-09 16:01:03 +00:00
Martin Kraemer
71026141b7 Sameer posted the AllowCONNECT back in march. I adapted it to default
to ports 443 and 563 (for https:// and snews://) and wrote a description
for the mod_proxy.html document.

Submitted by:	Sameer Parekh <sameer@c2.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82014 13f79535-47bb-0310-9956-ffa450edef68
1998-09-08 21:15:53 +00:00
Martin Kraemer
e7d00b7714 Updates, and announce that php3 is running perfectly
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82011 13f79535-47bb-0310-9956-ffa450edef68
1998-09-08 21:06:19 +00:00
Marc Slemko
20cd1090f9 Add some more detailed information about ListenBacklog and MaxClients,
plus a few misc cleanups.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82008 13f79535-47bb-0310-9956-ffa450edef68
1998-09-07 08:31:45 +00:00
Marc Slemko
595b5c8921 ExtendedStatus is first in 1.3.2, _NOT_ 1.3. Please be careful when
noting such things to avoid confused users.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81998 13f79535-47bb-0310-9956-ffa450edef68
1998-09-06 19:00:41 +00:00
Marc Slemko
f2b9b63942 Fix mod_expires to add Expires headers for content that isn't served
from disk (ie. the case where r->finfo.st_mode == 0), unless it is
a modification date based setting.

PR:
Obtained from:
Submitted by:	Paul Phillips <paulp@go2net.com>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81989 13f79535-47bb-0310-9956-ffa450edef68
1998-09-04 18:15:45 +00:00
Ken Coar
0189823900 Update the filname column width-sizing piece of mod_autoindex
so that it's customisable with a NameLength keyword on the
	IndexOptions directive.  A value of '*' means 'as wide as the
	longest filename,' which was the default effect of the last
	patch in this area.

PR:	1949, 2324


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81979 13f79535-47bb-0310-9956-ffa450edef68
1998-09-02 21:04:39 +00:00
Ken Coar
1a6dd5e389 Clean up mod_autoindex's storage of the IndexOptions settings.
They are per-directory, not per-filename, so keeping them in
	an array is confusing and pointless.  They're now stored in an
	int in the module config record.  Also (finally!) fix the
	FancyIndexing directive so it gets merged into any IndexOptions
	settings for the current directory, rather than replacing them.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81972 13f79535-47bb-0310-9956-ffa450edef68
1998-08-31 01:18:48 +00:00
Marc Slemko
f1f562e65f LocationMatch, not Location, is only 1.3+.
PR:
Obtained from:
Submitted by:	Paul Phillips <paulp@go2net.com>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81963 13f79535-47bb-0310-9956-ffa450edef68
1998-08-27 06:49:24 +00:00
Ralf S. Engelschall
7f9c8bc3b9 Remove bad reference to non-existing SERVER_VERSION in mod_rewrite.html
Submitted by: Youichirou Koga <y-koga@jp.FreeBSD.ORG>
Reviewed by: Ralf S. Engelschall
PR: 2895


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81954 13f79535-47bb-0310-9956-ffa450edef68
1998-08-24 18:39:27 +00:00
Ralf S. Engelschall
bccc5c53cf Fix hyperlinks in vhost/ area.
Thanks to Jean-Philippe BAUDOUIN <baudouin@cyberaccess.fr> for hints.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81944 13f79535-47bb-0310-9956-ffa450edef68
1998-08-19 06:16:58 +00:00
Martin Kraemer
42e46d67b9 Add proxy Via: header management. Currently, Via: headers can be left
unchanged (compatibility), can be set to protocol and host only,
or to protocol, host and comment. Optionally, all Via: headers can
be suppressed if intranet privacy in companies is desired when going out
over a firewall apache.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81939 13f79535-47bb-0310-9956-ffa450edef68
1998-08-16 20:51:52 +00:00
Roy T. Fielding
860f63ab0f Forgot that LimitRequestBody is allowed everywhere.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81919 13f79535-47bb-0310-9956-ffa450edef68
1998-08-12 00:31:44 +00:00
Roy T. Fielding
405e967857 Documentation for the LimitRequest* directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81917 13f79535-47bb-0310-9956-ffa450edef68
1998-08-12 00:29:14 +00:00
Jim Jagielski
cbefa02222 mod_status isn't included by default so ExtendedStatus
is Extension not Base directive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81910 13f79535-47bb-0310-9956-ffa450edef68
1998-08-11 17:33:48 +00:00
Jim Jagielski
0c968cb5dd Move the ExtendedStatus option to mod_status
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81907 13f79535-47bb-0310-9956-ffa450edef68
1998-08-11 15:37:50 +00:00
Jim Jagielski
e44cc22be0 And now the docs for ExtendedStatus
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81902 13f79535-47bb-0310-9956-ffa450edef68
1998-08-11 00:24:28 +00:00
Marc Slemko
06bd9f7320 Add some missing entries to the index file.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81899 13f79535-47bb-0310-9956-ffa450edef68
1998-08-10 18:00:03 +00:00
Ken Coar
0ed57939cb Allow CheckSpelling to be used anywhere, not just at the server
level.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81878 13f79535-47bb-0310-9956-ffa450edef68
1998-08-06 23:31:55 +00:00
Jim Jagielski
5ba9a0f39f Some HTML error cleanups (according to DreamWeaver
AND Alpha and BBEdit) as well as a start of a "how to submit a patch"
FAQ


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81876 13f79535-47bb-0310-9956-ffa450edef68
1998-08-06 20:46:12 +00:00
Lars Eilebrecht
43af9f19e8 We don't want to make people think that '_' are allowed in hostnames.
PR: 2788


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81866 13f79535-47bb-0310-9956-ffa450edef68
1998-08-06 01:05:30 +00:00
Marc Slemko
dba2fbb4f8 Q: "my htaccess files are being ignored"
A: "yea, Apache listens to you if you tell it to."

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81859 13f79535-47bb-0310-9956-ffa450edef68
1998-08-05 18:04:50 +00:00
Ralf S. Engelschall
0851408948 Link DSO modules against possible libraries from $(LIBS) (take 2)
=================================================================

Currently we have the following entry in our dso.html document:

| Because DSO modules cannot be linked against other DSO-based libraries (ld
| -lfoo) on all platforms (for instance a.out-based platforms usually don't
| provide this functionality while ELF-based platforms do) you cannot use the
| DSO mechanism for all types of modules. Or in other words, modules compiled as
| DSO files are restricted to only use symbols from the Apache core, from the C
| library (libc) and all other dynamic or static libraries used by the Apache
| core, or from static library archives (libfoo.a) containing position
| independend code. The only chance to use other code is to either make sure the
| Apache core itself already contains a reference to it or loading the code
| yourself via dlopen().

The important part here is: "cannot be linked .... on all platforms".  But
there _are_ platform (especially ELF-based ones) which support linking DSO
files agains other DSO files.  And even on platforms where this is not
possible is it possible to at least link against libraries assuming they
contain PIC code.

So, the idea is this: In the configuration process we already determine the
variable LDFLAGS and LIBS. They hold -L and -l options for linking
executables.  We parse these options and separate them into three classes:
OBJ, PIC and DSO.  And then we re-assemble a LIBS_SHLIB variable from only the
options in classes PIC and DSO. This variable is then used on the build
command for mod_xxx.so.

Example:

| $ ./configure --prefix=/tmp/apache \
|               --enable-module=auth_db \
|               --enable-shared=auth_db \
|               --enable-rule=SHARED_CHAIN

Without SHARED_CORE the mod_auth_db.so cannot be linked or at least not loaded
correctly under run-time. With SHARED_CHAIN enabled it is linked against the
libdb.so and all is fine (at least under this ELF-based Debian box I tried):

| :> make mod_auth_db.so
| gcc -c  -I../../os/unix -I../../include -I/usr/include/  -DLINUX=2
| -DUSE_HSREGEX `../../apaci` -fpic -DSHARED_MODULE mod_auth_db.c && mv
| mod_auth_db.o mod_auth_db.lo
| ld -Bshareable -o mod_auth_db.so mod_auth_db.lo -lm -ldb
| root@gw1:/e/apache/SRC/WORK/apache-1.3-libsshlib/src/modules/standard
| :> ldd mod_auth_db.so
|         ./mod_auth_db.so => ./mod_auth_db.so
|         libc.so.5 => /lib/libc.so.5
|         libm.so.5 => /lib/libm.so.5
|         libdb.so.1 => /usr/lib/libdb.so.1

This way we provide the maximum we can provide. Sure, on some platforms the
user still has no chance. But this shouldn't mean he becomes no chance on
other platforms where there _is_ a chance. So this patch is a first step for
more friendly and flexible DSO support.

The complete mechanism is triggered by a new Rule named SHARED_CHAIN. To avoid
problems this is DISABLED(!) for ALL(!) platforms currently. But when
experience shows that it worked fine for users we can enable it for tested
platforms per default.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81846 13f79535-47bb-0310-9956-ffa450edef68
1998-08-03 08:44:10 +00:00
Ralf S. Engelschall
006c7b9273 Fixed examples in mod_rewrite.html document.
PR: 2756


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81841 13f79535-47bb-0310-9956-ffa450edef68
1998-08-02 11:18:26 +00:00
Martin Kraemer
b73da07b6f Corrected the path to src/include/httpd.h, as suggested by
Brian Reichert <reichert@numachi.com>

PR: 2359
Submitted by: Brian Reichert <reichert@numachi.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81836 13f79535-47bb-0310-9956-ffa450edef68
1998-07-30 16:42:47 +00:00
Marc Slemko
70f15d6e86 Digest is mostly supported, for all the good it does.
PR: 2715
Obtained from:
Submitted by:	Youichirou Koga <y-koga@jp.FreeBSD.org>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81827 13f79535-47bb-0310-9956-ffa450edef68
1998-07-28 05:57:13 +00:00
Ralf S. Engelschall
ee442f2006 Update the mod_rewrite.html document to correctly reflect the situation of the
`proxy' (`[P]') feature.

PR: 2679


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81821 13f79535-47bb-0310-9956-ffa450edef68
1998-07-25 12:16:37 +00:00
brian
1e7f98b40c Followup to previous commit - another reference to beta remove, the link to
previously removed text also removed, and 1.3.0 --> 1.3.1.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81807 13f79535-47bb-0310-9956-ffa450edef68
1998-07-22 20:25:40 +00:00
brian
7af2036dcd Remove reference to 1.3b6 which may have confused people, and remove documentation
for not-completely-implemented feature.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81805 13f79535-47bb-0310-9956-ffa450edef68
1998-07-22 20:23:33 +00:00