summaryrefslogtreecommitdiffstats
path: root/docs/conf/httpd-std.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a default commented-out mod_ldap and mod_auth_ldapGraham Leggett2001-08-191-0/+30
| | | | | | | | | | | configuration to httpd-std.conf and httpd-win.conf PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90352 13f79535-47bb-0310-9956-ffa450edef68
* Lots of small config file changes including:Joshua Slive2001-08-131-116/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Beat everything down to less than 80 character lines. - Revise the comments for the DSO section to eliminate mention of ordering problems. - Add LoadModule lines for all extension modules, commented out. Note that it is very difficult in the current ./configure system to make the base modules DSOs, so I didn't include those. - Remove ServerType comments. - Add "deny from all" to the root directory container. The comments indicate that it should be there. - Delete a little (in my opinion) excess verbosity in the description of the .htacess download blocker. - Remove the CacheNegotiatedDocs directive. It was wrong, and is obscure enough that people should probably just look it up in the docs. - Make the example for Redirect a little more explicit - Change the examples and descriptions for READMENAME/HEADERNAME since, if multiviews are off, they haven't worked as described since 1.3.something. - Remove the phf trap example. This is very old and probably worthless. - Remove MetDir/MetSuffix. These are rarely used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90142 13f79535-47bb-0310-9956-ffa450edef68
* Change the MaxSpareThreads to 150 for threaded MPM. This mirrors the newJustin Erenkrantz2001-08-121-1/+1
| | | | | | | | | | | | | | prefork setting and removes the default case where we would spawn three children, but kill two of them immediately because MaxSpareThreads was set to 10 (only one children can be supported with the old value). Please note that I don't have email access as eBuilt's servers are AWOL this weekend (none of us have the desire to go in a fix the servers for semi-obvious reasons). I'm trying to keep up on posts via apachelabs.org. So, if you want to change this, just go ahead and commit the changes... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90118 13f79535-47bb-0310-9956-ffa450edef68
* Put the MaxClients setting for prefork back to its 1.3 level.Joshua Slive2001-08-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90116 13f79535-47bb-0310-9956-ffa450edef68
* The ExtendedStatus directive was added back to mod_status when weRyan Bloom2001-07-051-0/+7
| | | | | | | | | re-vamped that module before the first beta. Since we put the directive back, we should put it into the default config file. PR: 7937 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89498 13f79535-47bb-0310-9956-ffa450edef68
* Whoops, wanted the original unix language, not win32's, for bothWilliam A. Rowe Jr2001-06-101-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89330 13f79535-47bb-0310-9956-ffa450edef68
* Bring win32 and the rest of the world into sync, or closer into sync.William A. Rowe Jr2001-06-101-10/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89329 13f79535-47bb-0310-9956-ffa450edef68
* Hmmm, two answers for the price of one. Add the trailing-slashWilliam A. Rowe Jr2001-05-131-1/+3
| | | | | | | caviat to the docs. Now to backport this better explanation to 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89105 13f79535-47bb-0310-9956-ffa450edef68
* Remove BindAddress from the default config file, because it is no longerRyan Bloom2001-04-101-8/+0
| | | | | | | | | a valid directive. PR: 7539 Submitted by: giles@nemeton.com.au git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88776 13f79535-47bb-0310-9956-ffa450edef68
* Add a ScriptSock default to the defualt config file. This is only enabledRyan Bloom2001-03-251-0/+8
| | | | | | | | | when the mod_cgid module is used. PR: 7408 Submitted by: Taketo Kabe <kabe@sra-tohoku.co.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88575 13f79535-47bb-0310-9956-ffa450edef68
* Back down the default number of initial threads created withJeff Trawick2001-02-221-2/+2
| | | | | | | | the threaded Unix MPM. Tweak the sample configuration files to reflect the default settings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88278 13f79535-47bb-0310-9956-ffa450edef68
* Add the correct language tag for interoperation with the TaiwaneseTony Finch2001-02-221-0/+1
| | | | | | | | | | versions of MSIE and Netscape. PR: 7142 Submitted by: Clive Lin <clive@CirX.ORG> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88270 13f79535-47bb-0310-9956-ffa450edef68
* Take 4: The last one worked for me, but Ralf says it's not portable.Joshua Slive2001-02-161-1/+1
| | | | | | | | | | Did I ever mention that having an AddOutputFilter directive that did this stuff internally would be nice?!?! Submitted by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88202 13f79535-47bb-0310-9956-ffa450edef68
* Rename the mpmt_pthread module to threaded. This module has moved fromRyan Bloom2001-02-161-1/+1
| | | | | | | the old mpmt_pthread directory to the new threaded directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88199 13f79535-47bb-0310-9956-ffa450edef68
* Replace my horribly stupid regular expression with a slightly less stupidJoshua Slive2001-02-151-1/+1
| | | | | | | one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88171 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dexter MPM. This has been replaced with the Perchild MPM.Ryan Bloom2001-02-131-3/+3
| | | | | | | | The two MPMs are basically identical, except that Perchild also allows each child process to have a unique uid/gid combination. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88144 13f79535-47bb-0310-9956-ffa450edef68
* Allow us to use INCLUDES on files with multiple extensions, and useRyan Bloom2001-02-111-2/+2
| | | | | | | | FilesMatch instead of Files ~. Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88074 13f79535-47bb-0310-9956-ffa450edef68
* Make the config file use SetOutputFilter, since AddOutputFilter isRyan Bloom2001-02-101-1/+1
| | | | | | | | dead now. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88064 13f79535-47bb-0310-9956-ffa450edef68
* Update the conf file to use the correct model for turning on SSI'sRyan Bloom2001-02-101-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88051 13f79535-47bb-0310-9956-ffa450edef68
* Turn MultiViews on in the default config file. This allows people whoRyan Bloom2001-01-211-1/+1
| | | | | | | install for the first time to actually get a valid first page. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87783 13f79535-47bb-0310-9956-ffa450edef68
* update some references to the old prefix/libexec directoryJeff Trawick2001-01-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87646 13f79535-47bb-0310-9956-ffa450edef68
* Encourage people to use the simpler NameVirtualHost * syntax for newTony Finch2000-09-131-15/+16
| | | | | | | setups and use a syntactically valid hostname in the example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86214 13f79535-47bb-0310-9956-ffa450edef68
* Adding the Taiwan translation bits.Ken Coar2000-08-281-11/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86152 13f79535-47bb-0310-9956-ffa450edef68
* the ExtendedStatus directive is also deadTony Finch2000-08-191-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86114 13f79535-47bb-0310-9956-ffa450edef68
* Remove the obsolete ResourceConfig and AccessConfig directivesTony Finch2000-08-191-17/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86113 13f79535-47bb-0310-9956-ffa450edef68
* fix up the </LimitExcept> missing from the previous commitTony Finch2000-08-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86112 13f79535-47bb-0310-9956-ffa450edef68
* Use LimitExcept in the commented-out example for the UserDir stuffTony Finch2000-08-191-1/+1
| | | | | | | rather than a list of supposedly all of the other HTTP methods, git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86111 13f79535-47bb-0310-9956-ffa450edef68
* Add `IndexOptions +VersionSort', to nicely sort filenamesdgaudet2000-04-241-4/+5
| | | | | | | | | containing version numbers. Submitted by: Martin Pool <mbp@linuxcare.com.au> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85021 13f79535-47bb-0310-9956-ffa450edef68
* Server Type is not recognized by any of the current MPMs. I am removing itRyan Bloom2000-04-221-6/+0
| | | | | | | from the sample httpd.conf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85013 13f79535-47bb-0310-9956-ffa450edef68
* Fix charset names (see ↵Martin Kraemer2000-04-051-10/+10
| | | | | | | | | ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets) and resynchronize unix & win versions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84923 13f79535-47bb-0310-9956-ffa450edef68
* Russian Translation, contributed by Pavel Polischouk <pavelp@iil.intel.com>Martin Kraemer2000-04-041-0/+10
| | | | | | | | | Dirk, do you think the AddCharSet's are OK like this? Submitted by: Stas Bekman <sbekman@stason.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84907 13f79535-47bb-0310-9956-ffa450edef68
* spDavid Reid2000-03-171-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84787 13f79535-47bb-0310-9956-ffa450edef68
* After adding the AddCharset's back in; here is someDirk-Willem van Gulik2000-03-171-10/+66
| | | | | | | | | | | | minor stuff to make that work and some examples. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84786 13f79535-47bb-0310-9956-ffa450edef68
* Added NO and KR intro pages donated by Lee Kuk Hyun and Lorant CzaranDirk-Willem van Gulik2000-03-161-9/+44
| | | | | | | | | | | and copied some lang's across into the conf file. PR: Obtained from: Lee Kuk Hyun and Lorant Czaran Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84782 13f79535-47bb-0310-9956-ffa450edef68
* Nasty backwards compatibility breaking 'fix' to get rid ofDirk-Willem van Gulik2000-03-141-4/+9
| | | | | | | | | | | | | | | | | | | | | ErrorDocument 201 "Some string without a closing quote case which is just pure ugly. I am _NOT_ going to be offended if anyone rolls back this patch OR if anyone suggests to have an ErrorDocument2 which the proper syntax/semantics. But I thought lets take my chance whilst everyone is still recovering from the apachecon. Dw. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84764 13f79535-47bb-0310-9956-ffa450edef68
* Make process model directives conditional based on MPM module.Roy T. Fielding1999-08-261-45/+50
| | | | | | | | | Add examples for each MPM. Submitted by: Dean Gaudet, Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83760 13f79535-47bb-0310-9956-ffa450edef68
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+854
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9 Submitted by: Apache Group git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83748 13f79535-47bb-0310-9956-ffa450edef68