summaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-09-17 Fix some typos and inaccuracies and incorrectnesses.Ken Coar12-31/+32
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-13 Fix 'resource config' to be 'server config.'Ken Coar1-3/+3
PR: 2997 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82039 13f79535-47bb-0310-9956-ffa450edef68
1998-09-12PR:Jim Jagielski1-2/+2
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-12Fix mod_auth_*.html documents: NSCA -> NCSARalf S. Engelschall3-3/+3
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-10Rename some references in the docs from the old "OSF1" term to the officialRalf S. Engelschall2-2/+2
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-10Fix documentation of ProxyPass/ProxyPassReverse according to theRalf S. Engelschall1-3/+3
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-09Be explicit about the obvious; "if you enable SSIs for a directoryMarc Slemko1-1/+16
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-08Sameer posted the AllowCONNECT back in march. I adapted it to defaultMartin Kraemer1-0/+43
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-08Updates, and announce that php3 is running perfectlyMartin Kraemer1-11/+11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82011 13f79535-47bb-0310-9956-ffa450edef68
1998-09-07Add some more detailed information about ListenBacklog and MaxClients,Marc Slemko1-9/+22
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-06ExtendedStatus is first in 1.3.2, _NOT_ 1.3. Please be careful whenMarc Slemko1-1/+1
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-04Fix mod_expires to add Expires headers for content that isn't servedMarc Slemko1-0/+5
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-02 Update the filname column width-sizing piece of mod_autoindexKen Coar1-2/+12
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-08-31 Clean up mod_autoindex's storage of the IndexOptions settings.Ken Coar1-2/+6
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-27LocationMatch, not Location, is only 1.3+.Marc Slemko1-2/+2
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-24Remove bad reference to non-existing SERVER_VERSION in mod_rewrite.htmlRalf S. Engelschall1-1/+0
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-19Fix hyperlinks in vhost/ area.Ralf S. Engelschall2-28/+28
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-16Add proxy Via: header management. Currently, Via: headers can be leftMartin Kraemer1-0/+53
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-12Forgot that LimitRequestBody is allowed everywhere.Roy T. Fielding1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81919 13f79535-47bb-0310-9956-ffa450edef68
1998-08-12Documentation for the LimitRequest* directives.Roy T. Fielding2-1/+203
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81917 13f79535-47bb-0310-9956-ffa450edef68
1998-08-11mod_status isn't included by default so ExtendedStatusJim Jagielski1-1/+1
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-11Move the ExtendedStatus option to mod_statusJim Jagielski3-51/+39
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81907 13f79535-47bb-0310-9956-ffa450edef68
1998-08-11And now the docs for ExtendedStatusJim Jagielski4-13/+48
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81902 13f79535-47bb-0310-9956-ffa450edef68
1998-08-10Add some missing entries to the index file.Marc Slemko1-0/+13
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-07 Allow CheckSpelling to be used anywhere, not just at the serverKen Coar1-12/+27
level. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81878 13f79535-47bb-0310-9956-ffa450edef68
1998-08-06Some HTML error cleanups (according to DreamWeaverJim Jagielski1-15/+42
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-06We don't want to make people think that '_' are allowed in hostnames.Lars Eilebrecht1-2/+2
PR: 2788 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81866 13f79535-47bb-0310-9956-ffa450edef68
1998-08-05Q: "my htaccess files are being ignored"Marc Slemko1-20/+33
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-03Link DSO modules against possible libraries from $(LIBS) (take 2)Ralf S. Engelschall2-6/+10
================================================================= 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-02Fixed examples in mod_rewrite.html document.Ralf S. Engelschall1-4/+4
PR: 2756 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81841 13f79535-47bb-0310-9956-ffa450edef68
1998-07-30Corrected the path to src/include/httpd.h, as suggested byMartin Kraemer2-12/+20
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-28Digest is mostly supported, for all the good it does.Marc Slemko1-1/+1
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-25Update the mod_rewrite.html document to correctly reflect the situation of theRalf S. Engelschall1-11/+13
`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-22Followup to previous commit - another reference to beta remove, the link tobrian1-7/+1
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-22Remove reference to 1.3b6 which may have confused people, and remove ↵brian1-29/+1
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-21Be more explicit when explaining how to compile from DSP files.pcs1-11/+19
Add references to the projects to build uri_delims and test_chars files. Give a suggested compilation order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81794 13f79535-47bb-0310-9956-ffa450edef68
1998-07-19Add new httpd switches; remove reference to httpd sub-versionMartin Kraemer2-2/+46
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81779 13f79535-47bb-0310-9956-ffa450edef68
1998-07-19A few minor updates.Marc Slemko1-5/+5
PR: Obtained from: Submitted by: Singly Bertrand de (X1995)" <bs@frankiz.polytechnique.fr> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81774 13f79535-47bb-0310-9956-ffa450edef68
1998-07-18No longer correct (and never really was) to tell them to type cc ...Marc Slemko2-2/+4
to compile suexec. PR: 2517 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81767 13f79535-47bb-0310-9956-ffa450edef68
1998-07-17fix some broken linksLars Eilebrecht1-24/+24
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81758 13f79535-47bb-0310-9956-ffa450edef68
1998-07-15Addresses specified for mod_log_anon are logged in the error log,Marc Slemko1-2/+2
not the "httpd-log". PR: 2610 Obtained from: Submitted by: Ron Klatchko <ron@ckm.ucsf.edu> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81739 13f79535-47bb-0310-9956-ffa450edef68
1998-07-15Fix HTML error, correct release version numberMartin Kraemer1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81737 13f79535-47bb-0310-9956-ffa450edef68
1998-07-14eliminate incorrectness regarding linux... there is far more I could say if ↵dgaudet1-5/+4
I had the energy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81729 13f79535-47bb-0310-9956-ffa450edef68
1998-07-10 Add a missing 'Override' clause.Ken Coar1-0/+4
PR: 2582 Submitted by: Andrew Gillespie <apache@FutureQuest.net> Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81701 13f79535-47bb-0310-9956-ffa450edef68
1998-07-10 Add a note to the FAQ about increasing file descriptor limits [sic]Ken Coar1-1/+13
on Win95. Does this have any effect on WinNT? Submitted by: "The Smiths" <smiths@erols.com> Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81693 13f79535-47bb-0310-9956-ffa450edef68
1998-07-10PR:brian1-2/+2
We are not public domain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81688 13f79535-47bb-0310-9956-ffa450edef68
1998-07-09cache in the event that the client cancels the transfer, provided thatMartin Kraemer2-0/+43
the configured percentage of the file has already been transfered. It works for http transfers only. The new httpd.conf directive is: CacheForceCompletion <percentage> PR: 2277 Submitted by: Glen Parker <glenebob@nwlink.com> Reviewed by: Martin Kraemer, Brian Behlendorf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81685 13f79535-47bb-0310-9956-ffa450edef68
1998-07-06Fix incorrect "first available in" statement for ifdefine.Marc Slemko1-2/+2
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81661 13f79535-47bb-0310-9956-ffa450edef68
1998-07-06Add Dynamic Shared Object (DSO) support for SCO5 (OpenServer 5.0.x).Ralf S. Engelschall2-0/+2
Submitted by: Ronald Record <rr@sco.com> Reviewed by: Ralf S. Engelschall PR: 2533 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81658 13f79535-47bb-0310-9956-ffa450edef68
1998-07-04 Add a note about the case-sensitivity of <Limit> as pointedKen Coar1-3/+13
out by Dean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81653 13f79535-47bb-0310-9956-ffa450edef68